Re: [O] [PATCH] New header parameter :show-process for Org-babel-clojure

2016-11-14 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: > I made all the changes requested and merged in a single commit. See > the attachment. Thank you. > I did as of today. Waiting to get a reply from them on that. Great! Please let me know once the process is complete, so that I can apply

Re: [O] org.texi edits, patch attached

2016-11-14 Thread Nicolas Goaziou
Hello, Lambda Coder writes: > I've attached an updated patch file to this msg. Thank you. Some comments and suggestions follow. > -Source code can be included in Org mode documents using a @samp{src} block, > -e.g.: > +Source code here refers to any code typed in Org mode

Re: [O] [PATCH] New header parameter :show-process for Org-babel-clojure

2016-11-14 Thread Frederick Giasson
Hi Nicolas, Thank you. Some nit-picks follow. I made all the changes requested and merged in a single commit. See the attachment. BTW, did you sign FSF papers already? I cannot find any reference in org-contribute.org? I did as of today. Waiting to get a reply from them on that.

Re: [O] “Match data clobbered by buffer modification hooks”

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > I don't have emoji-cheat-sheet-plus. I think it would be worth reporting > the problem upstream. Done: https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus/issues/5. Sincerely, Gour -- While contemplating the objects of the senses, a

[O] Release 9.0 test failed: test-ob/indented-cached-org-bracket-link

2016-11-14 Thread David Talmage
I built org 9.0 on my Mac today. 'make test' reported one failed test. I don't know if it is important or not. Please advise me. 'make test' said: 1 unexpected results: FAILED test-ob/indented-cached-org-bracket-link make: *** [test] Error 1 I have bash 4.4 freshly installed from mac

Re: [O] “Match data clobbered by buffer modification hooks”

2016-11-14 Thread Nicolas Goaziou
Saša Janiška writes: > Thank you for your assistance - I was able to find the problematic piece > of setup (https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus): > > ;; emoji cheat sheet > (use-package emoji-cheat-sheet-plus > :ensure t > :init > (progn > ;;

Re: [O] HTML export with ":export" parameter with Orgmode 9.0

2016-11-14 Thread Frederick Giasson
Hi Charles, Setting `org-export-babel-evaluate' to nil will ensure that NONE of your header arguments are followed. Like the docstring says "Users who wish to avoid evaluating code on export should use the header argument ‘:eval never-export’." It is tempting to `make-obsolete-variable'

[O] Capture templates - using result from %^g twice?

2016-11-14 Thread Rainer M Krug
Hi I have the following capture template and would like to re-use the tag entered by %^g . I try to use %\2 but this is not working. Is there a way that I can re-use the tag entered by %^g and add it as a property? Thanks, Rainer , | ("s" "Change logged in buffer - for spreadsheet

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Eric S Fraga
On Monday, 14 Nov 2016 at 08:05, Rainer M Krug wrote: > Is it only me who want's to do this, or is this working for everybody else? I would like to do this but it doesn't work for me either. What appears to be happening is that org captures the note to the default notes file,

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> Hi >> >> I am trying to get an in-buffer logging to work. I want to log some >> changes in the file and I am using the following template, which was >> working some (longer?) time ago: >> >> (setq

Re: [O] org.texi edits, patch attached

2016-11-14 Thread Lambda Coder
On Fri, Nov 11, 2016 at 2:18 AM, Nicolas Goaziou wrote: > > If your FSF papers are in order, could you send an updated patch? > > > Regards, > > -- > Nicolas Goaziou > I've attached an updated patch file to this msg. --Lambda Coder.

Re: [O] “Match data clobbered by buffer modification hooks”

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > The latter. Thank you for your assistance - I was able to find the problematic piece of setup (https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus): ;; emoji cheat sheet (use-package emoji-cheat-sheet-plus :ensure t :init (progn

Re: [O] Stuck projects documentation suggestion

2016-11-14 Thread Nicolas Goaziou
Hello, Jon Kristensen writes: > Looking at http://orgmode.org/manual/Stuck-projects.html>, it wasn't > clear to me that "+PROJECT/-MAYBE-DONE" was something called a "match > syntax". If the documentation could be extended to include this > information, and a link to the

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Nicolas Goaziou
Rainer M Krug writes: > Hi > > I am trying to get an in-buffer logging to work. I want to log some > changes in the file and I am using the following template, which was > working some (longer?) time ago: > > (setq org-capture-templates > `( > ;; ::

Re: [O] “Match data clobbered by buffer modification hooks”

2016-11-14 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Now I tried with -Q and minimal 9.0 setup and it works. Do you have any > hint which packages might be problematic or I should simply try to bisect > my init file? The latter. Regards, -- Nicolas Goaziou

Re: [O] “Match data clobbered by buffer modification hooks”

2016-11-14 Thread Saša Janiška
Nicolas Goaziou writes: > Have you tried with -Q, modulo load-path setting to include Org 9.0? Now I tried with -Q and minimal 9.0 setup and it works. Do you have any hint which packages might be problematic or I should simply try to bisect my init file? Sincerely,

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread lists
On 2016-11-10 11:35, Rainer M Krug wrote: Hi I am trying to get an in-buffer logging to work. I want to log some changes in the file and I am using the following template, which was working some (longer?) time ago: --8<---cut here---start->8--- (setq

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Eric S Fraga writes: > On Monday, 14 Nov 2016 at 08:05, Rainer M Krug wrote: >> Is it only me who want's to do this, or is this working for everybody else? > > I would like to do this but it doesn't work for me either. What appears > to be happening is that org captures the

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Is it only me who want's to do this, or is this working for everybody else? Rainer Rainer M Krug writes: > Hi > > I am trying to get an in-buffer logging to work. I want to log some > changes in the file and I am using the following template, which was > working some