Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Neil Jerram
alain.coch...@unistra.fr writes: > Hello. > > I am aware of org-move-subtree-up/down, which moves the entire > subtree. > > I am also aware of org-shiftmetaup/down which moves the line[fn:1] (also > works for a headline). > > What I would like to do is to be able to move a headline with >

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Eric S Fraga
On Thursday, 5 Jul 2018 at 11:40, alain.coch...@unistra.fr wrote: > Hello. > > I am aware of org-move-subtree-up/down, which moves the entire > subtree. > > I am also aware of org-shiftmetaup/down which moves the line[fn:1] (also > works for a headline). > > What I would like to do is to be

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > I am also interested in knowing if there are specific (deep?) reasons > why this seemingly basic operation, which I see as the analogous of > org-do-promote/demote and perform very often with standard (but > tedious) emacs editing commands, is not

[O] compatability of Tag Hierarchy and org-tags-exclude-from-inheritance?

2018-07-05 Thread steen
I would like to set org-tags-exclude-from-inheritance to the top level of a tag hierarchy, and have the exclusion apply to all the members of that group. Is this a reasonable thing to expect, or are the two mechanisms not integrated in such a way that I should continue trying to fix this? Thanks,

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Eric S Fraga writes on Thu 5 Jul 2018 10:44: > Or, remembering that this *is* in fact a text editor, select > heading and content, kill it, go where you want it placed, and yank > it...? This is what I do so far... and qualify as tedious :-) Thanks anyway. -- EOST (École et Observatoire

[O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Hello. I am aware of org-move-subtree-up/down, which moves the entire subtree. I am also aware of org-shiftmetaup/down which moves the line[fn:1] (also works for a headline). What I would like to do is to be able to move a headline with everything up to (but not including) its first

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Eric S Fraga
On Thursday, 5 Jul 2018 at 12:38, alain.coch...@unistra.fr wrote: > Eric S Fraga writes on Thu 5 Jul 2018 10:44: > > > Or, remembering that this *is* in fact a text editor, select > > heading and content, kill it, go where you want it placed, and yank > > it...? > > This is what I do so

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Neil Jerram writes on Thu 5 Jul 2018 11:46: > > What I would like to do is to be able to move a headline with > > everything up to (but not including) its first subheading. > > > > Does anyone know how to do that? > > > > I am also interested in knowing if there are specific (deep?) > >

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Neil Jerram
alain.coch...@unistra.fr writes: > Neil Jerram writes on Thu 5 Jul 2018 11:46: > > > > What I would like to do is to be able to move a headline with > > > everything up to (but not including) its first subheading. > > > > > > Does anyone know how to do that? > > > > > > I am also

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Alain . Cochard
Eric S Fraga writes on Thu 5 Jul 2018 11:46: > Well, it's a deterministic set of steps so you could record a macro > to do the selection and kill? Then all you have to do is move and > yank? Would still be long... > What was not clear in your OP was what happens to the first >

Re: [O] How to move up/down a headline but not the subtree?

2018-07-05 Thread Eric S Fraga
On Thursday, 5 Jul 2018 at 14:07, alain.coch...@unistra.fr wrote: > Eric S Fraga writes on Thu 5 Jul 2018 11:46: > > > Well, it's a deterministic set of steps so you could record a macro > > to do the selection and kill? Then all you have to do is move and > > yank? > > Would still be

[O] Bug: duplicated output in inline code block exports

2018-07-05 Thread William Denton
Here's a very simple R command in an inline code block: # - What is 1 + 1? src_R{1+1} {{{results(=2=)}}} # - Exporting this to PDF we get: # - What is 1 + 1? 2 2 # - For some reason the "2" is duplicated. Same thing with Ruby. I had a look at recent commits (I recompiled

Re: [O] Bug: duplicated output in inline code block exports

2018-07-05 Thread Berry, Charles
> On Jul 5, 2018, at 10:46 AM, William Denton wrote: > > Here's a very simple R command in an inline code block: > > # - > What is 1 + 1? src_R{1+1} {{{results(=2=)}}} > # - > > Exporting this to PDF we get: > > # - > What is 1 + 1? 2 2 Or exporting to to latex What is 1 +