[O] Possible bug? Links using 'file+Emacs:' don't work. (Was: Re: Unable to get file link search to work)

2014-02-23 Thread Alexis
Christian Moe m...@christianmoe.com writes: Just to say, I reproduce it, so I think it's a bug. Note, the below only happens for me when using file+emacs: to force opening in emacs. The links work with regular file: links, or just starting the link with ./ Since my .org files open with emacs

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-23 Thread Nicolas Goaziou
Hello, Richard Lawrence richard.lawre...@berkeley.edu writes: OK, I think I've got a patch now that addresses everything you asked for. It is attached. This has been quite a learning experience! Let me know if other changes are necessary. It looks good. I applied it. Thank you for your

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-23 Thread Achim Gratz
Richard Lawrence writes: OK, I think I've got a patch now that addresses everything you asked for. It is attached. This has been quite a learning experience! Let me know if other changes are necessary. http://orgmode.org/worg/org-contribute.html#sec-5 Please use complete sentences in the

[O] org-entities: why \lang instead of \langle?

2014-02-23 Thread Anders Johansson
Hi, I noticed that in org-entities these symbols are defined: (lang \\langle t lang; ⟨) (rang \\rangle t rang; ⟩) But nothing for langle and rangle. I guess it seems pretty confusing when you try to use the latex-macros you are used to. Maybe these aliases could also be added,

Re: [O] css classes to tables in html export

2014-02-23 Thread Vikas Rawal
So, use the class attribute. #+ATTR_HTML: :class table table-striped table-bordered table-condensed | a | b | c | |---+---+---| | 1 | 2 | 3 | Thanks. That's what I need. Vikas

[O] Bug: horizontal line incorrectly drawn when numbers are prefixed with plus sign [8.2.5h (8.2.5h-6-g8e1386-elpa @ /Users/jason/.emacs.d/elpa/org-20140203/)]

2014-02-23 Thread Jason Lewis
Hi, If you enter a table like this in org, the +4 will get a strike-through line through it incorrectly. I expect it should not happen and only the hline below should appear as a solid line. | 1 | +4 | |---+| | || you can see a screenshot of what happens here:

[O] Bug: Problems with sub/super-script when using: org-cdlatex + org-pretty-entities + org-catch-invisible-edits

2014-02-23 Thread Anders Johansson
Hi, I used the configuration: org-catch-invisible-edits 'show org-pretty-entities t together with org-cdlatex. This breaks the insertion of subscripts and superscripts through org-cdlatex because _{} is fontified and the {} are hidden so typing for example: a _ bc results in a_{b}c (or

Re: [O] Bug: Problems with sub/super-script when using: org-cdlatex + org-pretty-entities + org-catch-invisible-edits

2014-02-23 Thread Anders Johansson
Hi, I used the configuration: org-catch-invisible-edits 'show org-pretty-entities t together with org-cdlatex. This breaks the insertion of subscripts and superscripts through org-cdlatex because _{} is fontified and the {} are hidden so typing for example: a _ bc results in a_{b}c (or

Re: [O] Configuring html footnote (or adding to end of body)

2014-02-23 Thread Rasmus
Blanchette, Marco m...@stowers.org writes: Sorry if this has been answered before, can’t seem to find a way to search for it… Is there a way to configure the default content of the footer produced during html formatted export? There is a javaScript that I would like to be the last bit of

Re: [O] Tables with line wrapping?

2014-02-23 Thread Peter Davis
On Sun, Feb 23, 2014 at 10:30:57AM +0530, Jambunathan K wrote: Peter Davis p...@pfdstudio.com writes: I'm using org-mode to prepare a document that will ultimately be exported to PDF. Unfortunately, I need to include a table whose contents will wrap as needed. You can export to PDF via

[O] Bad sexp at line when using org-contacts-anniversaries

2014-02-23 Thread Chaitanya Krishna
Hello there, This is more of a bug report. I get a 'Bad sexp at line n' when using org-contacts-anniversaries in my org files like so. * Calendar :calendar: %%(org-contacts-anniversaries) I figured out that this occurs when you have a contact in your contacts.orgfile with a BIRTHDAY property

Re: [O] Possible bug? Links using 'file+Emacs:' don't work.

2014-02-23 Thread Nicolas Goaziou
Hello, Alexis flexibe...@gmail.com writes: However, 'file+emacs:' links still exhibit the incorrect behaviour i described in my original email, and which you experienced also. So it looks like there is indeed a bug here - or, the 'file+emacs:' example should be removed from section 4.3 of

Re: [O] List of figures

2014-02-23 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm trying to generate a list of figures for LaTeX export. I thought to use #+TOC: figures, but this didn't work. The Org Export Reference Documentation has this: “TOC” keyword. It accepts three common values: “headlines”, “tables” and

Re: [O] Namespace problem org-mode / Clojure

2014-02-23 Thread Soapy Smith
Hi Tom- I'm not yet good at elisp, but looking at the ob-clojure.el file, the header option :package is only associated with slime, not cider? Regards, Greg On Fri, 2014-02-21 at 12:36 -1000, Thomas S. Dye wrote: Aloha Volker, I don't use Clojure, but ob-clojure.el defines a header

Re: [O] Bug: Problems with sub/super-script when using: org-cdlatex + org-pretty-entities + org-catch-invisible-edits

2014-02-23 Thread Anders Johansson
Hi, I used the configuration: org-catch-invisible-edits 'show org-pretty-entities t together with org-cdlatex. This breaks the insertion of subscripts and superscripts through org-cdlatex because _{} is fontified and the {} are hidden so typing for example: a _ bc results in a_{b}c (or

Re: [O] Namespace problem org-mode / Clojure

2014-02-23 Thread Soapy Smith
Hi Volker- I tried the your example code blocks on my system, and I concur with most of the behavior you described. org-babel-execute-buffer does not work, as it comes back with error repl not connected. It did not cause a crash. However, if I add explicit namespace declaration to the 2nd

Re: [O] List of figures

2014-02-23 Thread Thomas S. Dye
Aloha Rasmus, Rasmus ras...@gmx.us writes: t...@tsdye.com (Thomas S. Dye) writes: 1) Is there a reason that the TOC keyword doesn't accept the value figures? The reference to org-export-collect-figures suggests that it should accept this value. AFAIK it is not supported. It has puzzled

[O] [babel] disable :session for a code block?

2014-02-23 Thread Rainer M Krug
Hi I would like to save all in org defined variables into an R data file. In general this works fine with the following code block: #+begin_src R :session null :results output dir.create(./data/, showWarnings=FALSE) save.image(./data/orgData.rda) #+end_src but, as I have defined a file wide

Re: [O] List of figures

2014-02-23 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: I'm trying to generate a list of figures for LaTeX export. I thought to use #+TOC: figures, but this didn't work. The Org Export Reference Documentation has this: “TOC” keyword.

Re: [O] Namespace problem org-mode / Clojure

2014-02-23 Thread Thomas S. Dye
Soapy Smith soapy-sm...@comcast.net writes: Hi Tom- I'm not yet good at elisp, but looking at the ob-clojure.el file, the header option :package is only associated with slime, not cider? Regards, Greg I think so. It looks like cider and nrepl use a different variable, ns, which isn't

Re: [O] Non-interactive export

2014-02-23 Thread Simon Thum
A small update: org-export-babel-evaluate does what I need. I'm still a bit confused why it asks in this instance and not others, but it works. If that is unexpected behaviour you want to clarify, do not hestitate to ask. Cheers, Simon On 02/21/2014 10:12 PM, Simon Thum wrote: Sorry, I

[O] Writing your book with orgmode and publishing it on Leanpub

2014-02-23 Thread Juan Reyero
Greetings, I've solved a couple of bugs in the Leanpub[1] markdown exporter[2] (cross-links within the book using ids were not working, and footnotes containing a colon neither). As far as I can tell using Orgmode and Leanpub to publish books is now quite feasible, and produces rather nice

Re: [O] Non-interactive export

2014-02-23 Thread John Hendy
On Sun, Feb 23, 2014 at 12:23 PM, Simon Thum simon.t...@gmx.de wrote: A small update: org-export-babel-evaluate does what I need. I'm still a bit confused why it asks in this instance and not others, but it works. That is interesting. I just checked my own config and I just have: (setq

Re: [O] [babel] disable :session for a code block?

2014-02-23 Thread Andreas Leha
Rainer M Krug rai...@krugs.de writes: Hi I would like to save all in org defined variables into an R data file. In general this works fine with the following code block: #+begin_src R :session null :results output dir.create(./data/, showWarnings=FALSE) save.image(./data/orgData.rda)

[O] feature request: export page of pdf in latex

2014-02-23 Thread Andreas Leha
Hi all, there is the nice functionality in docview links, where [[docview:papers/last.pdf::2]] will open the second page of the given pdf. Would it be hard to make [[file:papers/last.pdf::2]] export the second page of the pdf to latex? I.e. to export to something like

Re: [O] feature request: export page of pdf in latex

2014-02-23 Thread John Kitchin
you can do this with a filter, and conditional handling. I did something like this at http://kitchingroup.cheme.cmu.edu/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/where file links were handled differently depending on whether the file link had content or not. you could do

Re: [O] [Babel] Bug reading example blocks?

2014-02-23 Thread Thomas S. Dye
Hi Samuel, I think not. I get these results now: #+call: repeated-text(x=foo,eg=example) :results raw #+results: 1. this is the first line 2. this is the second line with foo as the value 3. this is the third line All the best, Tom Samuel Wales samolog...@gmail.com writes: hi thomas, is

Re: [O] Possible bug? Links using 'file+Emacs:' don't work.

2014-02-23 Thread Alexis
Nicolas Goaziou n.goaz...@gmail.com writes: Alexis flexibe...@gmail.com writes: However, 'file+emacs:' links still exhibit the incorrect behaviour i described in my original email, and which you experienced also. So it looks like there is indeed a bug here - or, the 'file+emacs:' example

Re: [O] [Babel] Bug reading example blocks?

2014-02-23 Thread Samuel Wales
Hi Thomas, I guess the fix hasn't made it to maint yet. #+call: repeated-text(eg=example) :results raw #+RESULTS: 1. this is the first line 2. this is the second line with %VARIANT% as the value 3. this is the third line #+name: repeated-text #+begin_src sh :results verbatim output :var

[O] Bug (or at least a trap) in exporting #+begin_src blocks

2014-02-23 Thread Giovanni Moretti
I've just solved a puzzle finding out why Python src blocks that exported happily last year don't now. I'm using them for class tutorials and a of about fifteen Python fragments, a couple of the blocks would expand in-situ (C-c C-c) but when exported were treated as normal text. I narrowed it

[O] custom link export and ox-md

2014-02-23 Thread John Peloquin
Greetings, I'm trying to define a custom link in org mode with custom export formatting, but I get unexpected results when exporting to markdown. Minimal example: `minimal-init.el` (add-to-list 'load-path ~/.emacs.d/elpa/org-20140217) (require 'org) (add-to-list 'org-export-backends md)

Re: [O] [babel] cannot comment out noweb references

2014-02-23 Thread Samuel Wales
By which I mean, the bug should be reproducible if you do so. On 2/11/14, Samuel Wales samolog...@gmail.com wrote: Try with: (setq org-babel-use-quick-and-dirty-noweb-expansion t) This setting is much, much faster, by the way. On 2/5/14, Eric Schulte schulte.e...@gmail.com wrote: Samuel

Re: [O] custom link export and ox-md

2014-02-23 Thread Nick Dokos
John Peloquin john.peloq...@gmail.com writes: Greetings, I'm trying to define a custom link in org mode with custom export formatting, but I get unexpected results when exporting to markdown. Minimal example: `minimal-init.el` (add-to-list 'load-path ~/.emacs.d/elpa/org-20140217)

Re: [O] Writing your book with orgmode and publishing it on Leanpub

2014-02-23 Thread Waldemar Quevedo
Hi, It is rather annoying that github understands the org syntax but not quite, so the sources appear almost but not quite right. I maintain the parser that is being by Github = https://github.com/wallyqs/org-ruby If you let me now the issues I can try to fix them, (or PRs are also welcome)