emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: org-refile bug


From: Jason Dunsmore
Subject: [Orgmode] Re: org-refile bug
Date: Wed, 17 Mar 2010 10:31:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Mikael Fornius <address@hidden> writes:

> I can non reproduce this problem. 
>
> I Also use current release_6.34c.210.g6976 and tried with basic
> completion, ido-completion and iswitchb.
>
> Can you give some more information? Warnings in *Messages* and maybe
> M-x toggle-debug-on-error gives backtrace?

Thanks for looking into this.

There were no warnings or errors.  It just silently failed to file the
entry in my org file.  Only status messages were shown in *Messages*.

It has to do with the contents of my ~/.emacs.d/bookmarks file.  When it
wasn't working, my bookmarks file contained the following:


$ cat .emacs.d/bookmarks
;;;; Emacs Bookmark Format Version 1 ;;;;
;;; This format is meant to be slightly human-readable;
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("org-refile-last-stored"
 (filename . "~/repo/org/todo.org")
 (front-context-string . "*** Buy some tom")
 (rear-context-string . "se\n** Gardening\n")
 (position . 1030))
("org-remember-last-stored"
 (filename . "~/repo/org/todo.org")
 (front-context-string . "*** TODO Buy som")
 (rear-context-string . "se\n** Gardening\n")
 (position . 874))
)


I removed the file and then refiling from org-remember using "C-1 C-c
C-c" began working.  After a successful test, the contents were:


$ cat .emacs.d/bookmarks
;;;; Emacs Bookmark Format Version 1 ;;;;
;;; This format is meant to be slightly human-readable;
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("org-refile-last-stored"
 (filename . "~/repo/org/todo.org")
 (front-context-string . "** test\n* Misc\n*")
 (rear-context-string . "SEARCH\n\n* Inbox\n")
 (position . 318))
("org-remember-last-stored"
 (filename . "~/repo/org/todo.org")
 (front-context-string . "** test\n* Misc\n*")
 (rear-context-string . "SEARCH\n\n* Inbox\n")
 (position . 318))
)


Any idea what the problem is?




reply via email to

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