diff options
author | fpi | 2020-09-18 15:49:27 +0200 |
---|---|---|
committer | fpi | 2020-09-18 15:57:18 +0200 |
commit | bcfafcfd59a5f88116d4f1cd47839d1698cc5e3c (patch) | |
tree | 562c6509d4d3c2d5c12aff0d8ef610fa2b9cdec3 | |
parent | Merge branch 'gnus+' into emacs (diff) |
Exclude ATTACH from tag inheritance
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index d2492e2..519cf20 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3901,6 +3901,10 @@ content syncing upon commit. :custom (org-attach-git-annex-cutoff 0)) #+end_src +Also exclude =ATTACH= from the inherited tags +#+begin_src emacs-lisp :tangle no :noweb-ref org-custom-no-inheritance-tags +"ATTACH" +#+end_src *** Org-Capture #+BEGIN_SRC emacs-lisp (use-package org-capture |