Re: [O] Custom formatting during export

2014-09-03 Thread Julian Gehring
Hi Gabe, Macro replacements [[http://orgmode.org/manual/Macro-replacement.html]] should be what you are looking for. For example, the macro #+MACRO: pkg $1 would be called by {{{pkg(PkgName)}}} You can also use this to format your input for one or multiple backends #+MACRO:

Re: [O] Title of org files in github not recognized

2014-05-02 Thread Julian Gehring
ask one of the maintainers to help out planning for an update soon. Cheers On Fri, May 2, 2014 at 12:21 AM, Sebastien Vauban sva-n...@mygooglest.com mailto:sva-n...@mygooglest.com wrote: Julian Gehring wrote: On 01.05.2014 14:17, Sebastien Vauban wrote: Julian Gehring wrote

[O] Title of org files in github not recognized

2014-05-01 Thread Julian Gehring
Hi, How I can convince github to recognize the '#+TITLE:' field of an org-file? This should be a 'h1' heading, while it is currently treated as normal text (for example, see https://github.com/julian-gehring/vignettes/blob/master/README.org). I know that this is a problem of the parsing

Re: [O] Title of org files in github not recognized

2014-05-01 Thread Julian Gehring
Hi Seb, Nice. So it seems that github is using an older version of org-ruby. Is it clear what the update policy/cycle of github for softwares like org-ruby is? Best wishes Julian On 01.05.2014 14:17, Sebastien Vauban wrote: Julian Gehring wrote: How I can convince github to recognize

[O] [PATCH] German localization of sections (was: Re: ox-bibtex: Customization of HTML heading)

2014-04-20 Thread Julian Gehring
Hi Batien, Thank you for extending this! I have attached the patch for translating the section heading into German. Best wishes Julian On 17.04.2014 17:26, Bastien wrote: Hi Julian, Julian Gehring julian.gehr...@gmail.com writes: Would it be reasonable to have an additional option

Re: [O] babel and long-running computations

2014-04-17 Thread Julian Gehring
Hi Christoph, Generally, org-babel is suited for long running computations. Its caching can help you avoid rerunning code chunks. And long runtime does not conflict with the idea of reproducible research, it just may be not very comfortable for the user. In my experience, one can avoid your

[O] ox-bibtex: Customization of HTML heading

2014-04-07 Thread Julian Gehring
Hi, Would it be reasonable to have an additional option for customizing the HTML heading of the reference section for ox-bibtex? By default, a 'h2References/h2' gets inserted in the HTML file. I would suggest to include an option for omitting the heading complete (and letting the user define

Re: [O] [bug] Tangling a LaTeX code block creates a .latex file

2014-01-30 Thread Julian Gehring
Hi, This seems to be more general, since it also occurs for e.g. python source blocks. Tangling a python source code block with the argument =:tangle yes= produces a '.python' instead of a '.py' file (at least with 8.2.5c). Best wishes Julian On 01/29/2014 09:19 PM, Sebastien Vauban

Re: [O] ox-bibtex: Allow for missing bibtex style

2014-01-07 Thread Julian Gehring
Hi Nicolas, Please excuse the late reply. The patch works great, can't find anything that would need further tweaking. Best wishes Julian On 12/21/2013 04:15 PM, Nicolas Goaziou wrote: Hello, Julian Gehring julian.gehr...@gmail.com writes: I would like to add this feature, if I knew

Re: [O] problem of path in using ox-bibtex

2014-01-05 Thread Julian Gehring
Hi Joseph, Have you tried to specify the full path without the expansion of '~' (i.e. replacing the ~ with /home/USER/ or equivalent)? At least, this seems to eliminate the error message of bibtex2html failing. Best wishes Julian On 01/05/2014 09:35 AM, Joseph Vidal-Rosset wrote: Hello

Re: [O] ox-bibtex: Allow for missing bibtex style

2013-12-21 Thread Julian Gehring
Hi Nicolas, It sounds interesting. Would you want to provide a patch for that? I would like to add this feature, if I knew how to program in lisp... Would you like to work on this together? I could contribute on the side of documenting and testing, if this helps. Best wishes Julian

[O] ox-bibtex: Allow for missing bibtex style

2013-12-19 Thread Julian Gehring
Hi, I recently started using ox-bibtex, and was impressed by the nice and simple functionality. Currently, it is required to specify a bibtex style when defining the bibliography: #+BIBLIOGRAPHY: bibfilebasename stylename optional-options Would it be reasonable to allow for a missing

[O] Publish setup in file

2013-03-10 Thread Julian Gehring
Hi, Is there a way to specify publishing options (e.g. the location) at the level of the file to be published, instead doing this globally in the =.emacs= file? I have many projects in orgmode which consist of a single file. I have been looking at #+SETUPFILE (which seems to deal only with

[O] Converting Org to Sweave (*.Rnw)

2012-07-17 Thread Julian Gehring
Hi, is there a way to convert Org-mode files with R code blocks to the Sweave ('*.Rnw') [1] file format or has anyone planned to work on this? Sweave is heavily used in the R community in terms of literate programming, and has a tight integration into current package building workflows.

Re: [O] Converting Org to Sweave (*.Rnw)

2012-07-17 Thread Julian Gehring
. But already a solution being able to handle to obvious cases of header argumnets would be step forward in bringing Org-mode even closer to R Sweave. Best Julian On 07/17/2012 06:05 PM, cbe...@tajo.ucsd.edu wrote: Julian Gehring julian.gehr

Re: [O] orgweb/Changes: broken formatting of code blocks

2012-04-11 Thread Julian Gehring
Hi Bastien, thanks, the formatting of the code block example looks fine now. Best Julian On 04/11/2012 12:19 PM, Bastien wrote: Hi Julian, Julian Gehringjulian.gehr...@googlemail.com writes: at the changes page of the orgmode website, some of the code block formatting seems to be broken

[O] orgweb/Changes: broken formatting of code blocks

2012-04-10 Thread Julian Gehring
the commas in front of the code lines have a meaning that I am simply missing? Best Julian From 72e27909e8a01bdd44a85f05826a052e1dbe698a Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Tue, 10 Apr 2012 21:44:35 +0200 Subject: [PATCH] Changes.org: fix code block

Re: [O] [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section

2012-04-09 Thread Julian Gehring
Hi Bernt, thank you for spotting this. This hunk is really not doing anything useful. Best Julian On 04/08/2012 04:43 PM, Bernt Hansen wrote: Julian Gehringjulian.gehr...@googlemail.com writes: From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001 From: Julian

[O] [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section

2012-04-08 Thread Julian Gehring
From 40344d3dd27af520ba09516b72e6cbb06a37e780 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sun, 8 Apr 2012 15:24:47 +0200 Subject: [PATCH] org.texi: Fix missing links and formatting in 'Exporting' section --- doc/org.texi | 25 - 1

[O] [PATCH] doc/org.texi: remove duplicated keybinding for 'org-refile-cache-clear'

2012-02-26 Thread Julian Gehring
From e56f7f204014ce6e2b83a75caeb248dd63a6c74f Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sun, 26 Feb 2012 13:51:22 +0100 Subject: [PATCH] doc/org.texi: remove duplicated keybinding for 'org-refile-cache-clear' --- doc/org.texi |3 --- 1 files changed

[O] [PATCH] doc/org.texi: add tiny stylistic improvements

2012-02-26 Thread Julian Gehring
From e640d3e9fe99c4cb2f2282bf355d0a1d28c33414 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sun, 26 Feb 2012 14:10:05 +0100 Subject: [PATCH] doc/org.texi: add tiny stylistic improvements --- doc/org.texi |6 +++--- 1 files changed, 3 insertions(+), 3

[O] [PATCH] Orgcard: Correct markup in 'Timestamps' section

2011-12-12 Thread Julian Gehring
Orgcard: Correct markup in 'Timestamps' section * doc/orgcard.tex: Correct one markup in 'Timestamps' section From 756e4eb6aca0e1b72f8fa55537005d2b617b83f8 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Mon, 12 Dec 2011 12:29:46 +0100 Subject: [PATCH] Orgcard

[O] [PATCH] Org manual: Fix double-spaces at the end of sentences

2011-12-12 Thread Julian Gehring
Org manual: Fix double-spaces at the end of sentences * doc/org.texi: End sentences with two spaces. From 19e39b67f4a8dbee3f1015f636fac4f77e59d3c2 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Mon, 12 Dec 2011 19:19:20 +0100 Subject: [PATCH] Org manual: Fix

[O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi, when trying to export a file (example see below) with R code and the parameter :exports set to both or results Test babel #+BABEL: :exports both :session #+begin_src R 1:10 #+end_src to html or pdf, export fails with Symbol's function definition is void: copy-seq. This

Re: [O] bug: export of results in babel/R prevents export

2011-08-05 Thread Julian Gehring
Hi Eric, thank you for the fast response. Everything is working fine now. Best Julian

[O] [PATCH] orgcard: correct reference to manual

2011-07-30 Thread Julian Gehring
'orgcard.tex' refers to the 'Installation' section of the manual for defining key bindings, while this is now covered in the 'Activation' section. -- Julian From b4cb03931c8834626ffa61b0b48157849966002d Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sat, 30

[O] [PATCH] org-html: fix typo in doc

2011-06-29 Thread Julian Gehring
Hi, this patch fixes a typo in the documentation of org-html. Best JulianFrom 40483bb63d236595d6982dca26a2a3d80bfd39bc Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Wed, 29 Jun 2011 10:31:21 +0200 Subject: [PATCH] org-html: fix typo in doc --- lisp/org

Re: [O] Corrections for org mode manual

2011-06-25 Thread Julian Gehring
other formatting issues). Best Julian From ac31b86b5a3be0cfa2e994fef42e777ed1a3f115 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sat, 25 Jun 2011 10:50:40 +0200 Subject: [PATCH] fix double spacing at the end of sentences in whole org mode manual --- doc

Re: [O] Corrections for org mode manual

2011-06-24 Thread Julian Gehring
Hey, here is a patch with four small corrections for the org mode manual. I hope it helps. Best JulianFrom ace6614d8a95bbaca5dfd2f6596f1a1554fb53c5 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Fri, 24 Jun 2011 10:56:43 +0200 Subject: [PATCH] correct manual

[O] Corrections for org mode manual

2011-06-05 Thread Julian Gehring
of style. If there are any questions or comments, please let me know. I will have a look at the remaining chapters as soon as possible. Best Julian From 18eb49c49439c7664e4179e28f4213954c5e7c8c Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Sat, 4 Jun 2011 23:07:41

[Orgmode] incorrect key binding for org-attach-open in manual

2011-02-02 Thread Julian Gehring
Hi, In section 9.2 of the current org manual, org-attach-open is associated with the key binding C-c C-a p. However, this seems to be a typo and the correct key binding should be C-c C-a o. Best Julian ___ Emacs-orgmode mailing list Please use `Reply