emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: org-hide-emphasis-markers problem


From: Carsten Dominik
Subject: [Orgmode] Re: org-hide-emphasis-markers problem
Date: Sun, 23 Aug 2009 18:51:07 +0200

Hi Nicolas,

first of all, hiding emphasis markers is poorly tested and maybe
not fully functional.  It is possible that there are problems
associated with it.

However, I cannot reproduce the problem you are describing.

- Carsten

On Aug 8, 2009, at 5:56 PM, Nicolas Goaziou wrote:

Carsten Dominik <address@hidden> 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






reply via email to

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