emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-real 6a7fbe8 100/160: Added org mode keybindings su


From: ELPA Syncer
Subject: [elpa] externals/org-real 6a7fbe8 100/160: Added org mode keybindings suggestions
Date: Wed, 6 Oct 2021 16:58:24 -0400 (EDT)

branch: externals/org-real
commit 6a7fbe89baf92b1bf262214b15fa13c2d893d62e
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@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

[Prev in Thread] Current Thread [Next in Thread]