From ebe1395078809b32e03f4896ed5eae536d89aec3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 3 Dec 2020 21:58:49 -0600 Subject: Update link --- config.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 32a2db4..76a9811 100644 --- a/config.org +++ b/config.org @@ -1727,9 +1727,17 @@ Here's a wrapper script that'll start =emacs --daemon= if there isn't one, and t * Appendix B: areas for further research - [[https://github.com/flexibeast/ebuku][ebuku]] (of course, I'd need [[https://github.com/jarun/buku][buku]] as well) -- bookmarks -- [[https://www.billdietrich.me/Authentication.html?expandall=1#KeePassXCandSecretService][KeePassXC as Secret Service]] +- [[https://www.billdietrich.me/Authentication.html?expandall=1#KeePassXCandSecretService][KeePassXC as Secret Service]] -- see [[*KeePassXC integration]] - [[https://github.com/rolandwalker/ignoramus][Ignoramus]] -- this might not e necessary - [[https://github.com/rolandwalker/dynamic-fonts][Dynamic fonts]] -- take a look @ this and compare with my fonts section - [[https://github.com/rolandwalker/simpleclip][Simple clipboard integration]] -- test with Windows, maybe - [[https://git.sr.ht/~iank/visible-mark][visible mark]] -- show where the marks are ... - consider this Reddit thread: [[https://www.reddit.com/r/emacs/comments/k3xfa1/speeding_up_magit/][speeding up magit]] + +** export org to ODT on Windows + +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. + +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. + +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. -- cgit 1.4.1-21-gabe81