doc: Improve option list export

This commit is contained in:
Liam Hupfer
2025-06-29 12:56:31 -05:00
parent 07135ad2e4
commit a53ccbf485
2 changed files with 3 additions and 4 deletions

View File

@@ -1800,4 +1800,5 @@ an Org file code block (like =#+BEGIN_SRC emacs-lisp=).
# after-save-hook: org-texinfo-export-to-info
# indent-tabs-mode: nil
# org-src-preserve-indentation: nil
# org-list-allow-alphabetical: t
# End:

View File

@@ -1427,7 +1427,6 @@ If you're using the @uref{https://formulae.brew.sh/formula/emacs, Emacs Homebrew
@enumerate
@item
Add option `-c` to `emacsclient` in the script, and start emacs from command line with `emacs --daemon`
@end enumerate
@lisp
on open location this_URL
@@ -1438,7 +1437,6 @@ on open location this_URL
end open location
@end lisp
@enumerate
@item
Add `(server-start)` in .emacs (in this case you do not need option `-c` for `emacsclient` in the script, and you do not need to start emacs with `emacs --daemon`
@end enumerate