Hello,
Thorsten Jolitz writes:
> doing:
>
> ,
> | 1. C-c C-e
> | 2. C-b ; body-only
> | 3. O O ; -> Org buffer
> `
>
> on this Org-buffer
>
>
> ,
> | #+TITLE: Foo
> | #+DATE: <1953-05-15 Fr>
> | #+OPTIONS: toc:nil p:t author:nil pri:t prop:t tags:nil
> |
> | * A
> |
> | ** TODO
Hi List,
doing:
,
| 1. C-c C-e
| 2. C-b ; body-only
| 3. O O ; -> Org buffer
`
on this Org-buffer
,
| #+TITLE: Foo
| #+DATE: <1953-05-15 Fr>
| #+OPTIONS: toc:nil p:t author:nil pri:t prop:t tags:nil
|
| * A
|
| ** TODO B
|:PROPERTIES:
|:task_id: xyz
|:END:
`