Re: [O] problems with latex custom classes in new exporter

2013-05-12 Thread Peter Salazar
Brilliant. That worked perfectly. Thank you! On Sat, May 11, 2013 at 10:37 PM, Nick Dokos ndo...@gmail.com wrote: Peter Salazar cycleofs...@gmail.com writes: I use a LaTeX custom class which I hired someone to create for me, which I load as a preference file latex.el:

[O] bug#14379: bug#14379: Several Org source files cannot be loaded in isolation

2013-05-12 Thread Achim Gratz
Carsten Dominik writes: I have asked Erik to fix these. These errors do not exist in Org 8 anymore, in other words they are already fixed (by the introduction of ob-core, as it were). Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-12 Thread Nicolas Goaziou
Hello, Paul Stansell paulstans...@gmail.com writes: I may be under a misapprehension, but I expected the pdf output (created by C-c C-e l p) from the attached org file to show similar results for both lines. Instead, however, the simple x^2 outside of the verbatim environment puts the

[O] bug#14379: bug#14379: Several Org source files cannot be loaded in isolation

2013-05-12 Thread Carsten Dominik
I missed that, thank you. - Carsten On 12.5.2013, at 09:34, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik writes: I have asked Erik to fix these. These errors do not exist in Org 8 anymore, in other words they are already fixed (by the introduction of ob-core, as it were).

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-12 Thread Paul Stansell
Hi Nicolas, Thanks for fixing that last problem, that's great! I've also come across a couple of other unexpected results exporting other latex equations to pdf. Examples are given in the attached org file. Both are quite trivial with easy work-arounds. In both cases, because the embedded png

[O] [PATCH] org-table: several cleanups

2013-05-12 Thread Achim Gratz
From 5972eaf924c726c1791fe6968e5b5b5abf053431 Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Sun, 12 May 2013 11:09:31 +0200 Subject: [PATCH] org-table: several cleanups * lisp/org.el (org-table-clean-did-remove-column), lisp/org-table.el

Re: [O] Bibliography

2013-05-12 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: Actually, ox-html.el also tries to do something with bibliographies, which introduces the duplication. We should decide if the code handling them should be in contrib/ or in the various export back-ends. Since HTML handling

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-12 Thread Nicolas Goaziou
Hello, Paul Stansell paulstans...@gmail.com writes: I've also come across a couple of other unexpected results exporting other latex equations to pdf. Examples are given in the attached org file. Both are quite trivial with easy work-arounds. In both cases, because the embedded png

Re: [O] [PATCH] org-table: several cleanups

2013-05-12 Thread Carsten Dominik
Hi Achim, this looks allright for me. Please go ahead and apply when you have tested it. - Carsten On 12.5.2013, at 11:11, Achim Gratz strom...@nexgo.de wrote: From 5972eaf924c726c1791fe6968e5b5b5abf053431 Mon Sep 17 00:00:00 2001 From: Achim Gratz strom...@stromeko.de Date: Sun, 12 May

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-12 Thread Paul Stansell
Nicolas, \[ x = y +1 \] \[ x = y + 1 \] This is to be expected. In the second case, the second line defines a list item, which has precedence over any LaTeX snippet. Okay, I realised it was switching to the itemise environment, but I didn't know it took precedence over

Re: [O] Bug in structmode++?

2013-05-12 Thread The Dude
- Igor Sosa Mayor writes: I don't want to be annoying... but am I really alone with this problem? Am Wed, May 01, 2013 at 05:03:51PM +0200, Igor Sosa Mayor wrote: No, you're not alone. I'm experiencing the same behavior and I'm running the exact same versions. It's really annoying.

[O] ical2org.py

2013-05-12 Thread aitor
Hi, I've implemented a little script which converts ics files to org-mode. You can find the script here: https://github.com/asoroa/ical2org.py It is equivalent to the awk script from Eric S. Fraga located here: http://orgmode.org/worg/org-tutorials/org-google-sync.html It's main differences

Re: [O] Bug in structmode++?

2013-05-12 Thread Christopher Schmidt
The Dude rafal.kowal...@mac.com writes: No, you're not alone. I'm experiencing the same behavior and I'm running the exact same versions. It's really annoying. org-version: 8.0.2; emacs-version: 24.3.1 Please give the current master a try. Christopher

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-12 Thread Nicolas Goaziou
\[ x = y +1 \] \[ x = y + 1 \] This is to be expected. In the second case, the second line defines a list item, which has precedence over any LaTeX snippet. Okay, I realised it was switching to the itemise environment, but I didn't know it took precedence over the

[O] Bug: exporting radio targets

2013-05-12 Thread Meng Weng Wong
In 8.0.2, when I export to HTML or Ascii, all my radio targets get clobbered by the first. Am I doing something wrong? -- Test Case -- #+TITLE: Test Org Radio Export This is a test written for org-version: 8.0.2

Re: [O] Bug: exporting radio targets

2013-05-12 Thread Nicolas Goaziou
Hello, Meng Weng Wong mengw...@gmail.com writes: In 8.0.2, when I export to HTML or Ascii, all my radio targets get clobbered by the first. Am I doing something wrong? No, that's a bug. It should be fixed in maint branch. Thank you for the report and the test case. Regards, -- Nicolas

Re: [O] Bug: exporting radio targets

2013-05-12 Thread Meng Weng Wong
On 12 May, 2013, at 11:58 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: No, that's a bug. It should be fixed in maint branch. Thank you for the report and the test case. Thank you, I can confirm it is fixed by commit e7cd6f1875f880effc437ad893d729bcfb9b1da6

Re: [O] Upgrading to the new exporter; documenting my experience

2013-05-12 Thread Nicolas Goaziou
Hello, George Jones elu...@gmail.com writes: FWIW, I've documented my steps towards updating to the new exporter https://github.com/eludom/HOWTO/blob/master/newOrgModeExporter/upgradingToTheNewOrgModeExporter.txt From your document: 7.2 Thing I might not understand in the new

[O] Skim.app support for org-mac-link-grabber.el

2013-05-12 Thread Daniil Frumin
Hi, all! I use org-mac-link-grabber.el http://orgmode.org/worg/org-contrib/org-mac-link-grabber.html almost every day. However, it lacks support for an app that I'd like to use together with org-mode. Skim.app is a light and fast PDF reader for Mac OS X with a note-taking ability. I wrote a

Re: [O] Bug in structmode++?

2013-05-12 Thread Igor Sosa Mayor
Am Sun, May 12, 2013 at 03:59:00PM +0100, Christopher Schmidt wrote: Please give the current master a try. After the commit 0ea11e26e46f2f562c1997cf1645dd744d5f6f2f you did, it seems to work again. thanks a lot. -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890

Re: [O] using gnuplot's splot and every commands on org-mode table data

2013-05-12 Thread Achim Gratz
Eric Schulte writes: This does look like a bug to me. Can you isolate where the value of data in your example is first assigned the wrong value? The error lies in how ob-sh tries to determine if it needs to process a table or a vector and then forgets to check for 'hline, thus ending up in the

Re: [O] [PATCH] org-table: several cleanups

2013-05-12 Thread Achim Gratz
Carsten Dominik writes: this looks allright for me. Please go ahead and apply when you have tested it. I've reworked it a bit. There are no automated tests for this functionality, but I hope to have covered everything in my manual testing. Installed on master. Regards, Achim. -- +[Q+

[O] org-mime

2013-05-12 Thread Joseph Vidal-Rosset
Hello, I just made a clean installation of org packages and contrib in order to be able to convert latex equations in gnus. But I meet the following problem that I am going to describe: Generating a png image seems to work via M-x org-preview-latex-fragment \begin{equation} ((A \to B) \to

Re: [O] Bibliography

2013-05-12 Thread Vikas Rawal
By the way, where should the bibliography be inserted: at the keyword or at the end of the document (in both HTML and LaTeX)? at the keyword please. Here's a new take on the problem. You need to use latest maint (or master) revision. What do you think? This works fine except that I

Re: [O] Skim.app support for org-mac-link-grabber.el

2013-05-12 Thread Ivan Andrus
Just two comments from someone who didn't know org-mac-link-grabber existed until today (I'm gonna try it out) and hasn't (yet) contributed to org-mode. 1. It looks like it's actually enabled by default 2. You can detect whether it should be enabled by default with something like ( 0 (length

Re: [O] Bibliography

2013-05-12 Thread Vikas Rawal
This works fine except that I can't place it at the keyword. How does one do it? I thought having a line say [BIBLIOGRAPHY] would work but it does not. Figured it myself. Placing the line '#+BIBLIOGRAPHY: blah blah...' at the right place did it. Thanks again, Vikas

Re: [O] [mobileorg-android] Re: Agenda in MobileOrg for Android

2013-05-12 Thread James Harkins
OK, so I'm reviving this old thread. I tried to set up MobileOrg again and failed completely - again. Sorry for my post being a bit harsh, but I'm really frustrated with this situation, especially that I hear people claiming it works for them... For the sake of completion, and so that

[O] [PATCH] Export: Override headline numbering via properties

2013-05-12 Thread Mark Edgington
* lisp/ox.el (org-export-numbered-headline-p): If the `:NUMBERED' property is defined for a headline, turn numbering on when the property value is y (otherwise turn numbering off). Do the same if the `:INHERITED_NUMBERED' property is defined for a headline, except make this property inherited by