Re: [O] ditaa

2011-08-13 Thread Sebastien Vauban
Hi Henri-Paul, Henri-Paul Indiogine wrote: Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if necessary. Yes, I think it'd help if you could post a

Re: [O] ditaa

2011-08-13 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Henri-Paul, Henri-Paul Indiogine wrote: Is anyone experiencing problems with LaTeX export + ditaa? After a git pull upgrade this morning the export to LaTeX of ditaa has changed to hyperref. I can post the relevant LaTeX lines if

Re: [O] org-paste-subtree and org-refile broken

2011-08-13 Thread David Maus
Hi Matt, Hi Sebastien, I pushed a temporary workaround to master that should fix the problem with refile and capture. Both depend on a buggy behavior of org-paste-subtree, i.e. pasting a subtree *above* the target headline when called with point at the beginning of the target headline. A fix for

Re: [O] ditaa

2011-08-13 Thread Henri-Paul Indiogine
Greetings! This is from my .emacs (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (ditaa . t) . . (defun my-org-confirm-babel-evaluate (lang body) (not (string= lang ditaa))) ; don't ask for ditaa (setq org-confirm-babel-evaluate

Re: [O] TODO type problem on speedbar and imenu.

2011-08-13 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: Yep. When you have some free time (!), please suggest a patch and a small org test file so that we can test. Here is an attempt to convert word boundaries into white spaces where it matters. I paste again the test file from Osamu Okano for reference.

Re: [O] org-paste-subtree and org-refile broken

2011-08-13 Thread David Maus
At Sat, 13 Aug 2011 09:25:19 +0200, David Maus wrote: Hi Matt, Hi Sebastien, I pushed a temporary workaround to master that should fix the problem with refile and capture. Both depend on a buggy behavior of org-paste-subtree, i.e. pasting a subtree *above* the target headline when called

Re: [O] how to change the headline starter *

2011-08-13 Thread Matt Lundin
Hi Bastien, Bastien b...@altern.org writes: Attached is a patch that replaces instances of outline-regexp by org-outline-regexp. It also introduces more harmonization. I'd be interesed in hearing about feedback. What is the primary reason to use a hard-coded org-outline-regexp and

Re: [O] org-paste-subtree and org-refile broken

2011-08-13 Thread Matt Lundin
David Maus dm...@ictsoc.de writes: At Sat, 13 Aug 2011 09:25:19 +0200, David Maus wrote: Hi Matt, Hi Sebastien, I pushed a temporary workaround to master that should fix the problem with refile and capture. Both depend on a buggy behavior of org-paste-subtree, i.e. pasting a subtree

Re: [O] how to change the headline starter *

2011-08-13 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: Bastien b...@altern.org writes: Attached is a patch that replaces instances of outline-regexp by org-outline-regexp. It also introduces more harmonization. I'd be interesed in hearing about feedback. What is the primary reason to use a hard-coded

Re: [O] [bug] Captured item inserted in the wrong subtree

2011-08-13 Thread John Wiegley
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since this morning's update -- though I think I did not update yesterday --, I've a weird problem when capture some text through the standard template I use for months. I'm having a similar problem, except that the

[O] Keeping an eye on byte-compilation warnings

2011-08-13 Thread John Wiegley
Maybe we're all using different versions of Emacs, but I find that byte-compilation warnings keep increasing as time goes by. I'd like to ask people to compile their code before committing, to keep the build log clean. It looks messy when there are lots of unnecessary warnings. Here's what I'm