Re: [O] [babel] suggestion: wrap creation of graphics into try() block

2014-01-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks a lot, Rainer On 01/26/14, 19:07 , Eric Schulte wrote: I'll send you the patch then. Sounds great, thanks. OK - here it is attached (my first patch to org :-) ) - let me know if it is OK. Looks good to me, I've just applied

Re: [O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/26/14, 19:16 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: On 01/20/14, 16:34 , Eric Schulte wrote: Rainer M Krug rai...@krugs.de writes: Hi I would like to use :prologue and :epilogue to enclose the code block in a

Re: [O] Feature Request: Allow Tangling Named INCLUDEs

2014-01-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/14, 01:44 , Nick Daly wrote: Hi Bastien, Nick Daly wrote: Hi folks, I have a situation where I have many named code snippets currently available in external files, and would like to tangle them into an Org mode file. Bastien

Re: [O] Naming a table produced by a CALL

2014-01-27 Thread Loris Bennett
Eric Schulte schulte.e...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I have a CALL

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-27 Thread Sebastien Vauban
Nick Dokos wrote: Bastien b...@gnu.org writes: PS: Removing COMMENT would be more problematic, as it is very handy to temporarily prevent a section from being exported or tangled. Doesn't a :noexport: tag do exactly that? (not sure about tangling actually, but that should be not be a big

[O] Org habit graph not showing

2014-01-27 Thread Chris Henderson
I’m running org mode version 8.2.3c and emacs version 24.3.1 on OS X Mavericks in the CLI. I’d like to get the org habit graph when I do “alt-x org-agenda a” but there is no graph. My habit.org file looks like this: * TODO write journal SCHEDULED: 2014-01-28 Tue .+1d/3d - State DONE

Re: [O] Org habit graph not showing

2014-01-27 Thread Bastien
Chris Henderson henders...@gmail.com writes: I’m running org mode version 8.2.3c and emacs version 24.3.1 on OS X Mavericks in the CLI. I’d like to get the org habit graph when I do “alt-x org-agenda a” but there is no graph. My habit.org file looks like this: * TODO write journal  

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-27 Thread Thorsten Jolitz
Sebastien Vauban sva-n...@mygooglest.com writes: Of course, we can wonder whether that particularity of COMMENT couldn't or shouldn't be transported to :noexport: as well (or something extra, such a :donothing:). A :donothing tag or property seems more logical to me than a COMMENT keyword

[O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi, I'm using orgmode 8.2.5g and I see a small bug (?) with the cursive /.../ when the text goes over 2 lines, that is, for instance 3 lines: JÜTTE, Robert: /Obrigkeitliche Armenfürsorge in deutschen Reichsstädten der Frühen Neuzeit: Städtisches Armenwesen in Frankfurt am Main und Köln/ (Köln:

Re: [O] Cursive and 3 lines

2014-01-27 Thread Bastien
Hi Igor, Igor Sosa Mayor joseleopoldo1...@gmail.com writes: I'm using orgmode 8.2.5g and I see a small bug (?) with the cursive /.../ when the text goes over 2 lines, that is, for instance 3 lines: JÜTTE, Robert: /Obrigkeitliche Armenfürsorge in deutschen Reichsstädten der Frühen Neuzeit:

Re: [O] export to ODT fails strangely

2014-01-27 Thread Bastien
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: The messages buffer contains a very large amount of text, including most of my document in one form or another it seems... I have no idea where to start. Start by instrumenting `org-odt-link--infer-description' with `edebug-defun' and see

Re: [O] Which `odt-content' variable should I use? Why are there two?

2014-01-27 Thread Bastien
Hi Brady, Brady Trainor algeb...@uw.edu writes: I was browsing the customize group org-export-odt. I found two variables that seem to do the same thing. In org-odt.el, we have org-export-odt-content-template-file while in ox-odt.el, we have org-odt-content-template-file Do I

Re: [O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi Bastien, Am Mon, Jan 27, 2014 at 11:25:20AM +0100, Bastien wrote: You need to customize `org-emphasis-regexp-components', the last element of this option defines the number of newlines to accept. thanks for your answer. Unfortunately it is not really working. I have at the moment (setq

Re: [O] No title in org-export-as-odt

2014-01-27 Thread Bastien
Hi Brady, Brady Trainor algeb...@uw.edu writes: Miguel Ruiz rbenit68 at yahoo.es writes: Any hint to get rid of the title in a org-export-as-odt session? I had the same problem. I noticed a lot of new lines, `\n', so I tried to remove more than just title. For my solution, I changed

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-27 Thread Eric S Fraga
Peter Davis p...@pfdstudio.com writes: [...] It does say the variable is define in org-latex.el, and clicking on that name takes me to the definition in org-latex.el.gz. Just to confirm what Nick has said: this file is out of date. There is no org-latex.el in v8 of org. The equivalent file

Re: [O] Cursive and 3 lines

2014-01-27 Thread Bastien
Hi Igor, Igor Sosa Mayor joseleopoldo1...@gmail.com writes: Am Mon, Jan 27, 2014 at 11:25:20AM +0100, Bastien wrote: You need to customize `org-emphasis-regexp-components', the last element of this option defines the number of newlines to accept. thanks for your answer. Unfortunately it is

Re: [O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi Bastien, Caveat: you need to restart Emacs for a change in this option to take effect (see the docstring of the option.) yes, I forgot to mention that I have of course restarted emacs, but it did not help... Yes, providing a minimal configuration file to reproduce the problem usually

Re: [O] org-table-copy-down feature request

2014-01-27 Thread Bastien
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: at present, the only reasonable values of org-table-copy-increment are nil or non-nil. How about enabling to use it as an increment value? This would be very useful in the following case: I want to make a table with dates for

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-27 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: On 26 Jan 2014, at 23:03, Bastien b...@gnu.org wrote: I think removing QUOTE won't hurt that much. I agree. I would also like to see it removed. There seems to be a consensus around it. The last question is: master or maint? It's

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: There seems to be a consensus around it. The last question is: master or maint? I'm for pushing the change to master and documenting this feature in maint as being obsolete. It's not a bugfix, more like a spring clean, but there's a

Re: [O] Naming a table produced by a CALL

2014-01-27 Thread Andreas Leha
Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Eric Schulte schulte.e...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Loris

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 09:55:52AM +, Eric S Fraga wrote: Peter Davis p...@pfdstudio.com writes: [...] It does say the variable is define in org-latex.el, and clicking on that name takes me to the definition in org-latex.el.gz. Just to confirm what Nick has said: this file is out

Re: [O] Naming a table produced by a CALL

2014-01-27 Thread Loris Bennett
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes: Eric Schulte schulte.e...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Loris, Loris Bennett loris.benn...@fu-berlin.de writes:

Re: [O] [ANN] ELPA package for ODT and JabRef exporters

2014-01-27 Thread Jambunathan K
This message SUPERSEDES instructions in the parent post (at http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01134.html) Elevator Pitch == I fixed few bugs in ELPA tarball (Thanks Benjamin). Adding the following URL to

Re: [O] Which `odt-content' variable should I use? Why are there two?

2014-01-27 Thread Jambunathan K
Brady Trainor algeb...@uw.edu writes: I was browsing the customize group org-export-odt. The old exporter and the new exporters share the same custom group. So you are seeing the old and new variables in the custom buffer. (IMO this is a bug.)

Re: [O] How to use ox-bibtex

2014-01-27 Thread o.castillo.felis...@gmail.com
Hello Eric. I finally try the examples you attached above, and I'm getting a problem. The file is not imported, because of an error Wrong type argument arrayp, nil. Does anyone know what I am missing? Cheers On Sun, Jan 26, 2014 at 4:37 PM, o.castillo.felis...@gmail.com

Re: [O] Control links in LaTeX export

2014-01-27 Thread John Kitchin
I often use code like this to temporarily set variables for export: #+BEGIN_SRC emacs-lisp :results output (let ((org-latex-listings 'minted) (org-latex-custom-lang-environments '((python pythoncode))) (org-latex-minted-options '((frame lines) (fontsize

Re: [O] No title in org-export-as-odt

2014-01-27 Thread Jambunathan K
Brady Trainor algeb...@uw.edu writes: Miguel Ruiz rbenit68 at yahoo.es writes: Any hint to get rid of the title in a org-export-as-odt If you are seeing `org-export-as-odt' then you are using old Org ( 8.0). Old exporters are no longer maintained. So you upgrade to the latest Org (org

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 10:05:29AM -0500, Peter Davis wrote: I suggest you install Org through git, as explained in the manual. Don't forget to ~$ make autoloads or just ~$ make I'll try re-installing via git. Ok, I tried making org from git, but I'm still having problems with

Re: [O] Feature Request: Allow Tangling Named INCLUDEs

2014-01-27 Thread Eric Schulte
Nick Daly nick.m.d...@gmail.com writes: Hi Bastien, Nick Daly wrote: Hi folks, I have a situation where I have many named code snippets currently available in external files, and would like to tangle them into an Org mode file. Bastien writes: I'm not the one who would undertake this,

Re: [O] [RFC] Move ox-koma-letter into core?

2014-01-27 Thread Bastien
Hi all, Bastien b...@gnu.org writes: My suggestion: convert contrib/lisp/ libraries into Org ELPA packages and expurge the the contrib/ Git history from Org's repo. Here is another way to evaluate this proposal: imagine we don't have the contrib/ directory and we want to promote some external

Re: [O] Feature Request: Allow Tangling Named INCLUDEs

2014-01-27 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: On 01/27/14, 01:44 , Nick Daly wrote: Hi Bastien, Nick Daly wrote: Hi folks, I have a situation where I have many named code snippets currently available in external files, and would like to tangle them into an Org mode file. Bastien writes: I'm

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Sun, Jan 26, 2014 at 11:14:28PM +0100, Bastien wrote: Hi Peter, Peter Davis p...@pfdstudio.com writes: Well, I don't know how messed up my org-mode installation is, but in addition to my problems with LaTeX, even text exporting fails. When I try C-c C-e t A, I get: Symbol's

[O] Control links in LaTeX export

2014-01-27 Thread Ken Okada
Hello, I have one question and one suggestion. In LaTeX exporting I want to use a different format for \hyperref, which is generated with `org-export-latex-links'. However I prefer the change of the format file local, i.e., I don't want set the global variable `org-export-latex-hyperref-format'.

Re: [O] How to use ox-bibtex

2014-01-27 Thread Eric Schulte
o.castillo.felis...@gmail.com o.castillo.felis...@gmail.com writes: Hello Eric. I finally try the examples you attached above, and I'm getting a problem. The file is not imported, because of an error Wrong type argument arrayp, nil. Does anyone know what I am missing? Cheers My guess is

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 11:19:09AM -0500, Peter Davis wrote: On Mon, Jan 27, 2014 at 10:05:29AM -0500, Peter Davis wrote: I suggest you install Org through git, as explained in the manual. Don't forget to ~$ make autoloads or just ~$ make I'll try re-installing via git.

Re: [O] Control links in LaTeX export

2014-01-27 Thread Ken Okada
John, I often use code like this to temporarily set variables for export: I see. I understand how it works. Thanks a lot. I can't help on the more flexible formatting. O.K. I do somehow when I use org 8. :-( Ken Okada

Re: [O] Exporting text

2014-01-27 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: On Mon, Jan 27, 2014 at 11:19:09AM -0500, Peter Davis wrote: On Mon, Jan 27, 2014 at 10:05:29AM -0500, Peter Davis wrote: I suggest you install Org through git, as explained in the manual. Don't forget to ~$ make autoloads or just ~$ make

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 12:00:52PM -0500, Nick Dokos wrote: Use a minimal .emacs, something like this (adjust path to suit your situation): --8---cut here---start-8--- (add-to-list 'load-path ~/src/emacs/org/org-mode/lisp) (require 'org-loaddefs)

[O] The new html exporter

2014-01-27 Thread Benny Simonsen
Hi I have upgraded to org-mode, but from release_8.0 the old publishing-function org-publish-org-to-html have been replaced by org-html-publish-to-html. This gives me a few issues: My #+STYLE: content are ignored. I have tried to replace it with #+HTML-HEAD:, but does change anything. I use

Re: [O] Exporting text

2014-01-27 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: On Mon, Jan 27, 2014 at 12:00:52PM -0500, Nick Dokos wrote: Use a minimal .emacs, something like this (adjust path to suit your situation): --8---cut here---start-8--- (add-to-list 'load-path

Re: [O] The new html exporter

2014-01-27 Thread Nick Dokos
Benny Simonsen be...@slbs.dk writes: Hi I have upgraded to org-mode, but from release_8.0 the old publishing-function org-publish-org-to-html have been replaced by org-html-publish-to-html. This gives me a few issues: My #+STYLE: content are ignored. I have tried to replace it with

Re: [O] The new html exporter

2014-01-27 Thread Benny Simonsen
Thank you! That was the hints I need #+HTML_HEAD_EXTRA and @@html:@@ was what I was looking for. I will dig more into the manual :) /Benny

[O] bug#16572: 24.3; Org (20140127) in Elpa issues warnings on compile

2014-01-27 Thread Bastien
Glenn Morris r...@gnu.org writes: org-agenda.el:8276:6:Warning: org-move-to-column called with 4 arguments, but accepts only 1-3 That may be a real issue. I imagine it is due to multiple Org versions being present. Yes. The latest version of `org-move-to-column' now accepts four

Re: [O] [RFC] Make QUOTE an export keyword instead of an element type

2014-01-27 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: I'm for pushing the change to master Done and documenting this feature in maint as being obsolete. I added a few notes in ORG-NEWS. Feel free to complete them. Regards, -- Nicolas Goaziou

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 01:06:53PM -0500, Nick Dokos wrote: ...what happens if you replace org-article with just plain boring old article? Yeah, that worked. Unfortunately, though, I didn't get the Times font I was after. Actually, Times was just going to be a stepping stone to what I

Re: [O] Exporting text

2014-01-27 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: On Mon, Jan 27, 2014 at 01:06:53PM -0500, Nick Dokos wrote: ...what happens if you replace org-article with just plain boring old article? Yeah, that worked. Unfortunately, though, I didn't get the Times font I was after. The fact that it worked

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 05:09:02PM -0500, Nick Dokos wrote: Why were you using org-article in the first place? Was it supposed to help with the font choices? Bear in mind that I know nothing about org-article. I found org-article when trying to find out how to control fonts, etc. Basically,

Re: [O] Exporting text

2014-01-27 Thread Thomas S. Dye
Aloha Peter, Peter Davis p...@pfdstudio.com writes: On Mon, Jan 27, 2014 at 01:06:53PM -0500, Nick Dokos wrote: ...what happens if you replace org-article with just plain boring old article? Yeah, that worked. Unfortunately, though, I didn't get the Times font I was after. Actually,

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 03:41:29PM -1000, Thomas S. Dye wrote: Aloha Peter, Aloha! The Koma scripts for LaTeX use sans-serif headings. Try this: Excellent! Thank you, Thomas! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Exporting text

2014-01-27 Thread Thomas S. Dye
Aloha Peter, Peter Davis p...@pfdstudio.com writes: On Mon, Jan 27, 2014 at 03:41:29PM -1000, Thomas S. Dye wrote: Aloha Peter, Aloha! The Koma scripts for LaTeX use sans-serif headings. Try this: Excellent! Thank you, Thomas! The Tex-Gyre Palatino font is Pagella,

[O] New org-grep

2014-01-27 Thread François Pinard
Hi, fellow Org lovers. I babbled a bit, here, about my org-grep[1] project. I just added some machinery to re-organize the hits buffer it produces, in such a way that the Org file uses an hierarchical structure of headers which reflects the directories where the various hits were found. This is

Re: [O] Org habit graph not showing

2014-01-27 Thread Bastien
Chris Henderson henders...@gmail.com writes: If I put (require 'org-habit) in my .emacs file, when I do C-c c to add task and press C-c C-c to finish the capture, I get error: Symbol's value as variable is void: org-bookmark-names-plist That's a symptom of a mixed installation. How did you

Re: [O] Org habit graph not showing

2014-01-27 Thread Chris Henderson
20131202 installed Outline-based notes management and organizer D org-plus-contrib 20131202 installed Outline-based notes management and organizer - quit emacs - launch emacs again and alt-x package-list I org20140127 available Outline-based notes management

Re: [O] The new html exporter

2014-01-27 Thread Christian Moe
Benny Simonsen be...@slbs.dk writes: #+HTML-HEAD:, but does change anything. You have to use an underscore, not a hyphen. Maybe that explains why nothing happened? Yours, Christian