From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: orgmode and bookmarks error Date: Tue, 26 May 2009 15:18:05 +0200 Organization: literaturlatenight Message-ID: <87fxes9f5e.fsf@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243345303 19400 80.91.229.12 (26 May 2009 13:41:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 13:41:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 26 15:41:37 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M8wuO-0006pP-JB for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 15:41:36 +0200 Original-Received: from localhost ([127.0.0.1]:39256 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8wuO-00050H-2X for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2009 09:41:36 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!takemy.news.telefonica.de!telefonica.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: port-92-206-108-127.dynamic.qsc.de Original-X-Trace: online.de 1243343885 8010 92.206.108.127 (26 May 2009 13:18:05 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 26 May 2009 13:18:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) Cancel-Lock: sha1:6zR3Ddt2sYzFbUMKpf8x+k6axYg= Original-Xref: news.stanford.edu gnu.emacs.help:169497 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64725 Archived-At: If I used bookmarks in emacs I would have a problem, because bookmark-jump only works after the second try. I don't know why but, never mind, as I said I don't use it. But with org-mode the problem enters through the backdoor again. Obviously org-remember needs bookmarks. When I try to save a remember buffer with `C-c C-c' I get this error message: Use C-c C-c to remember the data. Fontifying .emacs.bmk... (regexps...) string-match: Wrong type argument: symbolp, ("org-remember-last-stored" (filename . "~/notes.org") (front-context-string . "** [2009-05-26 D") (rear-context-string . " Di 14:52] test ") (position . 2403)) The buffer is saved anyway but stays open; with a second C-c C-c the noted is stored twice. henry