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

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

[nongnu] elpa/toc-org 11be82816a 019/128: Merge pull request #4 from ard


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 11be82816a 019/128: Merge pull request #4 from ardumont/add-tag-setup
Date: Sun, 2 Jan 2022 09:59:06 -0500 (EST)

branch: elpa/toc-org
commit 11be82816a33fa04261fa50a7b6b37685915f619
Merge: 658c03111b cac667fabd
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    Merge pull request #4 from ardumont/add-tag-setup
    
    Add a README note about global tag setup
---
 README.org | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.org b/README.org
index fea802ee0f..599c2091d5 100644
--- a/README.org
+++ b/README.org
@@ -65,6 +65,12 @@ formats:
 
 You can also use =@= as separator, instead of =_=.
 
+*Note* In your emacs' setup, you can bind a tag =:TOC:= to a binding =T=:
+#+begin_src emacs-lisp
+(add-to-list 'org-tag-alist '("TOC" . ?T))
+#+end_src
+Now `C-c C-q T RET` and you are done putting the =:TOC:= entry.
+
 * Different href styles
 
 Currently, only 2 href styles are supported: =gh= and =org=. You can easily



reply via email to

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