From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-remember-handler: Symbol's value as variable is void: org-complex-heading-regexp-format Date: Fri, 20 Nov 2009 01:01:03 -0500 Message-ID: <11519.1258696863@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBMZG-0003GI-2d for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 01:02:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBMZA-0003Fi-Io for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 01:02:00 -0500 Received: from [199.232.76.173] (port=39300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBMZA-0003Ff-Cm for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 01:01:56 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:56782 helo=vms173001.mailsrvcs.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBMZ9-0002S3-Li for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 01:01:55 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KTE00J9P8OALXF1@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 00:00:15 -0600 (CST) In-reply-to: Message from Raffi R of "Fri, 20 Nov 2009 00:37:48 EST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Raffi R Cc: org-mode Mailing List Raffi R wrote: > Dear orgmode, > > This is a terribly odd problem, and I'm not sure how it was prompted > or how to trace it. > > When I C-c C-c to save a task to my todo.org from Remember-mode, I am > prompted with the following error: > > "org-remember-handler: Symbol's value as variable is void: > org-complex-heading-regexp-format" > > It then dumps me into a remember buffer which is empty save for the > text I was trying to save. > > This error is accompanied by the following: > When I try to C-c C-x C-s to archive a task in my todo.org, I am > presented with the following in my *messages* buffer: > > OVERVIEW > Loading reftex...done > Compiling label environment definitions...done > Scanning entire document... > Scanning file /Users/rpr/Dropbox/orgfiles/todo.org_archive > Scanning document... done > Copied: Subtree(s) with 144 characters > org-advertized-archive-subtree: Wrong type argument: number-or-marker-p, nil > > My apologies if this is too vague; if it is, please point me toward a > resource that will tell me how to specify. > Read and follow the instruction in section 1.4 "Feedback" of the Org manual. You can probably get it locally through Info - if not locally available, you can get it online: http://orgmode.org/manual/Feedback.html#Feedback It will tell you how to get a backtrace. It will also point you to the function org-submit-bug-report that will gather up all sorts of useful information to help people diagnose the problem. HTH, Nick