Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-19 Thread Nicolas Goaziou
Hello, Yichao Woo writes: > Here is the Error trace I got with Org uncompiled Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-15 Thread Yichao Woo
Here is the Error trace I got with Org uncompiled Debugger entered--Lisp error: (quit) (save-restriction (widen) (end-of-line) (if (re-search-backward org-outline-regexp-bol nil t) (1- (- (match-end 0) (match-beginning 0))) 0)) (save-excursion (save-restriction (widen) (end-of-line) (if

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-15 Thread Nicolas Goaziou
Hello, Yichao Woo writes: > I upgraded from 8.2.10 to 8.3.5, but still get the same result. Your upgrade may have failed, i.e., Org is reporting 8.3.5 but uses some older libraries bundled with Emacs. > Have no idea why since I have little knowledge on how to read and

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-13 Thread Yichao Woo
Hey Nicolas: I upgraded from 8.2.10 to 8.3.5, but still get the same result. Have no idea why since I have little knowledge on how to read and debug elisp code. Sorry for the inconvenience On Mon, Aug 8, 2016 at 5:16 AM, Nicolas Goaziou wrote: > Hello, > > Yichao Woo

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-07 Thread Nicolas Goaziou
Hello, Yichao Woo writes: > Using command org-dblock-update in the following piece of org-mode text > result in emacs hanging (but can exit using C-g key combo). The primary > reason I found for the issue is the use of ‘:tags “hello”. If I remove > it, the report will be

[O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-07-31 Thread Yichao Woo
Using command org-dblock-update in the following piece of org-mode text result in emacs hanging (but can exit using C-g key combo). The primary reason I found for the issue is the use of ‘:tags “hello”. If I remove it, the report will be generated. here is the text resulting the hanging of