Hi all,
Org 8.3.2, a bugfix release is out.
Enjoy!
--
Bastien
Hi Machael,
Well, you're welcome to add modification dates to the worg files. IMO
this won't help much, since some sections of the same file may be up
to date while other sections may be out of date. Something like
git-blame is needed I think in order to get a sense of how up-to-date
a particular
Hi,
Doing C-c C-e l o on any org file gives me the error
Symbol's value as variable is void: compile
If I use the latest org-mode-plus-contrib package from org elpa, latex
compilation works fine.
Can anyone using org git master confirm this?
--
Kaushal Modi
Hello,
timor writes:
> Is there a way to export to Markdown without any embedded HTML?
Short answer: no. What do you need to remove ?
Regards,
--
Nicolas Goaziou
Rainer M Krug writes:
> Eric S Fraga writes:
>
>> On Monday, 28 Sep 2015 at 21:10, Rainer M Krug wrote:
>>> Hi
>>>
>>> I would need in a document several equations which are aligned as in
>>> http://tex.stackexchange.com/a/167908/6941
>>
>> I use align all the time.
>>
>>> How can I use the foll
Hello,
Robert Klein writes:
> is there another way to get property values during export (i use them
> in #+LaTeX_Header: lines).
During export, all property values are accessible through communication
channel (usually INFO argument), e.g.,
(plist-get info :latex-header)
(plist-get info :la
Hello,
Rainer M Krug writes:
> I would need in a document several equations which are aligned as in
> http://tex.stackexchange.com/a/167908/6941
>
> How can I use the following latex formula in orgmode?
>
> \begin{proof} The proof is a follows:
> \begin{align}
> (x+y)^3&=(x+y)(x+y)^2\\
>
C-c * is perfect!
thx so much
z
On Tue, Sep 29, 2015 at 11:00 AM, Michael Strey wrote:
> On Mo, 2015-09-28 at 18:52, Xebar Saram wrote:
>
> > im looking for a simple way to convert a simple list of lines (i can
> > mark it first if needed) each to a orgmode header
> > anyone has such a way?
>
I see that Rasmus has fixed this. Thank you.
On 09/29/2015 03:00 PM, Rainer M Krug wrote:
Envoyé de mon iPhone
Le 29 sept. 2015 à 11:37, Charles Millar a écrit :
Since Monday morning (New York time) I have not been able to export to pdflatex
(worked OK the night before). Instead the messag
On Sun, Sep 27, 2015 at 4:51 PM, Rasmus wrote:
> Pushed.
> --
> May contains speling mistake
Cool! Thanks!
Hi Rainer,
Thanks for the report.
Rainer M Krug writes:
> Exporting to latex of the simple file below results in an error:
How embarrassing! Hopefully there are no more typos in the choice of
latex compiler changeset...
Rasmus
--
It was you, Jezebel, it was you
Rainer M Krug writes:
> Exporting to latex of the simple file below results in an error:
>
> ,
> | mapcar: Symbol’s value as variable is void: compile
> `
>
Can't reproduce it.
> #+LATEX_CLASS: article
> #+LATEX_CLASS_OPTIONS:
> #+LATEX_HEADER:
> #+LATEX_HEADER_EXTRA:
> #+DESCRIPTION:
>
Rasmus has fixed this in
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a
.
--
Kaushal Modi
On Tue, Sep 29, 2015 at 5:37 AM, Charles Millar wrote:
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked OK the nigh
Charles Millar writes:
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked OK the night before). Instead the message buffer
> reads
>
> symbol's value as variable is void - compile
>
> GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of
> 2014-03
On Tuesday, 29 Sep 2015 at 11:11, Rainer M Krug wrote:
> Exporting to latex of the simple file below results in an error:
>
> ,
> | mapcar: Symbol’s value as variable is void: compile
> `
Works for me... albeit in a slightly older version of org that I have on
my laptop.
> PS: how do I ge
Hi Charles,
Charles Millar writes:
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked OK the night before). Instead the message buffer
> reads
Yeah, sorry about the inconvenience!
Please try to update to 679adcaa64613c821b38cd1d34b081640315293a (current
Rainer M Krug writes:
> Exporting to latex of the simple file below results in an error:
>
> ,
> | mapcar: Symbol’s value as variable is void: compile
> `
>
Rasmus just fixed it:
commit 679adcaa64613c821b38cd1d34b081640315293a
Author: Rasmus
Date: Tue Sep 29 19:39:01 2015 +0200
Envoyé de mon iPhone
> Le 29 sept. 2015 à 11:37, Charles Millar a écrit :
>
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked OK the night before). Instead the message buffer reads
>
> symbol's value as variable is void - compile
>
> GNU Emacs 24.3.
Hi Zhihao,
Zhihao Ding writes:
> Dear Org experts,
>
> I am having some problems with exporting in org 8.3.1. I've been using
> :PROPERTIES to control export of a heading, e.g.
>
> :PROPERTIES:
> :EXPORT_LaTeX_HEADER+: \usepackage{array}
> :EXPORT_LaTeX_HEADER+: \usepackage{tikz}
> :EXPORT_LATEX
Thanks for fixing this (
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a
)
--
Kaushal Modi
On Tue, Sep 29, 2015 at 11:18 AM, Kaushal Modi
wrote:
> Hi,
>
> Doing C-c C-e l o on any org file gives me the error
>
> Symbol's value as variable is void
Rasmus has fixed this in
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a
.
--
Kaushal Modi
On Tue, Sep 29, 2015 at 5:11 AM, Rainer M Krug wrote:
>
> Exporting to latex of the simple file below results in an error:
>
> ,
> | mapcar: Symbol’s val
Kaushal Modi writes:
> I realized that the default binding `C-c *` works only on the current line,
> not the whole selection (and the same applies to the opposite `C-c -`).
>
> It would be great to have those commands work over a region too.
>
I don't think that's right - at least, when I tried
Kaushal Modi writes:
> Rasmus has fixed this in
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a
Working - thanks
> .
>
>
>
> --
> Kaushal Modi
>
> On Tue, Sep 29, 2015 at 5:11 AM, Rainer M Krug wrote:
>
>>
>> Exporting to latex of the simple file
On Tue, Sep 29, 2015 at 05:37:30AM -0400, Charles Millar wrote:
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked OK the night before). Instead the message buffer reads
>
> symbol's value as variable is void - compile
>
> GNU Emacs 24.3.1 (x86_64-pc-linux
On Tue, Sep 29, 2015 at 11:11:09AM +0200, Rainer M Krug wrote:
>
> Exporting to latex of the simple file below results in an error:
>
> ,
> | mapcar: Symbol’s value as variable is void: compile
> `
[...chomp...chomp...chomp...]
> #+LATEX_COMPILER: pdflatex
Are you trying to use Rasmus
Hello,
Hiroshi Saito writes:
> A guid XML element is not substituted in org-feed. Here is a patch to
> fix it.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
Jan Seeger writes:
> * org-capture.el (org-capture-refile): Call finalize first, then
> refile. If the capture buffer needs to be killed afterwards, kill
> after refiling.
Thank you.
For some reason, I cannot apply it on maint branch. Could you send it
again as an attachment ?
Than
I see that some folks have done org-mode/Jira integration work. which
looks really useful. As it turns out, though, my team (with no other
emacs users) is now weighing switching to JetBrains' YouTrack.
Has anyone done an integration with that? Or even started to?
Thanks!
-pd
28 matches
Mail list logo