From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-hide-emphasis-markers problem Date: Sat, 08 Aug 2009 17:56:36 +0200 Message-ID: <86tz0ipadn.fsf@neuf.fr> References: <86k51onc36.fsf@neuf.fr> <1751DD26-DC3B-4DA7-B35D-65CD5810FE13@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZoHj-0002Vr-NI for emacs-orgmode@gnu.org; Sat, 08 Aug 2009 11:56:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZoHh-0002Vf-Bz for emacs-orgmode@gnu.org; Sat, 08 Aug 2009 11:56:42 -0400 Received: from [199.232.76.173] (port=41242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZoHh-0002Vc-9O for emacs-orgmode@gnu.org; Sat, 08 Aug 2009 11:56:41 -0400 Received: from smtp22.services.sfr.fr ([93.17.128.11]:7523) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZoHg-0004M6-Mf for emacs-orgmode@gnu.org; Sat, 08 Aug 2009 11:56:41 -0400 In-Reply-To: <1751DD26-DC3B-4DA7-B35D-65CD5810FE13@gmail.com> (Carsten Dominik's message of "Mon, 03 Aug 2009 15:34:17 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: My culprit wasn't the good one ! Here is the backtrace when using org-agenda-clockreport-mode : Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) *(nil 2) (setq b (1+ (point-at-eol)) n (* level org-indent-indentation-per-level)) (while (not exit) (setq e end) (if (not ...) (setq e ... exit t) (setq e ...) (if ... ...) (setq level ...) (setq nstars ...) (add-text-properties ... ... ...)) (when (and b ...) (add-text-properties b e ...)) (setq b (1+ ...) n (* level org-indent-indentation-per-level))) (save-excursion (goto-char beg) (while (not exit) (setq e end) (if ... ... ... ... ... ... ...) (when ... ...) (setq b ... n ...))) (let ((buffer-undo-list t) before-change-functions after-change-functions) (save-excursion (goto-char beg) (while ... ... ... ... ...))) (prog1 (buffer-modified-p) (let (... before-change-functions after-change-functions) (save-excursion ... ...))) (set-buffer-modified-p (prog1 (buffer-modified-p) (let ... ...))) (org-unmodified (save-excursion (goto-char beg) (while ... ... ... ... ...))) (let (ov b e n level exit nstars) (org-unmodified (save-excursion ... ...))) (progn (let (ov b e n level exit nstars) (org-unmodified ...))) (if (or t org-indent-mode) (progn (let ... ...))) (when (or t org-indent-mode) (let (ov b e n level exit nstars) (org-unmodified ...))) org-indent-add-properties(1 3828) With a minimal init file, it appears that the variable org-startup-indented set to t is to blame. Hoping someone is able to reproduce this. Regards, -- Nicolas Goaziou