From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Sticky agenda branch merged Date: Mon, 16 Apr 2012 19:44:54 +0200 Message-ID: <87ehrntvu1.fsf@thinkpad.tsdh.de> References: <87aa2chuug.wl%max@openchat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJpzL-0003dW-MB for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 13:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJpzD-0000t0-W9 for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 13:45:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:41196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJpzD-0000qX-Pj for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 13:45:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SJpz9-0003LG-Tf for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 19:45:07 +0200 Received: from 91-67-11-43-dynip.superkabel.de ([91.67.11.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Apr 2012 19:45:07 +0200 Received: from tassilo by 91-67-11-43-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Apr 2012 19:45:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Max Mikhanosha writes: Hi Max, > I had just pushed a merge of max-sticky-agenda branch to master, let > me know if there are any problems,... since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup. Here's a backtrace: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-agenda-new-marker(9228) byte-code("\306 ... VBV)\311\207" [s txt pos save-match-data-internal todo-state org-agenda-repeating-timestamp-show-all org-agenda-skip match-string 1 nil match-data ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) org-get-todo-state t org-time-string-to-absolute past 0 abs functionp org-is-habit-p org-get-category get-text-property org-category-position re-search-backward "^\\*+[ ]+" throw :skip assoc org-get-tags-at buffer-substring-no-properties "^\n" string-match " \\([012]?[0-9]:[0-9][0-9]\\)" " " time org-agenda-format-item format org-scheduled-previously org-scheduled-today org-scheduled org-habit-parse-todo org-add-props undone-face face org-agenda-done org-marker org-agenda-new-marker org-hd-marker type "past-scheduled" ...] 26) org-agenda-get-scheduled(nil) org-agenda-get-day-entries("/home/horn/Repos/org/remember.org" (4 16 2012) :deadline :scheduled :timestamp) apply(org-agenda-get-day-entries "/home/horn/Repos/org/remember.org" (4 16 2012) (:deadline :scheduled :timestamp)) org-agenda-to-appt(t) th-org-agenda-to-appt() eval-buffer(# nil "/home/horn/.emacs" nil t) ; Reading at buffer position 50862 load-with-code-conversion("/home/horn/.emacs" "/home/horn/.emacs" t t) load("~/.emacs" t t) #[0 "\205 ... \211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]() command-line() normal-top-level() --8<---------------cut here---------------end--------------->8--- Please let me know if you need any further details. Bye, Tassilo