* export, excluding everything marked with special tags
@ 2019-09-20 11:05 Julius Dittmar
2019-09-20 12:04 ` John Kitchin
0 siblings, 1 reply; 4+ messages in thread
From: Julius Dittmar @ 2019-09-20 11:05 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I know it's possible to define one tag's name to block org from
including any heading tagged like that from exports. Is it possible to
have more than one such tag defined? If so, how can that be done?
Thanks in advance,
Julius
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: export, excluding everything marked with special tags
2019-09-20 11:05 export, excluding everything marked with special tags Julius Dittmar
@ 2019-09-20 12:04 ` John Kitchin
2019-09-20 13:37 ` Julius Dittmar
2019-09-20 16:37 ` Nick Dokos
0 siblings, 2 replies; 4+ messages in thread
From: John Kitchin @ 2019-09-20 12:04 UTC (permalink / raw)
To: Julius Dittmar; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
One way is to put a list of tags (separated by spaces) in a file property
like this:
#+EXCLUDE_TAGS: one two
John
-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
On Fri, Sep 20, 2019 at 7:06 AM Julius Dittmar <Julius.Muller@gmx.net>
wrote:
> Hi,
>
> I know it's possible to define one tag's name to block org from
> including any heading tagged like that from exports. Is it possible to
> have more than one such tag defined? If so, how can that be done?
>
> Thanks in advance,
>
> Julius
>
>
[-- Attachment #2: Type: text/html, Size: 1308 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: export, excluding everything marked with special tags
2019-09-20 12:04 ` John Kitchin
@ 2019-09-20 13:37 ` Julius Dittmar
2019-09-20 16:37 ` Nick Dokos
1 sibling, 0 replies; 4+ messages in thread
From: Julius Dittmar @ 2019-09-20 13:37 UTC (permalink / raw)
To: emacs-orgmode
Am 20.09.19 um 14:04 schrieb John Kitchin:
> One way is to put a list of tags (separated by spaces) in a file
> property like this:
>
> #+EXCLUDE_TAGS: one two
Thanks!
Julius
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: export, excluding everything marked with special tags
2019-09-20 12:04 ` John Kitchin
2019-09-20 13:37 ` Julius Dittmar
@ 2019-09-20 16:37 ` Nick Dokos
1 sibling, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2019-09-20 16:37 UTC (permalink / raw)
To: emacs-orgmode
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> One way is to put a list of tags (separated by spaces) in a file property like this:
>
> #+EXCLUDE_TAGS: one two
>
... or if you want to do it globally, set the variable org-export-exclude-tags in your
init file:
(setq org-export-exclude-tags '("one" "two"))
> On Fri, Sep 20, 2019 at 7:06 AM Julius Dittmar <Julius.Muller@gmx.net> wrote:
>
> Hi,
>
> I know it's possible to define one tag's name to block org from
> including any heading tagged like that from exports. Is it possible to
> have more than one such tag defined? If so, how can that be done?
>
> Thanks in advance,
>
> Julius
>
--
Nick
"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-20 16:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20 11:05 export, excluding everything marked with special tags Julius Dittmar
2019-09-20 12:04 ` John Kitchin
2019-09-20 13:37 ` Julius Dittmar
2019-09-20 16:37 ` Nick Dokos
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.