all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: org-headlines
  2012-11-27  9:45   ` org-headlines drain
@ 2012-11-27 10:11     ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2012-11-27 10:11 UTC (permalink / raw
  To: drain; +Cc: Help-gnu-emacs

Please take this discussion to emacs-orgmode@gnu.org, you will have
more answers and perhaps new ideas for features to be included in
Org.

-- 
 Bastien



^ 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

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.