Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-23 | account: fix white background of svg | JSDurand | |
* account.el (account-agenda-export-to-svg): The original exported SVG image did not specify the background color. Then the browser displays the image with a white background, but Emacs regards the background of the image as transparent. Since I use a dark background color in Emacs, the displayed image did not look right. So I add a white circle with large radius in the background to force the background color to be white, and it now looks a lot better. | |||
2023-08-23 | org: ox-texinfo and account | JSDurand | |
* org-conf.el: Require ox-texinfo, and delete the parts about accounts. Those configurations are outdated now, and the new configurations are now in the new file "account.el". * account.el: Configurations for capturing and reviewing account information. |