From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cian Subject: Re: Re: Continuation of main section text after subsections ? Date: Sun, 27 Mar 2011 16:52:53 +0100 Message-ID: References: <20110327170251.58923564@hsdev.com> <81tyeotvzo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3sHD-0005gk-HS for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 11:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3sHC-0004ht-FE for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 11:53:15 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:38700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3sHC-0004hp-9j for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 11:53:14 -0400 Received: by wyf19 with SMTP id 19so2640230wyf.0 for ; Sun, 27 Mar 2011 08:53:13 -0700 (PDT) In-Reply-To: <81tyeotvzo.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: emacs-orgmode@gnu.org You can't do that, as it would be akin to trying to have in a book Section 1 Stuff Section 1.1.1 More stuff Now this goes under Section 1 Not really an idiom that makes sense (I find its best to think of org-mode's headings as chapter headers What you can do is something like the following: * Main headline Something goes here #+BEGIN_NOTE sub thoughts #+END_NOTE Some more stuff under main headline The #stuff can be closed when you want it to get it out of the way, so I sometimes use this a means of attaching notes to a document. It works, but I'm sure it could be improved. That way you can also have different exporting options for the note if you really want them. On Sun, Mar 27, 2011 at 4:37 PM, Jambunathan K wro= te: > >> --- >> * Main headline >> =A0 Some thoughts expressed here >> >> ** Subheading 1 >> =A0 =A0More thoughts expressed here >> ** Subheading 2 >> =A0 =A0More thoughts expressed here >> >> =A0I would like to have this text part of 'Main headline', not of >> =A0'Subheading 2' >> ---- > > Why is copy pasting not an option ... > > My intention is not to tick you off but I am confused about what you are > trying to say here. > > Jambunathan K. > >