Hello,
Until Sunday, please only report self-fixing or Rasmus-fixing bugs.
Thank you!
Regards,
--
Nicolas Goaziou0x80A93738
Hello everyone,
I am exporting Org files to LaTeX. I noticed something strange
happening. The text of all my target text gets changed to `orgtargetn'
where n is some number. This breaks a lot of my LaTeX specific links.
For example, I use the varioref package to get entity specific
references,
Hi,
I found a partial answer.
On Tue, Apr 14, 2015 at 11:25:30AM +0200, Suvayu Ali wrote:
>
> I am exporting Org files to LaTeX. I noticed something strange
> happening. The text of all my target text gets changed to `orgtargetn'
> where n is some number. This breaks a lot of my LaTeX specifi
Is it possible (and I just have the wrong syntax) to do the following:
(defvar base-dir "~/Documents/org/")
(defvar pub-dir "~/Public/notes/")
(setq org-publish-project-alist '(
("org"
:base-directory base-dir
:base-extension "org"
:publishing-directory pub-dir
Hi,
Suvayu Ali writes:
>> references, so \secref{sec:foo}, \figref{fig:bar}, \tabref{sec:baz} (it
>> even takes care of language, or punctuation as needed!). Now if the
>> target text changes from sec:foo to orgtarget1, of course the link
>> breaks.
>
> The commit 4bbc054 introduces a variable
On 2015-04-14, at 14:51, Thomas Moyer wrote:
> Is it possible (and I just have the wrong syntax) to do the following:
>
> (defvar base-dir "~/Documents/org/")
> (defvar pub-dir "~/Public/notes/")
>
> (setq org-publish-project-alist '(
> ("org"
> :base-directory base-dir
(setq org-pu
Thomas Moyer writes:
> Is it possible (and I just have the wrong syntax) to do the following:
>
> (defvar base-dir "~/Documents/org/")
> (defvar pub-dir "~/Public/notes/")
>
> (setq org-publish-project-alist '(
> ("org"
> :base-directory base-dir
> :base-extension "org"
>
Greetings.
Please find two files attached to this message.
1. A patch implementing Processing programming language support in
Babel. The commit message of the patch is the following:
ob-processing.el: Support for Proc
(defvar base-dir "~/Documents/org/")
(defvar pub-dir "~/Public/notes/")
(setq org-publish-project-alist
`(("org"
:base-directory ,base-dir
:base-extension "org"
:publishing-directory ,pub-dir
:recursive t
:publishing-function org-html-publish-to
Rasmus writes:
> Hi,
>
> Suvayu Ali writes:
>
>>> references, so \secref{sec:foo}, \figref{fig:bar}, \tabref{sec:baz} (it
>>> even takes care of language, or punctuation as needed!). Now if the
>>> target text changes from sec:foo to orgtarget1, of course the link
>>> breaks.
>>
>> The commit 4b
10 matches
Mail list logo