[O] org-mode and google calendar

2012-04-24 Thread Khoroshyy Petro
Hi all Just wanted to bring to your attention this mode. https://github.com/kiwanami/emacs-calfw Best. Petro

[O] full path to result image?

2012-04-29 Thread Khoroshyy Petro
Hi all. I try to incorporate a python generated image as result of python block execution. how can I use full path to the image something like: #+BEGIN_SRC python results: /home/petro/mydoc/estimated_spectra_cl.png . plt.figure() plt.plot(spectra[:,0],spectra[:,1:]) plt.grid(1) # plt.s

Re: [O] full path to result image?

2012-04-29 Thread Khoroshyy Petro
I figured it out. Was not working because of my mistakes in header. But now I get another problem. Images are not converted during export to pdf or odt. And if I enable inline images only small empty square appears. What could be wrong with my setup Thanks __ Petro

[O] export image generated by python code.

2012-04-30 Thread Khoroshyy Petro
Hi all. After some struggle, I can see inline pictures in my org file. The problem was python execution. If I execure the code in python-mode shell, it generates a picture. I the code executed via C-c C-c, the output picture file is empty. I still do not know how to solve it. And I have encounter

Re: [O] export image generated by python code.

2012-05-02 Thread Khoroshyy Petro
and then print the current working > directory to see what I mean. If this is the problem, use the full path to > load any data you need in the python code. Remember you can use variables > in org-babel to pass this path to python, such as ":var > datapath="some_path_or_