Re: [O] org-babel, gnuplot and buffer-wide header arguments

2013-06-13 Thread Carlos Russo
My life is suddenly much easier :-) Thanks! On 2013-06-13 05:45:07 +, Eric Schulte said: Carlos Russo writes: Hi it seems that org-babel-gnuplot only recognizes a few header arguments. I would like to set the following on top of the buffer: #+PROPERTY: term pdfcairo enhanced mono size

[O] org-babel, gnuplot and buffer-wide header arguments

2013-06-12 Thread Carlos Russo
Hi it seems that org-babel-gnuplot only recognizes a few header arguments. I would like to set the following on top of the buffer: #+PROPERTY: term pdfcairo enhanced mono size 8cm,6cm font "Helvetica" in order to control the appearance of a bunch of figures generated by gnuplot #+begin_src gnup

[O] org-babel and gnuplot

2013-06-07 Thread Carlos Russo
Hi I was trying a gnuplot source block, and was stricken by "No org-babel-execute function for gnuplot!" when I tried to execute the block. I made sure the variable org-babel-load-languages contained (gnuplot . t) , so I was quite puzzled. It turns out that I needed to explicitly add (require

Re: [O] Multiple (natural) languages in a single org-file

2012-03-01 Thread Carlos Russo
Oops, it seems I missed the thread "multilingual presentation with org" started earlier this month, my apologies for coming back to this topic. I would like to add that the idea of using a special markup (using some symbol) that would accept an argument (the language) would be cool. I'm thinking

[O] Multiple (natural) languages in a single org-file

2012-03-01 Thread Carlos Russo
Hi Is there a way to accommodate more than one natural language (e.g. english and portuguese) in a single org-file? I often prepare presentations in org-mode and export them using LaTeX's beamer class. There is usually little text and quite some math. Often I need to recycle an older presentation

Re: [O] LaTeX export: how to customize date format?

2012-01-09 Thread Carlos Russo
Thanks, it seems that (setq org-export-latex-timestamp-markup "\\printdate{%s}") does half of the job already. > Er.. forget this sentence -- perhaps my subconscious is trying > to tell me there are too many variables in Org now :) I suppose this means there are no plans of creating a variable

[O] LaTeX export: how to customize date format?

2012-01-09 Thread Carlos Russo
Hello, Is there a way to customize how a date is exported into LaTeX? Google couldn't help me on this. For example, if an org file contains a timestamp <2012-01-09 Mon>, I'm getting an italicized version in the .tex file, i.e. \textit{2012-01-09 Mon}. I would like to be able to change how dates

[O] Headline level on org-mobile-inbox-for-pull

2011-07-29 Thread Carlos Russo
Hi As far as I can tell from the documentation, whenever I do a M-x org-mobile-pull, all the entries I captured with my mobile device are eventually moved into *top-level headlines* of org-mobile-inbox-for-pull (from-mobile.org). Is there a way to have these entries filed as second-level headline

Re: [O] How to attach data in clipboard directly?

2011-06-25 Thread Carlos Russo
Hello >> What I want is that emacs/orgmode understands the contents of the clipboard >> and creates that file for me. For instance, if it detects that the contents >> of the clipboard is an image or some sort of non-text format, emacs would >> dump the clipboard data to a file, auto-generate a

[O] How to attach data in clipboard directly?

2011-06-24 Thread Carlos Russo
Hello, I often need to paste fragments of pictures/images to my org file. Typically, I manually paste the fragment to a file, and then use C-c C-a m to attach that file to my org-file. This is rather tedious, because there are a few steps and extra programs involved, and I guess there must be a