diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:14:24 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:14:24 -0700 |
commit | a3f2851e1285471b3c1d30cb29525941bd30bee5 (patch) | |
tree | 44558abe6e2822891d285189f895c4c6ad963f92 | |
parent | 12b687f4abcefef60b86116a6c6574144e00dcae (diff) |
Misc.
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 3 insertions, 3 deletions
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 |