* org-headlines
@ 2012-11-27 4:49 drain
2012-11-27 8:44 ` org-headlines Bastien
0 siblings, 1 reply; 4+ messages in thread
From: drain @ 2012-11-27 4:49 UTC (permalink / raw)
To: Help-gnu-emacs
How would I achieve the following nested structure:
**** MAIN TOPIC
Text in MAIN TOPIC
***** TANGENT
Text in TANGENT
[**** MAIN TOPIC CONTINUED WITHOUT HEADLINE]
[RETURN TO ] Text in MAIN TOPIC
The problem is, now, any text that follows TANGENT will be org-cycled into
the TANGENT headline, even if I only want to embed one paragraph as an
aside.
To approximate the intended effect now, I have to create a continuation of
the, for example, fourth-order headline after the fifth-order headline,
e.g.,
**** MAIN TOPIC
***** TANGENT
**** MAIN TOPIC CONTINUED
What I'm looking for is virtually identical to spoiler tags on message
boards.
--
View this message in context: http://emacs.1067599.n5.nabble.com/org-headlines-tp270855.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-headlines
2012-11-27 4:49 org-headlines drain
@ 2012-11-27 8:44 ` Bastien
2012-11-27 9:45 ` org-headlines drain
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2012-11-27 8:44 UTC (permalink / raw)
To: drain; +Cc: Help-gnu-emacs
drain <aeuster@gmail.com> writes:
> How would I achieve the following nested structure:
Have a look at inline tasks.
(require 'org-inlinetask)
M-x org-inlinetask-insert-task RET
Probably not exactly what you are looking for, but closer
than normal tasks.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: org-headlines
2012-11-27 8:44 ` org-headlines Bastien
@ 2012-11-27 9:45 ` drain
2012-11-27 10:11 ` org-headlines Bastien
0 siblings, 1 reply; 4+ messages in thread
From: drain @ 2012-11-27 9:45 UTC (permalink / raw)
To: Help-gnu-emacs
Close, but it does not appear to reproduce the functionality of regular
headlines, i.e., I cannot nest further; (1) is possible, but not (2) and
(3), (3) being what I originally wanted (though (2) would be nice).
(1)
* HEADLINE
Text about main topic.
*************** INLINE TASK
Text about tangent from main topic.
*************** END
Continuation of main topic.
(2)
* HEADLINE
Text about main topic.
*************** INLINE TASK
Text about tangent from main topic.
****************************** NESTED INLINE TASK
Text about tangent from tangent from main topic.
****************************** END
*************** END
Continuation of main topic.
(3)
* HEADLINE
Text about main topic.
*************** INLINE TASK
Text about tangent from main topic
** SECOND-ORDER HEADLINE ABOUT TANGENT
Text about sub-topic mentioned in tangent
** ANOTHER SECOND-ORDER HEADLINE ABOUT TANGENT
Text about a different sub-topic mentioned in tangent.
[no return to the first-order tangent]
*************** END
Continuation of main topic.
--
View this message in context: http://emacs.1067599.n5.nabble.com/org-headlines-tp270855p270865.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-27 10:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 4:49 org-headlines drain
2012-11-27 8:44 ` org-headlines Bastien
2012-11-27 9:45 ` org-headlines drain
2012-11-27 10:11 ` org-headlines Bastien
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).