[O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-02 Thread Dror Atariah
Consider the following example (from the documentation): ---8---8---8---8---8---8---8---8---8--- #+begin_src python :session :results file import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt fig=plt.figure(figsize=(3,2))

[O] ox-latex does not recognize :align setting

2015-05-02 Thread Vicente
I can't get ox-beamer to recognize the settings from the :align, while exporting a table to latex. In the tex file it shows as: \begin{tabular}{l} Using Emacs 24.4.1 (Org mode 8.2.10) on Fedora 21 my script follows, including headers #+TITLE: export latex embedded table #+AUTHOR: VE

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-02 Thread Nick Dokos
Dror Atariah dror...@gmail.com writes: How can I solve this problem? I should have added: ... after I create the images directory. I don't think the savefig() can do that.

Re: [O] ox-latex does not recognize :align setting

2015-05-02 Thread Nicolas Goaziou
Hello, Vicente desdefu...@yahoo.com writes: #+ATTR_LATEX: :mode table :align |p{3cm}|p{1cm}|p{1cm}|p{1cm}|p{1cm}| This line has to appear just before the table. Therefore, the line below prevents the attributes from being associated to the table. #+LATEX: {\tiny Note that there is a :font

[O] Can org-info.js fold top level only?

2015-05-02 Thread Tom
I tried javscript folding of exported web pages following the instructions here: http://orgmode.org/manual/JavaScript-support.html It works nicely, the top level headlines are initially collapsed and they can be opened with a click, however a click exposes all the lower level headlines under

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-02 Thread Nick Dokos
Dror Atariah dror...@gmail.com writes: Consider the following example (from the documentation): ---8---8---8---8---8---8---8---8---8--- #+begin_src python :session :results file import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt

[O] org-attach + git annex not working

2015-05-02 Thread Erik Hetzner
Hi all, I am trying to get org-attach to work with git-annex, but there is a bug that prevents it working. org-attach checks if there is an annex directory in the results of (vc-git-root org-attach-directory) in order to decide whether to use git-annex. But the annex directory is a subdir of the