Hello,
Michael Dauer writes:
> Yes, you're right. The problem was with my sample. Forget about my 2.
>
> Any ideas how I can specify the inclusion of planning dates specifically on
> sub-tree level (not just once for the whole export) without custom exporter
> or export filter?
I think you cann
Yes, you're right. The problem was with my sample. Forget about my 2.
Any ideas how I can specify the inclusion of planning dates specifically on
sub-tree level (not just once for the whole export) without custom exporter
or export filter?
thx
m
Am Di., 15. Juni 2021 um 17:05 Uhr schrieb Nicola
Hello,
Michael Dauer writes:
[...]
I think we are mis-communicating. I saw the document you're re-posting.
My question, however, is about the specific part demonstrating the
following:
>> > 2. This actually works when the scheduled date is (incorrectly) placed
>> > below the drawer
>>>
* TODO export options
:PROPERTIES:
:EXPORT_OPTIONS: p:nil
:END:
SCHEDULED: <2021-06-08 Di.>
normal text
** TODO l1
:PROPERTIES:
:EXPORT_OPTIONS: p:t
:END:
SCHEDULED: <2021-06-08 Di.>
normal text
*** TODO l2
SCHEDULED: <2021-06-08 Di.>
normal text
TODO l3
:PROPERTIES:
:EXPORT_OPTIONS: p:nil
Hello,
Michael Dauer writes:
> I would understand that the export would take the export settings of the
> current heading to control the export of the complete subtree.
That's correct.
> 1. The much better logic would be that each node determines e.g. the
> with-planning by its own (or inherit
Hi Nicolas,
I would understand that the export would take the export settings of the
current heading to control the export of the complete subtree. This would
be the case for the second example, where the scheduled date is (correctly)
placed above the properties drawer.
BUT:
1. The much better lo
Hello,
Michael Dauer writes:
> There seems to be a bug in Org mode version 9.4.6 (9.4.6-gcf30f7:
> EXPORT_OPTIONS (at least p for with-planning) is only respected if there is
> no planning date placed above the properties drawer.
>
> * TODO export options
> :PROPERTIES:
> :EXPORT_OPTIONS: p
Hi,
There seems to be a bug in Org mode version 9.4.6 (9.4.6-gcf30f7:
EXPORT_OPTIONS (at least p for with-planning) is only respected if there is
no planning date placed above the properties drawer.
>>>
* TODO export options
:PROPERTIES:
:EXPORT_OPTIONS: p:nil
:END:
SCHEDULED: <2021-06-08 Di.>
**