emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Greg Troxel
Subject: [Orgmode] org-capture loses entered text when C-g on file selection
Date: Sat, 28 Aug 2010 09:48:15 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (berkeley-unix)

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

Attachment: pgpsWpiLYOAD2.pgp
Description: PGP signature


reply via email to

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