emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-catch-invisible-edits clarification


From: Memnon Anon
Subject: [O] org-catch-invisible-edits clarification
Date: Sat, 17 Dec 2011 11:49:15 +0000 (UTC)

Hi,

just read up on the new features in 7.8 and 
org-catch-invisible-edits caught my attention.

I set it to show and tried a simple example:

--8<---------------cut here---------------start------------->8---
* Test
** level2
*** Level3
    Some text
* Headline
--8<---------------cut here---------------end--------------->8---

Set point between "Some" and "text", and folded it away with S-TAB.

I expected, that, when I start textinput like "more", I would get this
at first keypress:
--8<---------------cut here---------------start------------->8---
* Test
** level2
*** Level3
    Some mtext
* Headline
--8<---------------cut here---------------end--------------->8---

I get:
--8<---------------cut here---------------start------------->8---
* Test
** level2...
* Headline
--8<---------------cut here---------------end--------------->8---
with point on the first dot of level2.

This is with
ELISP> (org-version)
"Org-mode version 7.8.02 (release_7.8.02.8.g8fb0.dirty)"
ELISP> (emacs-version)
"GNU Emacs 23.3.1 (i486-pc-linux-gnu, GTK+ Version 2.24.7) 
of 2011-10-26 on murphy, modified by Debian"

So either I misunderstood what the description says, or something is
wrong here...

Memnon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]