diff options
-rw-r--r-- | config.org | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/config.org b/config.org index b4f814f..5607fcc 100644 --- a/config.org +++ b/config.org | |||
@@ -1768,19 +1768,23 @@ Here's a wrapper script that'll start =emacs --daemon= if there isn't one, and t | |||
1768 | 1768 | ||
1769 | * Appendix B: areas for further research | 1769 | * Appendix B: areas for further research |
1770 | 1770 | ||
1771 | - [[https://github.com/flexibeast/ebuku][ebuku]] (of course, I'd need [[https://github.com/jarun/buku][buku]] as well) -- bookmarks | 1771 | ** TODO [[https://github.com/flexibeast/ebuku][ebuku]] (of course, I'd need [[https://github.com/jarun/buku][buku]] as well) -- bookmarks |
1772 | - [[https://www.billdietrich.me/Authentication.html?expandall=1#KeePassXCandSecretService][KeePassXC as Secret Service]] -- see [[*KeePassXC integration]] | 1772 | ** TODO [[https://github.com/rolandwalker/ignoramus][Ignoramus]] -- this might not e necessary |
1773 | - [[https://github.com/rolandwalker/ignoramus][Ignoramus]] -- this might not e necessary | 1773 | ** TODO [[https://git.sr.ht/~iank/visible-mark][visible mark]] -- show where the marks are ... |
1774 | - [[https://github.com/rolandwalker/dynamic-fonts][Dynamic fonts]] -- take a look @ this and compare with my fonts section | 1774 | ** TODO consider this Reddit thread: [[https://www.reddit.com/r/emacs/comments/k3xfa1/speeding_up_magit/][speeding up magit]] |
1775 | - [[https://github.com/rolandwalker/simpleclip][Simple clipboard integration]] -- test with Windows, maybe | 1775 | ** TODO [[https://github.com/legalnonsense/org-visual-outline][org-visual-outline]] -- interesting org organization tool |
1776 | - [[https://git.sr.ht/~iank/visible-mark][visible mark]] -- show where the marks are ... | 1776 | ** TODO export org to ODT on Windows |
1777 | - consider this Reddit thread: [[https://www.reddit.com/r/emacs/comments/k3xfa1/speeding_up_magit/][speeding up magit]] | ||
1778 | - [[https://github.com/legalnonsense/org-visual-outline][org-visual-outline]] -- interesting org organization tool | ||
1779 | |||
1780 | ** export org to ODT on Windows | ||
1781 | 1777 | ||
1782 | Windows doesn't have =zip= natively (though it /does/ have =curl= -- go figure!), so the ODT export for Org-mode won't work. There /is/ a [[https://stackoverflow.com/questions/8625306/org-mode-zip-needed-how-to-over-come][StackOverflow discussion]] that mentions =p7zip= and a possible batch file, but I couldn't get that to work with a little testing. It might need more work. | 1778 | Windows doesn't have =zip= natively (though it /does/ have =curl= -- go figure!), so the ODT export for Org-mode won't work. There /is/ a [[https://stackoverflow.com/questions/8625306/org-mode-zip-needed-how-to-over-come][StackOverflow discussion]] that mentions =p7zip= and a possible batch file, but I couldn't get that to work with a little testing. It might need more work. |
1783 | 1779 | ||
1784 | Something that /did/ work was downloading =zip.exe= from [[http://infozip.sourceforge.net/][Info-ZIP]], and placing it somewhere in =exec-path= -- though of course, /then/ you need =unzip.exe=, apparently in the same folder. Git Portable ships with =unzip.exe=, for example, but even though it's in =exec-path=, org-export threw an error unless =zip= and =unzip= were in the /same/ folder. | 1780 | Something that /did/ work was downloading =zip.exe= from [[http://infozip.sourceforge.net/][Info-ZIP]], and placing it somewhere in =exec-path= -- though of course, /then/ you need =unzip.exe=, apparently in the same folder. Git Portable ships with =unzip.exe=, for example, but even though it's in =exec-path=, org-export threw an error unless =zip= and =unzip= were in the /same/ folder. |
1785 | 1781 | ||
1786 | So I might either (a) have to set up computers in this way when I use new ones, or (b) include both =zip.exe= and =unzip.exe= in /this/ Git repo, or ... something else. A true quandry. | 1782 | So I might either (a) have to set up computers in this way when I use new ones, or (b) include both =zip.exe= and =unzip.exe= in /this/ Git repo, or ... something else. A true quandry. |
1783 | |||
1784 | ** TODO Fix slowdown on =C-x 8 RET= | ||
1785 | |||
1786 | I think it has something to do with the package =consult=, because it was /slow/, but not *this slow* before installing it. Since it's slow anyway, I'm thinking I should figure out how to turn off =selectrum= when selecting a Unicode character anyway. Maybe advice? | ||
1787 | |||
1788 | ** TODO Figure out Org-mode TODOs | ||
1789 | |||
1790 | I need some standard once, and also some specific ones for this section. | ||