emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Any way to limit which subtrees to export based on TODO keywords?
@ 2010-09-15 22:19 Scot Becker
  2010-09-16  1:59 ` Jeff Horn
  0 siblings, 1 reply; 6+ messages in thread
From: Scot Becker @ 2010-09-15 22:19 UTC (permalink / raw)
  To: Org-mode ml

I'm working up a way to print out my org-mode reading notes to
individual half-sheets of paper.  I'm using tags for content-related
things, so I'd love to sort those notes which need to be printed from
those notes which have been printed already by using TODO keywords.  I
don't think there is an inbuilt mechanism to do this.  Can anyone
suggest a mechanisim by which I might achieve a similar effect using
TODO keywords (or, failing that, inheritable properties)?

Scot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Any way to limit which subtrees to export based on TODO keywords?
  2010-09-15 22:19 Any way to limit which subtrees to export based on TODO keywords? Scot Becker
@ 2010-09-16  1:59 ` Jeff Horn
  2010-09-16  6:47   ` Scot Becker
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Horn @ 2010-09-16  1:59 UTC (permalink / raw)
  To: Scot Becker; +Cc: Org-mode ml

I'm not sure I understand the use case, but you can set which tags
export on a per-file basis.

http://orgmode.org/manual/Selective-export.html#Selective-export

I read somewhere that :noexport: will prevent a subtree from being
exported automatically, and I've used that to tag some notes, export
to PDF, and print.

On Wed, Sep 15, 2010 at 6:19 PM, Scot Becker <scot.becker@gmail.com> wrote:
> I'm working up a way to print out my org-mode reading notes to
> individual half-sheets of paper.  I'm using tags for content-related
> things, so I'd love to sort those notes which need to be printed from
> those notes which have been printed already by using TODO keywords.  I
> don't think there is an inbuilt mechanism to do this.  Can anyone
> suggest a mechanisim by which I might achieve a similar effect using
> TODO keywords (or, failing that, inheritable properties)?
>
> Scot
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
Jeffrey Horn
PhD Student in Economics
George Mason University

(704) 271-4797
jhorn@gmu.edu
jrhorn424@gmail.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Any way to limit which subtrees to export based on TODO keywords?
  2010-09-16  1:59 ` Jeff Horn
@ 2010-09-16  6:47   ` Scot Becker
  2010-09-16  8:17     ` Sébastien Vauban
  0 siblings, 1 reply; 6+ messages in thread
From: Scot Becker @ 2010-09-16  6:47 UTC (permalink / raw)
  To: Jeff Horn; +Cc: Org-mode ml

Thanks Jeff,

:noexport: does what I want, but I want to send org the same "no
export" signal without tags, but using TODO keywords (since I'm using
tags for tagging the content of the notes, since TODO words are unused
in this document, and since they have a nice workflow oriented
interface, which is perfect for this application.

Scot


On Thu, Sep 16, 2010 at 2:59 AM, Jeff Horn <jrhorn424@gmail.com> wrote:
> I'm not sure I understand the use case, but you can set which tags
> export on a per-file basis.
>
> http://orgmode.org/manual/Selective-export.html#Selective-export
>
> I read somewhere that :noexport: will prevent a subtree from being
> exported automatically, and I've used that to tag some notes, export
> to PDF, and print.
>
> On Wed, Sep 15, 2010 at 6:19 PM, Scot Becker <scot.becker@gmail.com> wrote:
>> I'm working up a way to print out my org-mode reading notes to
>> individual half-sheets of paper.  I'm using tags for content-related
>> things, so I'd love to sort those notes which need to be printed from
>> those notes which have been printed already by using TODO keywords.  I
>> don't think there is an inbuilt mechanism to do this.  Can anyone
>> suggest a mechanisim by which I might achieve a similar effect using
>> TODO keywords (or, failing that, inheritable properties)?
>>
>> Scot
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>
>
> --
> Jeffrey Horn
> PhD Student in Economics
> George Mason University
>
> (704) 271-4797
> jhorn@gmu.edu
> jrhorn424@gmail.com
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Any way to limit which subtrees to export based on TODO keywords?
  2010-09-16  6:47   ` Scot Becker
@ 2010-09-16  8:17     ` Sébastien Vauban
  2010-09-16  8:40       ` Scot Becker
  0 siblings, 1 reply; 6+ messages in thread
From: Sébastien Vauban @ 2010-09-16  8:17 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Scot,

Scot Becker wrote:
> :noexport: does what I want, but I want to send org the same "no
> export" signal without tags, but using TODO keywords

The TODO keyword COMMENT should do what you're after.

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Any way to limit which subtrees to export based on TODO keywords?
  2010-09-16  8:17     ` Sébastien Vauban
@ 2010-09-16  8:40       ` Scot Becker
  2010-09-16 12:34         ` Sebastian Rose
  0 siblings, 1 reply; 6+ messages in thread
From: Scot Becker @ 2010-09-16  8:40 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

> The TODO keyword COMMENT should do what you're after.

I can't believe I didn't think of that.  I even use that one already
in other files.  Thanks,

Scot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: Any way to limit which subtrees to export based on TODO keywords?
  2010-09-16  8:40       ` Scot Becker
@ 2010-09-16 12:34         ` Sebastian Rose
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Rose @ 2010-09-16 12:34 UTC (permalink / raw)
  To: Scot Becker; +Cc: Sébastien Vauban, emacs-orgmode

Scot Becker <scot.becker@gmail.com> writes:
>> The TODO keyword COMMENT should do what you're after.

And toggle it with `C-c ;'

> I can't believe I didn't think of that.  I even use that one already
> in other files.  Thanks,
>
> Scot


Sebastian

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-16 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 22:19 Any way to limit which subtrees to export based on TODO keywords? Scot Becker
2010-09-16  1:59 ` Jeff Horn
2010-09-16  6:47   ` Scot Becker
2010-09-16  8:17     ` Sébastien Vauban
2010-09-16  8:40       ` Scot Becker
2010-09-16 12:34         ` Sebastian Rose

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).