* Where ends a subtree?
@ 2010-03-26 17:27 Franz Heuser
2010-03-27 18:32 ` Adam
2010-03-28 13:37 ` Rémi Vanicat
0 siblings, 2 replies; 6+ messages in thread
From: Franz Heuser @ 2010-03-26 17:27 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I wonder where an subtree ends. My work flow is as follow:
* headline
some text...
Know I notice a ToDo entry that is link to the text. So i type
** ToDo something useful
notes about the ToDo
... more about the headline.
My problem is, that '... more about the headline' is hidden, when the
ToDo entry is folded. It belongs syntactically to ToDo, but semantically
to the headline.
Is there an <end> Tag or something like that? Where i can say: Here Ends
the ToDo entry, what comes now belong to the last headline?
Any Idea? Or a hint, how i can use org-mode another, better way?
Greetings
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where ends a subtree?
2010-03-26 17:27 Where ends a subtree? Franz Heuser
@ 2010-03-27 18:32 ` Adam
2010-03-28 12:42 ` Carsten Dominik
2010-03-28 13:37 ` Rémi Vanicat
1 sibling, 1 reply; 6+ messages in thread
From: Adam @ 2010-03-27 18:32 UTC (permalink / raw)
To: emacs-orgmode
On Saturday 27 March 2010 05:27 am, Franz Heuser wrote:
> Hi,
>
> I wonder where an subtree ends. My work flow is as follow:
> * headline
> some text...
>
> Know I notice a ToDo entry that is link to the text. So i type
>
> ** ToDo something useful
> notes about the ToDo
>
> ... more about the headline.
>
> My problem is, that '... more about the headline' is hidden, when the
> ToDo entry is folded. It belongs syntactically to ToDo, but semantically
> to the headline.
>
> Is there an <end> Tag or something like that? Where i can say: Here Ends
> the ToDo entry, what comes now belong to the last headline?
>
> Any Idea? Or a hint, how i can use org-mode another, better way?
This appears to be the situation with Calendar and also
surprisingly with Diary.
Somewhere on the Emacs Wiki it suggests; no space between lines,
and also to begin each new line with a dash - Such as;
- item 1
- another note
- some more.
For me, for Diary in particular, it would be good to be able to block
longer text together, and even perhpaps paragraph. I suppose it
becomes less of an itemized work diary at that stage, and more of
a rambling personal type, which suggests a separate or 2nd diary file
altogether should be used.
What do others think.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where ends a subtree?
2010-03-27 18:32 ` Adam
@ 2010-03-28 12:42 ` Carsten Dominik
2010-03-28 13:39 ` Rémi Vanicat
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2010-03-28 12:42 UTC (permalink / raw)
To: Adam; +Cc: emacs-orgmode
Is it just me who cannot make out what either of these posters is
trying to say?
- Carsten
On Mar 27, 2010, at 7:32 PM, Adam wrote:
> On Saturday 27 March 2010 05:27 am, Franz Heuser wrote:
>> Hi,
>>
>> I wonder where an subtree ends. My work flow is as follow:
>> * headline
>> some text...
>>
>> Know I notice a ToDo entry that is link to the text. So i type
>>
>> ** ToDo something useful
>> notes about the ToDo
>>
>> ... more about the headline.
>>
>> My problem is, that '... more about the headline' is hidden, when the
>> ToDo entry is folded. It belongs syntactically to ToDo, but
>> semantically
>> to the headline.
>>
>> Is there an <end> Tag or something like that? Where i can say: Here
>> Ends
>> the ToDo entry, what comes now belong to the last headline?
>>
>> Any Idea? Or a hint, how i can use org-mode another, better way?
>
> This appears to be the situation with Calendar and also
> surprisingly with Diary.
>
> Somewhere on the Emacs Wiki it suggests; no space between lines,
> and also to begin each new line with a dash - Such as;
> - item 1
> - another note
> - some more.
>
> For me, for Diary in particular, it would be good to be able to block
> longer text together, and even perhpaps paragraph. I suppose it
> becomes less of an itemized work diary at that stage, and more of
> a rambling personal type, which suggests a separate or 2nd diary file
> altogether should be used.
>
> What do others think.
>
>
>
> _______________________________________________
> 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
- Carsten
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Where ends a subtree?
2010-03-26 17:27 Where ends a subtree? Franz Heuser
2010-03-27 18:32 ` Adam
@ 2010-03-28 13:37 ` Rémi Vanicat
2010-03-28 15:41 ` Carsten Dominik
1 sibling, 1 reply; 6+ messages in thread
From: Rémi Vanicat @ 2010-03-28 13:37 UTC (permalink / raw)
To: emacs-orgmode
Franz Heuser <spamcatcherhenry@web.de> writes:
> Hi,
>
> I wonder where an subtree ends. My work flow is as follow:
When a headline of same level or lower level began
> * headline
> some text...
>
> Know I notice a ToDo entry that is link to the text. So i type
>
> ** ToDo something useful
> notes about the ToDo
>
> ... more about the headline.
Org mode believe that ... more about the headline is inside
** ToDo something useful
I know no way to change this: you must put every text that is only in
"* headline" and not in the "** ToDo" subtree before any subtree
>
> My problem is, that '... more about the headline' is hidden, when the
> ToDo entry is folded. It belongs syntactically to ToDo, but semantically
> to the headline.
>
> Is there an <end> Tag or something like that? Where i can say: Here Ends
> the ToDo entry, what comes now belong to the last headline?
>
> Any Idea? Or a hint, how i can use org-mode another, better way?
Add your todo at the end of the headline?
put a "** rest of the headline" subtree after the todo ?
--
Rémi Vanicat
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: Where ends a subtree?
2010-03-28 13:37 ` Rémi Vanicat
@ 2010-03-28 15:41 ` Carsten Dominik
0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2010-03-28 15:41 UTC (permalink / raw)
To: Rémi Vanicat; +Cc: emacs-orgmode
On Mar 28, 2010, at 3:37 PM, Rémi Vanicat wrote:
> Franz Heuser <spamcatcherhenry@web.de> writes:
>
>> Hi,
>>
>> I wonder where an subtree ends. My work flow is as follow:
>
> When a headline of same level or lower level began
OK, now I understand.
Yes, this is correct, you cannot end a sublevvel task and add more
text that belongs to the top level tasks. Org-mode documents are
structured like a book.
You might wan to check out a special hack we have for this situation:
org-inlinetask.el, distributed with Org.
- Carsten
>
>> * headline
>> some text...
>>
>> Know I notice a ToDo entry that is link to the text. So i type
>>
>> ** ToDo something useful
>> notes about the ToDo
>>
>> ... more about the headline.
>
> Org mode believe that ... more about the headline is inside
> ** ToDo something useful
> I know no way to change this: you must put every text that is only in
> "* headline" and not in the "** ToDo" subtree before any subtree
>
>
>>
>> My problem is, that '... more about the headline' is hidden, when the
>> ToDo entry is folded. It belongs syntactically to ToDo, but
>> semantically
>> to the headline.
>>
>> Is there an <end> Tag or something like that? Where i can say: Here
>> Ends
>> the ToDo entry, what comes now belong to the last headline?
>>
>> Any Idea? Or a hint, how i can use org-mode another, better way?
>
> Add your todo at the end of the headline?
> put a "** rest of the headline" subtree after the todo ?
>
>
> --
> Rémi Vanicat
>
>
>
> _______________________________________________
> 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
- Carsten
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-28 15:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 17:27 Where ends a subtree? Franz Heuser
2010-03-27 18:32 ` Adam
2010-03-28 12:42 ` Carsten Dominik
2010-03-28 13:39 ` Rémi Vanicat
2010-03-28 13:37 ` Rémi Vanicat
2010-03-28 15:41 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.