branch: externals/org-real
commit 6a7fbe89baf92b1bf262214b15fa13c2d893d62e
Author: Tyler Grinn <tylergr...@gmail.com>
Commit: Tyler Grinn <tylergr...@gmail.com>
    Added org mode keybindings suggestions
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index 1b35d81..0f1552d 100644
--- a/README.org
+++ b/README.org
@@ -148,11 +148,21 @@ Keep track of real things as org-mode links.
    To view all real links in the current buffer in a combined diagram,
    use the interactive function =org-real-world=
 
+   Suggested keybinding:
+   #+begin_src emacs-lisp
+     (define-key org-mode-map (kbd "C-c r w") 'org-real-world)
+   #+end_src
+
 ** =org-real-headlines=
 
    To view all headlines in an org-mode file as an org-real diagram,
    use the interactive function =org-real-headlines=
 
+   Suggested keybinding:
+   #+begin_src emacs-lisp
+     (define-key org-mode-map (kbd "C-c r o") 'org-real-headlines)
+   #+end_src
+
    To modify the relationship between a headline and its parent, add
    the property REL to the child headline. Valid values are:
    - on top of

Reply via email to