Re: [O] babel header argument :var is not expanded when tangling

2017-12-27 Thread Grant Rettke
They work differently. Try this example: #+BEGIN_SRC emacs-lisp :var x="hi" (message x) #+END_SRC tangles to (let ((x (quote "hi"))) (message x)) but this #+NAME: x #+BEGIN_SRC emacs-lisp "hi" #+END_SRC #+BEGIN_SRC emacs-lisp (message «x») #+END_SRC tangles to this (message "hi"

Re: [O] BUG: TODO statistics in parent heading prevent evaluation of TODOs with TRIGGER property

2017-12-27 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Just wanted to bump this. > > Let me know if there is a preferred/better way to attack this issue and > I can give it a shot. Oops, this was falling through the cracks. I applied your initial patch. Thank you. Regards, -- Nicolas

Re: [O] Preventing noweb substitution during export

2017-12-27 Thread Samuel W. Flint
Nicolas, my apologies for sending this twice. > Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> I used to be able to prevent noweb substitution during export by >> setting noweb to tangle, now it's only a yes/no option. When was >> this

Re: [O] Bug: Caching org-publish-find-date [8.2.10 (release_8.2.10 @ /opt/emacs/lisp/org/)]

2017-12-27 Thread Nicolas Goaziou
Hello, Lorenzo Bolla writes: > When using `org-publish-project` I noticed that generating a sitemap > sorted (anti-)chronologically is very slow. It turns out that the > slowness is due to the sorting of sitemap entries, which calls > `org-publish-find-date` during the

Re: [O] Preventing noweb substitution during export

2017-12-27 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > I used to be able to prevent noweb substitution during export by setting > noweb to tangle, now it's only a yes/no option. When was this feature > removed, and what can I do to get it back? I don't think that was intended. Would you have

Re: [O] Bug: org-insert-link doesn't work for URL links [9.1.4 (9.1.4-13-g84cb63-elpaplus @ /Users/ag.ibragimov/.emacs.d/elpa/26.0/develop/org-plus-contrib-20171218/)]

2017-12-27 Thread Nicolas Goaziou
Hello, Ag Ibragimov writes: > # Description: > After you store a link to a heading that itself contains a URL link, > and then insert that stored link to another .org document - it mangles the > link. > > # To reproduce > > 1) In a document A: > create a heading,

[O] Preventing noweb substitution during export

2017-12-27 Thread Samuel W. Flint
I used to be able to prevent noweb substitution during export by setting noweb to tangle, now it's only a yes/no option. When was this feature removed, and what can I do to get it back? Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4)

Re: [O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-27 Thread Nicolas Goaziou
Hello, 'Ihor Radchenko' writes: > 1. Create the following same org file: > * Test > - blah > - a > - b > - c > *** List folding stops here > :PROPERTIES: > :ID: 27eb85b6-114f-437f-9424-b28d400f6aa9 > :END: > *** END

Re: [O] Add contents-begin and contents-end to src-block in org-element.el

2017-12-27 Thread Somelauw .
2017-12-25 23:42 GMT+01:00 Nicolas Goaziou : > I suggest the following. > > For contents begin: > > (save-excursion > (goto-char (org-element-property :post-affiliated element)) > (line-beginning-position 2)) > > For contents end: > > (save-excursion >

[O] Bug: org-table-separator-space breaks alignment of existing tables [9.1.5 (9.1.5-1-gb3ddb0-elpaplus @ /home/il/.emacs.d/elpa/org-plus-contrib-20171225/)]

2017-12-27 Thread Ingo Lohmar
Here's a simple table example that breaks (info and columns lost etc) on `org-table-align`. I traced it down to org-table-separator-space --- setting it to a plain " " (effectively the situation before the last 9.1.5 commit) works for me, but I do not understand why the change breaks that. Or

[O] Bug: org-insert-link doesn't work for URL links [9.1.4 (9.1.4-13-g84cb63-elpaplus @ /Users/ag.ibragimov/.emacs.d/elpa/26.0/develop/org-plus-contrib-20171218/)]

2017-12-27 Thread Ag Ibragimov
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Bug: Caching org-publish-find-date [8.2.10 (release_8.2.10 @ /opt/emacs/lisp/org/)]

2017-12-27 Thread Lorenzo Bolla
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.