Re: [O] bug: org-mouse broken

2011-11-03 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com writes: Git bisect finds it as the reason of a fontification issue of headings with the keyword COMMENT or QUOTE: - the face falls back from org-special-keyword to org-level-n - hidestars does not hide any more #+begin_src org ,#+STARTUP:

Re: [O] bug: org-mouse broken

2011-11-03 Thread Michael Brand
Hi Nicolas On Thu, Nov 3, 2011 at 21:43, Nicolas Goaziou n.goaz...@gmail.com wrote: I have pushed a fix in master. Thanks for reporting this. Resolved, thanks. Michael

Re: [O] bug: org-mouse broken

2011-09-28 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com writes: Only now I stumbled upon an issue with org-shiftleft and org-shiftright which I use rarely. On a heading without any todo keyword and with (setq org-todo-keywords '((sequence 1 2 3 | -3 -2 -1))) - C-left changes to -2 instead of -1 -

Re: [O] bug: org-mouse broken

2011-09-28 Thread Michael Brand
Hi Nicolas On Wed, Sep 28, 2011 at 17:53, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Michael Brand michael.ch.br...@gmail.com writes: Only now I stumbled upon an issue with org-shiftleft and org-shiftright which I use rarely. On a heading without any todo keyword and with (setq

Re: [O] bug: org-mouse broken

2011-09-25 Thread Michael Brand
Hi Nicolas On Fri, Sep 23, 2011 at 18:45, Nicolas Goaziou n.goaz...@gmail.com wrote: Michael Brand michael.ch.br...@gmail.com writes: There is an issue with org-feed. The backtrace is attached. I hope this is enough to reproduce. Fixed. Here comes the new patch. Thanks again. Only now I

Re: [O] bug: org-mouse broken

2011-09-23 Thread Michael Brand
Hi Nicolas There is an issue with org-feed. The backtrace is attached. I hope this is enough to reproduce: 1) /tmp/feed.org: #+begin_src org ,-*- coding: utf-8-unix -*- ,#+DRAWERS: FEEDSTATUS ,* podcast , :FEEDSTATUS: , :END: #+end_src 2) (setq org-feed-alist

Re: [O] bug: org-mouse broken

2011-09-23 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com writes: There is an issue with org-feed. The backtrace is attached. I hope this is enough to reproduce. Fixed. Here comes the new patch. Thanks again. Regards, -- Nicolas Goaziou From 1f8df0573427f02f0e0553bcfa8bec10ac097188 Mon Sep 17

Re: [O] bug: org-mouse broken

2011-09-23 Thread Michael Brand
Hi Nicolas On Fri, Sep 23, 2011 at 18:45, Nicolas Goaziou n.goaz...@gmail.com wrote: Michael Brand michael.ch.br...@gmail.com writes: There is an issue with org-feed. The backtrace is attached. I hope this is enough to reproduce. Fixed. Here comes the new patch. Thanks again. I can

Re: [O] bug: org-mouse broken

2011-09-22 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: To reproduce load org-mouse and mouse-1 in the stars: *** will say no links instead of cycle click in the stars * more no links instead of cycle more * more with links will do menu instead of cycle http://google.com/whatever

Re: [O] bug: org-mouse broken

2011-09-22 Thread Michael Brand
Hi Nicolas The file name 0001-Provide-more-consistent-regexps-for-headlines.patch made me curious and I take the opportunity to support such an effort by testing this patch on release_7.7-316-gdecd722. I found the issue that * TODO task setting to done with C-c C-t d leads to * DONE TODO task.

Re: [O] bug: org-mouse broken

2011-09-22 Thread Nicolas Goaziou
Hello, Michael Brand michael.ch.br...@gmail.com writes: The file name 0001-Provide-more-consistent-regexps-for-headlines.patch made me curious and I take the opportunity to support such an effort by testing this patch on release_7.7-316-gdecd722. Great! Thank you for testing it. I found

Re: [O] bug: org-mouse broken

2011-09-22 Thread Michael Brand
On Thu, Sep 22, 2011 at 20:25, Nicolas Goaziou n.goaz...@gmail.com wrote: Indeed. This is fixed in the following patch. Please disregard the previous one. Works now, thanks. Michael

Re: [O] bug: org-mouse broken

2011-09-20 Thread Samuel Wales
Org-mouse still broken. I wonder if it would be safe to revert this patch, or perhaps it's a bug in org-mouse. On 2011-08-18, Samuel Wales samolog...@gmail.com wrote: git bisect: 628ebf04f74afa8694945386c507bde06c3aac9e is the first bad commit commit 628ebf04f74afa8694945386c507bde06c3aac9e

Re: [O] bug: org-mouse broken

2011-09-20 Thread Samuel Wales
To reproduce load org-mouse and mouse-1 in the stars: *** will say no links instead of cycle click in the stars * more no links instead of cycle more * more with links will do menu instead of cycle http://google.com/whatever http://google.com * more

Re: [O] bug: org-mouse broken

2011-08-19 Thread Samuel Wales
On headlines without todo kw, tries to follow link. Should cycle. On 2011-08-18, Samuel Wales samolog...@gmail.com wrote: mouse-1 on stars says no link sometimes instead of cycling. Maybe it is a regexp issue. git bisect: 628ebf04f74afa8694945386c507bde06c3aac9e is the first bad commit

[O] bug: org-mouse broken

2011-08-18 Thread Samuel Wales
mouse-1 on stars says no link sometimes instead of cycling. Maybe it is a regexp issue. git bisect: 628ebf04f74afa8694945386c507bde06c3aac9e is the first bad commit commit 628ebf04f74afa8694945386c507bde06c3aac9e Author: Nicolas Goaziou n.goaz...@gmail.com Date: Mon Jul 25 17:50:28 2011 +0200