On Thu, Oct 25, 2012 at 11:19:30PM +0100, Christopher Schmidt wrote:
> Suvayu Ali writes:
> > On Thu, Oct 25, 2012 at 05:48:57PM +0100, Christopher Schmidt wrote:
> >> org-export-as-latex (org-latex.el) let-binds TeX-master. Later on
> >> feature tex may be loaded. This is a problem, because in
T.F. Torrey writes:
> I don't understand that backtrace very well, but it looks like something
> is hardcoded to look in a contrib subdirectory for the contrib files and
> can't find them when they are moved to the root of the package
> directory.
Actually, you will need to customize that variable
Christian writes:
> I confirm -- this is fixed in release_7.9.2-513-gad17c4.
Great news. Bastien, many thanks!
Tom
--
Tom Davey
t...@tomdavey.com
New York NY USA
Thanks for trying to reproduce this. I tried again from 'emacs -Q', and couldn't
reproduce it either. I'm concluding it's due to some cruft in my .emacs file,
and not a problem with the exporter.
--Mike
Suvayu Ali writes:
> On Thu, Oct 25, 2012 at 05:48:57PM +0100, Christopher Schmidt wrote:
>> org-export-as-latex (org-latex.el) let-binds TeX-master. Later on
>> feature tex may be loaded. This is a problem, because in that case
>> the defvar TeX-master of tex (AUCTeX) is ignored.
>>
>> Warn
On Thu, Oct 25, 2012 at 05:48:57PM +0100, Christopher Schmidt wrote:
> org-export-as-latex (org-latex.el) let-binds TeX-master. Later on
> feature tex may be loaded. This is a problem, because in that case the
> defvar TeX-master of tex (AUCTeX) is ignored.
>
> Warning: defvar ignored becaus
Hello,
I am trying to use the latest version of the org-plus-contrib from the
org Elpa repository (and using emacs-snapshot in Ubuntu 12-04), but I
get a weird error. My first clue was this error:
#+BEGIN_QUOTE
Warning (initialization): An error occurred while loading
`/home/tftorrey/.emacs.d/i
Achim Gratz writes:
> Thanks for the suggestion, but again I'm using this just as an
> example.
I understand, but this example doesn't help, since it can't justify the
need for any additional mechanism you're suggesting.
>> There's already such a mechanism: it's called "filters". I'm just
>> po
Nicolas Goaziou writes:
>> Yes, that's exactly the workaround I used.
>
> Better: you can move the pagebreak just /above/ the footnote section, as
> if the section didn't exist.
Thanks for the suggestion, but again I'm using this just as an example.
> There's already such a mechanism: it's called
org-contacts uses agenda functions but does not require org-agenda.
This is a bug.
Christopher
org-export-as-latex (org-latex.el) let-binds TeX-master. Later on
feature tex may be loaded. This is a problem, because in that case the
defvar TeX-master of tex (AUCTeX) is ignored.
Warning: defvar ignored because TeX-master is let-bound
This issue could be fixed by adding (require 'tex ni
Hello,
"Sebastien Vauban"
writes:
> Org code (protected by a comma, in a code block) is interpreted, when exported
> to Beamer. See with this ECM:
This should be fixed. Thanks for the report.
Note : this isn't related to new exporter but to recent code-escaping
changes.
Regards,
--
Nicol
Hello,
"Sebastien Vauban"
writes:
> I used VERSE (instead of EXAMPLE) by following (what I understood from) your
> advice, see http://comments.gmane.org/gmane.emacs.orgmode/33919.
A verse block implies that every line of its contents have a line break.
You can do many things with verse blocks
Hello,
"Sebastien Vauban"
writes:
> The same type of problem exists for `org-latex-to-pdf-process': contrarily to
> what I'd thought from reading the doc, the argument %b is NOT (only) the base
> name, but the full name without the file extension; hence, the problem under
> Cygwin Emacs with /
Hi Sébastien,
"Sebastien Vauban"
writes:
>> I'm using org-mode version 7.9.2 (release_7.9.2-53-g93040f).
>
> I confirm having observed this regression as well (over the last
> monthor so).
I can't confirm this with latest Org (from master).
See http://lumiere.ens.fr/~guerry/u/orgbug.ogv for
Hello Bastien,
"Sebastien Vauban" wrote:
> "Francesco Pizzolante" wrote:
>> I'm having an issue when jumping from the C-c a a / v c view (check log view
>> in the agenda view) to a clock line.
>>
>> Here's a small example.
>>
>> #+begin_src org
>> * My tasks
>>
>> ** First task
>>:LOGBOOK:
>>
"Jorge A. Alfaro Murillo" writes:
> I think I figured it out. I think it was a problem of having
> "upgraded" org from the package manager once, when I had another
> version of emacs. I removed the package, reinstall emacs-snapshot and
> now it is working again.
Thanks you found the problem and
Hello,
Today, I've observed that code disappears when hitting TAB (C-h k reports it's
bound to org-cycle) in a code block.
ECM:
--8<---cut here---start->8---
* Org-cycle
#+begin_src org
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAM
On 10/25/2012 04:15 PM, Nicolas Goaziou wrote:
> Mats Kindahl writes:
>
>> That is nice. I assume that I have to use the development branch in that
>> case?
> Yes, its merge is planned for Org 8.0. For now it lies in the contrib/
> directory.
>
> If you want to try it, assuming contrib/ is in you
Mats Kindahl writes:
> That is nice. I assume that I have to use the development branch in that
> case?
Yes, its merge is planned for Org 8.0. For now it lies in the contrib/
directory.
If you want to try it, assuming contrib/ is in your load-patch, just
require the back-end(s) you need, in thi
I think I figured it out. I think it was a problem of having "upgraded" org
from the package manager once, when I had another version of emacs. I
removed the package, reinstall emacs-snapshot and now it is working again.
Thanks.
On Oct 25, 2012 4:02 AM, "Bastien" wrote:
> Hi Jorge,
>
> "Jorge A.
On 10/25/2012 02:44 PM, Nicolas Goaziou wrote:
> Hello,
>
> Mats Kindahl writes:
>
>> I would like to get references to sections replaced with the section
>> number in ASCII export instead of the link name, that is, something
>> similar to how LaTeX handles \label and \ref (but for ASCII export).
Hello Nicolas,
Org code (protected by a comma, in a code block) is interpreted, when exported
to Beamer. See with this ECM:
--8<---cut here---start->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [handout]
#+OPTIONS: H:2
* First section
** Basic steps
- W
Hello François,
François Allisson wrote:
> Nicolas Goaziou writes:
>> It isn't related to the exporter. There is a limited set of charaters
>> allowed just after an emphasis marker, and "]" doesn't belong, by
>> default, to them.
>>
>> You may want to tweak the "post" part of
>> `org-emphasis-rege
Nicolas Goaziou gmail.com> writes:
> By default, commands from `org-e-latex-pdf-process' use "%f" place
> holder, which is the absolute file name. You may want to use "%b" (and
> a recent Org pull) instead.
I've pulled again and used "texi2dvi" from the value menu and all is well now.
Thanks.
Hello,
justus-...@piater.name writes:
> But first one more request for comments that I forgot to include in my
> original message:
>
> Computing the difference between two dates in the presence of repeating
> dates is a subtle affair. Here, in computing the difference between
> deadline (d2) and
Hello,
Achim Gratz writes:
> Sadly not. Somewhere in org-e-latex (I think) the path is made absolute
> again.
> I'll have a look at it later unless you find it earlier.
By default, commands from `org-e-latex-pdf-process' use "%f" place
holder, which is the absolute file name. You may want to
Nicolas Goaziou writes:
> It isn't related to the exporter. There is a limited set of charaters
> allowed just after an emphasis marker, and "]" doesn't belong, by
> default, to them.
>
> You may want to tweak the "post" part of
> `org-emphasis-regexp-components'.
>
>
> Regards,
Cristal clear! Th
Hello,
Mats Kindahl writes:
> I would like to get references to sections replaced with the section
> number in ASCII export instead of the link name, that is, something
> similar to how LaTeX handles \label and \ref (but for ASCII export). Is
> this possible?
>
> For example:
>
> * Top Heade
Hi all,
I would like to get references to sections replaced with the section
number in ASCII export instead of the link name, that is, something
similar to how LaTeX handles \label and \ref (but for ASCII export). Is
this possible?
For example:
* Top Header
** Inner Header
Some tex
Hello,
Achim Gratz writes:
> Nicolas Goaziou gmail.com> writes:
>> > the pagebreak does not get exported to LaTeX since the Footnotes section
>> > will not be exported and the pagebreak is interpreted as being part of
>> > that section. It would be nice if there was a way to "bind" it to the
>
Hello,
Nick Dokos writes:
> But even in the original form below, I cannot reproduce Michael's problem: the
> % signs are not escaped. I get
I cannot reproduce it either.
Regards,
--
Nicolas Goaziou
Hello,
François Allisson writes:
> Hello Org mode users, hello Nicolas,
>
> Should it be possible to put a footnote immediately after an
> /emphasised/ word, as in the following example?
>
> test.org **
> Hello /girls/[fn:1], how do you do?
>
> * Footnotes
>
> [fn:1] The
Hello Org mode users, hello Nicolas,
Should it be possible to put a footnote immediately after an
/emphasised/ word, as in the following example?
test.org **
Hello /girls/[fn:1], how do you do?
* Footnotes
[fn:1] There were no boys in the room...
**
Hi Andrzej,
Andrzej Lichnerowicz writes:
> I'm here, but frankly the list is a bit hard to follow regularly :)
You bet...
> As for the patch, definitely! It's a lot more clean way, and fixes
> value results. Thanks Asrail!
Thanks to both of you, I've now applied the patch!
Best,
--
Bastie
Hi Hsiu-Khuern,
Hsiu-Khuern Tang writes:
> Sorry if this has been reported -- a brief search didn't turn up
> anything.
this is now fixed -- thanks for reporting this!
Best,
--
Bastien
Hello Francesco,
"Francesco Pizzolante" wrote:
> I'm having an issue when jumping from the C-c a a / v c view (check log view
> in the agenda view) to a clock line.
>
> Here's a small example.
>
> #+begin_src org
> * My tasks
>
> ** First task
>:LOGBOOK:
>CLOCK: [2012-10-22 Mon 13:00]--[20
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Is there no way to make such a practical feature[1] available?
>
> There's a mechanism to send commands to the src-block through the
> appropriate major-mode. It may be possible to ask for a filling with that.
> But I don't th
Hi Bastien,
I'm here, but frankly the list is a bit hard to follow regularly :)
As for the patch, definitely! It's a lot more clean way, and fixes value
results. Thanks Asrail!
--a.
2012/10/24 Bastien
> Hi Andrzej,
>
> Asrail posted this patch against ob-scala.el a while ago.
>
> Can you con
Hi Jorge,
"Jorge A. Alfaro Murillo" writes:
> This is strange, since I get the whole emacs from a repository
> (http://emacs.naquadah.org/ unstable/ ). I should not have to compile
> anything.
I double-checked and the source on Julien's server are okay.
Can you do
C-h f org-mobile-create-inde
Jonathan Schaeffer wrote:
> Maybe Glenn could tell how he was able to corrupt his bookmarks file ?
I intentionally added junk to it.
Le 24/10/2012 17:09, Drew Adams a écrit :
But AFAIK an empty bookmark file should not present any problems for Emacs (for
bookmark handling, at least, and I would hope for Org mode and anything else
too).
Yes, you have a point here.
I tested again the Org refile function in 3 cases :
- no book
Nicolas Goaziou gmail.com> writes:
> > the pagebreak does not get exported to LaTeX since the Footnotes section
> > will not be exported and the pagebreak is interpreted as being part of
> > that section. It would be nice if there was a way to "bind" it to the
> > following heading or alternative
43 matches
Mail list logo