summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smart-documents.org6
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
Copyright 2019--2024 Marius PETER