Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-15 Thread Carsten Dominik
Accepted. I added the proper ChangeLog entries and documented the change in the manual. Thanks - Carsten On Nov 14, 2010, at 8:01 AM, Puneeth wrote: On Sat, Nov 13, 2010 at 1:12 AM, Carsten Dominik wrote: On Nov 10, 2010, at 3:46 AM, Jianshi Huang wrote: Hi, I know I can include any

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-13 Thread Puneeth
On Sat, Nov 13, 2010 at 1:12 AM, Carsten Dominik wrote: > > On Nov 10, 2010, at 3:46 AM, Jianshi Huang wrote: > >> Hi, >> >> I know I can include any file using #+INCLUDE. >> >> I need to include several org files, but they were edited >> independently as a complete document. >> >> Now I want to l

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-12 Thread Carsten Dominik
On Nov 10, 2010, at 3:46 AM, Jianshi Huang wrote: Hi, I know I can include any file using #+INCLUDE. I need to include several org files, but they were edited independently as a complete document. Now I want to lower the levels of headers in these org files automatically during inclusion. Is

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Samuel Wales
I have often wanted this, specified by org-id, to include a subtree. I would not want it to be in a separate file, but that could be arranged also, in principle. I have also wanted to include the body text of a node without any structure at all directly into some text. Just insert those paragraph

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Mark Elston
Scott, I don't know about Jianshi's specific needs but I have also wanted the same thing for myself. I often put together "standard" information on a variety of topics that I talk about in separate files. When I put together a talk for a given topic I include many of these sub-topics in a given

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Scot Becker
Jianshi, I've never heard of any way to do that with an #+INCLUDE. There are variables that automatically demote subtrees that you yank in with CTRL-Y, but that's a hard-INCLUDE, so to speak, and you probably have your reasons for wanting to keep them in separate files. Scot On Wed, Nov 10, 20