* Problem indenting plain lists
@ 2009-11-13 15:22 Anthony Lander
2009-11-13 15:37 ` Carsten Dominik
2009-11-13 16:12 ` Bernt Hansen
0 siblings, 2 replies; 4+ messages in thread
From: Anthony Lander @ 2009-11-13 15:22 UTC (permalink / raw)
To: emacs-orgmode
I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem
with indenting. Given this little org file:
* Heading 1
- notes 1
- notes 2
- more notes
*** Heading 2
- even more notes
- even more notes
I want to make a new plain list item before "notes 1".
If I put my cursor at the start of the line that says "- notes 1",
then RET and C-p (ie make a blank line) and then type -TAB nothing
happens. If I type - and then use either demote heading or demote
subtree, it indents the current line, but also demotes all the lines
below it. Is there a way to just indent the hyphen so it lines up with
other notes lines?
Thanks,
-Anthony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem indenting plain lists
2009-11-13 15:22 Problem indenting plain lists Anthony Lander
@ 2009-11-13 15:37 ` Carsten Dominik
2009-11-13 15:43 ` Anthony Lander
2009-11-13 16:12 ` Bernt Hansen
1 sibling, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-11-13 15:37 UTC (permalink / raw)
To: Anthony Lander; +Cc: emacs-orgmode
On Nov 13, 2009, at 4:22 PM, Anthony Lander wrote:
> I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem
> with indenting. Given this little org file:
>
> * Heading 1
> - notes 1
> - notes 2
> - more notes
> *** Heading 2
> - even more notes
> - even more notes
>
> I want to make a new plain list item before "notes 1".
>
> If I put my cursor at the start of the line that says "- notes 1",
> then RET and C-p (ie make a blank line) and then type -TAB nothing
> happens. If I type - and then use either demote heading or demote
> subtree, it indents the current line, but also demotes all the lines
> below it. Is there a way to just indent the hyphen so it lines up
> with other notes lines?
No, but you can put the cursor in column zero at "notes 1" and press M-
RET.
- Carsten
>
> Thanks,
>
> -Anthony
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem indenting plain lists
2009-11-13 15:37 ` Carsten Dominik
@ 2009-11-13 15:43 ` Anthony Lander
0 siblings, 0 replies; 4+ messages in thread
From: Anthony Lander @ 2009-11-13 15:43 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
On 09-Nov-13, at 10:37 AM, Carsten Dominik wrote:
>
> On Nov 13, 2009, at 4:22 PM, Anthony Lander wrote:
>
>> I'm on Org-mode version 6.33 (release_6.33) and I'm having a
>> problem with indenting. Given this little org file:
>>
>> * Heading 1
>> - notes 1
>> - notes 2
>> - more notes
>> *** Heading 2
>> - even more notes
>> - even more notes
>>
>> I want to make a new plain list item before "notes 1".
>>
>> If I put my cursor at the start of the line that says "- notes 1",
>> then RET and C-p (ie make a blank line) and then type -TAB nothing
>> happens. If I type - and then use either demote heading or demote
>> subtree, it indents the current line, but also demotes all the
>> lines below it. Is there a way to just indent the hyphen so it
>> lines up with other notes lines?
>
> No, but you can put the cursor in column zero at "notes 1" and press
> M-RET.
>
> - Carsten
>
Ah! Thanks very much. I knew I must be missing something.
-Anthony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem indenting plain lists
2009-11-13 15:22 Problem indenting plain lists Anthony Lander
2009-11-13 15:37 ` Carsten Dominik
@ 2009-11-13 16:12 ` Bernt Hansen
1 sibling, 0 replies; 4+ messages in thread
From: Bernt Hansen @ 2009-11-13 16:12 UTC (permalink / raw)
To: Anthony Lander; +Cc: emacs-orgmode
Anthony Lander <anthonylander@yahoo.com> writes:
> I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem
> with indenting. Given this little org file:
>
> * Heading 1
> - notes 1
> - notes 2
> - more notes
> *** Heading 2
> - even more notes
> - even more notes
>
> I want to make a new plain list item before "notes 1".
>
> If I put my cursor at the start of the line that says "- notes 1",
> then RET and C-p (ie make a blank line) and then type -TAB nothing
> happens. If I type - and then use either demote heading or demote
> subtree, it indents the current line, but also demotes all the lines
> below it. Is there a way to just indent the hyphen so it lines up with
> other notes lines?
Hi Anthony,
I can't reproduce this behaviour.
If I put the point at the start of the ' - notes 1' line then hit M-RET
I get this:
,----
| * Heading 1
| - <point here>
| - notes 1
| - notes 2
| - more notes
| *** Heading 2
`----
RET C-p - TAB gives me this:
,----
| * Heading 1
| -<point here>
| - notes 1
| - notes 2
| - more notes
| *** Heading 2
`----
Org-mode version 6.33 (release_6.33)
GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09
on raven, modified by Debian
-Bernt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-13 16:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 15:22 Problem indenting plain lists Anthony Lander
2009-11-13 15:37 ` Carsten Dominik
2009-11-13 15:43 ` Anthony Lander
2009-11-13 16:12 ` Bernt Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).