ox-publish index allows alternative formats?

2023-07-24 Thread Britt Anderson
ecome ~target~). My question is whether this is something that is worth doing, and if it is worth doing how hard should it be for a novice to attempt, and does anyone have any pointers for how to tackle it? -- Britt Anderson My example of minor edits: diff --git a/lisp/ox-publish.el b/lisp/ox-publi

Re: [O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Britt Anderson writes: > Whether or not I use the keyboard short cut or M-x. Any idea what may be > causing this? > > (org-version) > "9.2.3" > (emacs-version) > "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) > of 2019-04-12" >

Re: [O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Britt Anderson writes: > Whether or not I use the keyboard short cut or M-x. Any idea what may be > causing this? > > (org-version) > "9.2.3" > (emacs-version) > "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) > of 2019-04-12" &g

[O] org-list-make-subtree produces JSON readtable error: 47

2019-04-30 Thread Britt Anderson
Whether or not I use the keyboard short cut or M-x. Any idea what may be causing this? (org-version) "9.2.3" (emacs-version) "GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8) of 2019-04-12" Thanks

[O] org-copy-subtree: Invalid function: org-preserve-local-variables

2019-01-07 Thread Britt Anderson
Using org version 9.2 and emacs version 26.1 I received the error in the subject line when trying to move or archive subtrees. It seems to me that this is related to the (eval-and-compile (require 'org-macs)) line in org.el as replacing it with (require 'org-macs) solved that problem. Can someon