* Disabling TODO entries in a subtree
@ 2013-10-03 19:32 Marcin Borkowski
2013-10-03 19:45 ` John Hendy
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Marcin Borkowski @ 2013-10-03 19:32 UTC (permalink / raw)
To: Org-mode mailing list
Hi Orgers,
I work as an editorial assistant for a journal (together with a
friend). We get LaTeX files of articles, and have to convert them to
our template, do some proof-reading and corrections, send galleys to
authors etc. It is convenient to have a TODO Org tree for each paper,
with TODO subheadings for all these activities. Thus, I created a tree
called "Paper template" with all these TODO entries and copy it as
needed. However, I do not want them to show up an the agenda's todo
list. Is there a possibility to "disable" a tree, so that no its
subheadings appear in the global todo list?
If not, it's not a huge problem for me - I'll just write a small elisp
function inserting my template - but if it's not possible, maybe (and
this is a huge maybe!) such a feature is worth adding to Org-mode?
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Disabling TODO entries in a subtree
2013-10-03 19:32 Disabling TODO entries in a subtree Marcin Borkowski
@ 2013-10-03 19:45 ` John Hendy
2013-10-03 21:55 ` Carsten Dominik
2013-10-03 22:01 ` Suvayu Ali
2013-10-04 3:24 ` Marcin Borkowski
2 siblings, 1 reply; 6+ messages in thread
From: John Hendy @ 2013-10-03 19:45 UTC (permalink / raw)
To: Marcin Borkowski; +Cc: Org-mode mailing list
On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski <mbork@wmi.amu.edu.pl> wrote:
> Hi Orgers,
>
> I work as an editorial assistant for a journal (together with a
> friend). We get LaTeX files of articles, and have to convert them to
> our template, do some proof-reading and corrections, send galleys to
> authors etc. It is convenient to have a TODO Org tree for each paper,
> with TODO subheadings for all these activities. Thus, I created a tree
> called "Paper template" with all these TODO entries and copy it as
> needed. However, I do not want them to show up an the agenda's todo
> list. Is there a possibility to "disable" a tree, so that no its
> subheadings appear in the global todo list?
Custom agenda that excludes certain tags? Perhaps there's a way to
propagate some tag to the contents of the tree? Then exclude any items
with that tag?
Just a thought,
John
>
> If not, it's not a huge problem for me - I'll just write a small elisp
> function inserting my template - but if it's not possible, maybe (and
> this is a huge maybe!) such a feature is worth adding to Org-mode?
>
> Best,
>
> --
> Marcin Borkowski
> http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
> Adam Mickiewicz University
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Disabling TODO entries in a subtree
2013-10-03 19:45 ` John Hendy
@ 2013-10-03 21:55 ` Carsten Dominik
0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2013-10-03 21:55 UTC (permalink / raw)
To: John Hendy; +Cc: Org-mode mailing list, Marcin Borkowski
[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]
On 3.10.2013, at 21:45, John Hendy <jw.hendy@gmail.com> wrote:
> On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski <mbork@wmi.amu.edu.pl> wrote:
>> Hi Orgers,
>>
>> I work as an editorial assistant for a journal (together with a
>> friend). We get LaTeX files of articles, and have to convert them to
>> our template, do some proof-reading and corrections, send galleys to
>> authors etc. It is convenient to have a TODO Org tree for each paper,
>> with TODO subheadings for all these activities. Thus, I created a tree
>> called "Paper template" with all these TODO entries and copy it as
>> needed. However, I do not want them to show up an the agenda's todo
>> list. Is there a possibility to "disable" a tree, so that no its
>> subheadings appear in the global todo list?
>
> Custom agenda that excludes certain tags? Perhaps there's a way to
> propagate some tag to the contents of the tree? Then exclude any items
> with that tag?
To exclude a specific TODO keyword or so, you can try agenda filters.
Check them out in the manual and in also check out the variable
org-agenda-tag-filter-preset.
To exclude a specific tree, you can try to tag the tree with the ARCHIVE
tag.
- Carsten
>
> Just a thought,
> John
>
>>
>> If not, it's not a huge problem for me - I'll just write a small elisp
>> function inserting my template - but if it's not possible, maybe (and
>> this is a huge maybe!) such a feature is worth adding to Org-mode?
>>
>> Best,
>>
>> --
>> Marcin Borkowski
>> http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
>> Adam Mickiewicz University
>>
>
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Disabling TODO entries in a subtree
2013-10-03 19:32 Disabling TODO entries in a subtree Marcin Borkowski
2013-10-03 19:45 ` John Hendy
@ 2013-10-03 22:01 ` Suvayu Ali
2013-10-04 3:24 ` Marcin Borkowski
2 siblings, 0 replies; 6+ messages in thread
From: Suvayu Ali @ 2013-10-03 22:01 UTC (permalink / raw)
To: emacs-orgmode
On Thu, Oct 03, 2013 at 09:32:24PM +0200, Marcin Borkowski wrote:
> list. Is there a possibility to "disable" a tree, so that no its
> subheadings appear in the global todo list?
Did you try archiving the whole tree?
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Disabling TODO entries in a subtree
2013-10-03 19:32 Disabling TODO entries in a subtree Marcin Borkowski
2013-10-03 19:45 ` John Hendy
2013-10-03 22:01 ` Suvayu Ali
@ 2013-10-04 3:24 ` Marcin Borkowski
2013-10-04 3:27 ` Marcin Borkowski
2 siblings, 1 reply; 6+ messages in thread
From: Marcin Borkowski @ 2013-10-04 3:24 UTC (permalink / raw)
To: emacs-orgmode
Dnia 2013-10-03, o godz. 21:32:24
Marcin Borkowski <mbork@wmi.amu.edu.pl> napisał(a):
> Hi Orgers,
>
> I work as an editorial assistant for a journal (together with a
> friend). We get LaTeX files of articles, and have to convert them to
> our template, do some proof-reading and corrections, send galleys to
> authors etc. It is convenient to have a TODO Org tree for each paper,
> with TODO subheadings for all these activities. Thus, I created a
> tree called "Paper template" with all these TODO entries and copy it
> as needed. However, I do not want them to show up an the agenda's
> todo list. Is there a possibility to "disable" a tree, so that no its
> subheadings appear in the global todo list?
>
> If not, it's not a huge problem for me - I'll just write a small elisp
> function inserting my template - but if it's not possible, maybe (and
> this is a huge maybe!) such a feature is worth adding to Org-mode?
And now for something completely different;):
I sent my email, then went asleep. I woke half an hour ago, and a
thought occured to me: checkboxes. And now a little game: I wonder how
many of the answers I got mentioned this idea;).
>
> Best,
>
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Disabling TODO entries in a subtree
2013-10-04 3:24 ` Marcin Borkowski
@ 2013-10-04 3:27 ` Marcin Borkowski
0 siblings, 0 replies; 6+ messages in thread
From: Marcin Borkowski @ 2013-10-04 3:27 UTC (permalink / raw)
To: emacs-orgmode
Dnia 2013-10-04, o godz. 05:24:45
Marcin Borkowski <mbork@wmi.amu.edu.pl> napisał(a):
> I sent my email, then went asleep. I woke half an hour ago, and a
> thought occured to me: checkboxes. And now a little game: I wonder
> how many of the answers I got mentioned this idea;).
Wow, /now/ I'm impressed! None of them did. Org features are like the
Spanish Inquisition!
Thank you, guys!
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-04 3:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03 19:32 Disabling TODO entries in a subtree Marcin Borkowski
2013-10-03 19:45 ` John Hendy
2013-10-03 21:55 ` Carsten Dominik
2013-10-03 22:01 ` Suvayu Ali
2013-10-04 3:24 ` Marcin Borkowski
2013-10-04 3:27 ` Marcin Borkowski
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).