emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-capture loses entered text when C-g on file selection


From: Carsten Dominik
Subject: Re: [Orgmode] org-capture loses entered text when C-g on file selection
Date: Mon, 30 Aug 2010 09:26:55 +0200


On Aug 28, 2010, at 3:48 PM, Greg Troxel wrote:


This may not technically be a bug, but it violated my expectations:

setup:

     (setq org-capture-templates
            '(("t" "task" entry
               (file+headline "notes.org" "Refile")
               "* TODO %?\n  %U\n")))

Use 'C-c r' to start capturing.

Type 'foo'.

C-c C-w to start refiling

Type 'bar'.

Decide that you really didn't finish the note, and type C-g to get back
to editing the note.

Notice that your typed-in text is vanished.

C-h l output of a test case that shows this problem:

 C-c r f o o C-c C-w b a r C-g

Hi Greg,

unfortunately, the way this is implemented is the following:  It first
finalizes the capture, then it does the refile.  So it is difficult
to recover at that point.

- Carsten


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

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