emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?


From: Carsten Dominik
Subject: Re: [O] Re: [Orgmode] Re: Automatic noexport tag based on rules?
Date: Wed, 30 Mar 2011 05:30:30 +0200

On 30.3.2011, at 00:50, John Hendy wrote:

> On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik
> <address@hidden> wrote:
>> 
>> On 29.3.2011, at 23:48, John Hendy wrote:
>> 
>>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik
>>> <address@hidden> wrote:
>>>> 
>>>> On 29.3.2011, at 23:05, Carsten Dominik wrote:
>>>> 
>>>>> 
>>>>> On 29.3.2011, at 20:40, Matt Lundin wrote:
>>>>> 
>>>>>> John Hendy <address@hidden> writes:
>>>>>> 
>>>>> 
>>>>> I have a good patch for this lined up - will check it in tomorrow.
>>>> 
>>>> In fact, I just now pushed it.
>>>> 
>>>> To export without DONE tasks, use
>>>> 
>>>>    #+OPTION: donetasks:nil
>>>> 
>>>> - Carsten
>>> 
>>> Thanks! Not to be all annoying... but how hard would this be?
>> 
>> Not hard at all.  It is done.
>> 
> 
> 1) I figured it probably wasn't hard, but just asked politely anyway :)
> 2) Thanks a ton. This is fantastic.

I was to fast, the implementations was not good.  Now there is only
one variable, org-export-with-tasks.  It can be nil to remove all tasks,
`todo' to remove the DONE tasks, or a list of tasks to keep for export.

For example

  #+OPTIONS: tasks:todo

or

  #+OPTIONS: tasks:("TODO" "WAITING")

I think this is much cleaner.

- Carsten




reply via email to

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