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"
Sincerely
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 Goaziou
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 fe
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 comparison. But
> `org-pub
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 a
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, make the title of the heading
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)
λs.
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
> - everything he
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
> (goto-char (org-elem
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 is
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.
--
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.
--
12 matches
Mail list logo