From a3f2851e1285471b3c1d30cb29525941bd30bee5 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 21 Aug 2021 22:14:24 -0700 Subject: Misc. --- smart-documents.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'smart-documents.org') diff --git a/smart-documents.org b/smart-documents.org index 205988d..32f4db0 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -391,7 +391,7 @@ navigation cues on all modern desktop OSes. From IBM's CUA, we get the *** Open Org mode document properties #+BEGIN_SRC emacs-lisp :tangle no - (global-set-key [f9] 'sd-document-properties) + (global-set-key [f8] 'sd-document-properties) #+END_SRC ** Windows @@ -1111,7 +1111,7 @@ document template is populated. We can nevertheless always access those properties and edit them manually, with a simple keyboard shortcut (cf. Section [[Open Org mode document properties]]). -*** Document properties +*** TODO Document properties #+BEGIN_SRC emacs-lisp :tangle yes (defun org-property-value (property) @@ -1387,7 +1387,7 @@ later than the keybinding definitions for two reasons: 2. If the following subsections share the same name as the keybinding subsection (Section [[Keyboard shortcuts]]), the links to that name will resolve to the earliest heading in the document, i.e. the - keybinding subsection and not the subsection describing the + keybinding subsection, and not the subsection describing the `one-click workflow'. ** TODO Export to PDF -- cgit v1.2.3