[O] passing the attachment folder to a python source code, how to?

2015-06-06 Thread Piter_
Hi all. I am trying to separete files generated by python scripts in different subtrees, It appeared to me that attachment folder could be used for it. I should be able to pass a varible to a source code block using header arguments, but, now I am a bit pussled how can i get it. Thank you in

[O] Can I export from org mode to org mode?

2012-05-04 Thread Piter_
Hi everybody. I keep my notes in one big org file. It have grown big One solution could be filtering tree and display only the information I need, another id to split it into smaller files by topic. I would appreciate a hint on how to do the later. Thanks. Petro.

[O] plus in superscript.

2011-09-14 Thread Piter_
Hi all. I try to put a superscript in org-mode in this way: T^{+}. But it gets exported in latex as $^{\st{}$. Any idea how to avoid it? Thanks.

[O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread Piter_
Hi all. I am not sure this is the best place to ask but I will give it a try. I am exporting my thesis from orgmode to latex. Than I go in this way dvi - ps - pdf. I cant do text search in generated file and acrobat reader annotate tool does not work properly on it. I would thank for any

[O] Emacs and tablet devices

2011-07-28 Thread Piter_
Hi all. It may be not the best place to ask, but: How useful is emacs on tablet devices. I have been thinking about emacs and freerunner. But I have no clue how the keybindings work with it. So my second guess is nanonote which has a keyboard (but i would prefer freerunner as it has less moving

[O] eps and png pictures

2011-07-25 Thread Piter_
Hi all. I am writing a draft of my thesis using org-mode. The problem I have is the following. If I use png pictures they are not compatible with export to latex, and if I use eps pictures, than I cant view them inline in the ogr-mode. Any recomendations about it? Thanks. Petro.

[O] having problems this mailing list configuration

2011-05-27 Thread Piter_
Hi all. I have some problems with mailing list configuration. I wanted to disable mail delivery and check list via web interface, but some how it goes not save the changes I make. I have enabled cookies dan it workd with other mailing lists. Thanks for help in advance. Petro

[O] org-mode and ebib

2011-05-10 Thread Piter_
Hi all. There was a discussion about integration of ebib and org mode. And it is possible to open ebib on selected link like this [[citep:jones1999][35]] . But I cannot manage to insert such link from ebib into org-mode. Have anybody made a function for it? Thanks. Petro.

[O] inline task?

2011-05-06 Thread Piter_
Hi all. As I understand inlene-task is part of org-mode. But I cant find it between functions. But the file is present in lisp folder. Do I have to enable it somehow? Thanks. Petro.

[O] how to bind something to PrtScr

2011-05-04 Thread Piter_
Hi. I want to bind image inserting function to Ctrl-PrtScr, but cant figure out what is the name of this button in emacs. Does anybody know? Thanks. Petro

[O] insert picture feature request.

2011-05-02 Thread Piter_
Hi all. I use org-mode for making note while reading articles. Sometimes I want to insert picture into notes. Now it takes to much time. I have to copy paste it into picture editor, save it and than make a link to it. I would like to do it in other way. Copy picture into clipboard (from pdf reader

Re: [O] insert picture feature request.

2011-05-02 Thread Piter_
Thanks. It is what I need. Than On Mon, May 2, 2011 at 4:23 PM, brian powell briangpowel...@gmail.com wrote: * This is what I use (thanks to whomever wrote the original): (defun org-screenshot ()                           Take a screenshot into a time stamped unique-named file in the same

Re: [O] how to insert a source template

2011-04-12 Thread Piter_
Mlanguage: )    (insert (format #+begin_src %s\n  \n#+end_src lang))    (goto-char (- (point) 10))) #+end_src Cheers -- Eric Piter_ x.pi...@gmail.com writes: Hi all. I have no big knowlege of elisp. But I hope some one already done this. I want to make a key binding which would insert

[O] how to insert a source template

2011-04-11 Thread Piter_
Hi all. I have no big knowlege of elisp. But I hope some one already done this. I want to make a key binding which would insert a source code template like this (I've got tired to type it every time): #+source: #+begin_src #+end_src Thanks. Petro.

Re: [O] combined graphical and textual result.

2011-03-03 Thread Piter_
Thanks. It solves the problem. Plus I have discovered a new for me thing called literate programming. On Wed, Mar 2, 2011 at 12:50 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Piter_ x.pi...@gmail.com writes: Hi all. I try to manage my experimental results in org mode. Some times I need from

[O] how send babel source code to shell?

2011-03-03 Thread Piter_
Hi all. I have a source code (in matlab or python). It cosists of two blocks (using noweb). I can evaluate it. But I want to send it to matlab or python shell. And inspect the result there (variable values and so on). Can I do it? Thanks. Petro. -- Emacs-orgmode mailing list Please use `Reply

Re: [O] how send babel source code to shell?

2011-03-03 Thread Piter_
, 2011 at 2:20 PM, Piter_ x.pi...@gmail.com wrote: Hi all. I have a source code (in matlab or python). It cosists of two blocks (using noweb). I can evaluate it. But I want to send it to matlab or python shell. And inspect the result there (variable values and so on). Can I do it? Yes - use

Re: [O] how send babel source code to shell?

2011-03-03 Thread Piter_
header arguments, try something like #+begin_src python :session *py* :noweb yes  heterogeneous_fit #+end_src Please see this chapter of the manual for more information on code block syntax and header arguments. http://orgmode.org/manual/Working-With-Source-Code.html Best -- Eric Piter_

Re: [O] rownames in matlab or octave.

2011-03-02 Thread Piter_
On Wed, Mar 2, 2011 at 8:27 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Piter_ x.pi...@gmail.com writes: Hi all. Is is possible to output result from matlab source code with row (column) names, or it works only in R. Thanks. Petro. I would think not, at least in the automatic sense that R does

[O] combined graphical and textual result.

2011-03-02 Thread Piter_
Hi all. I try to manage my experimental results in org mode. Some times I need from one source few results to be saved. For example I fit some data in a matlab source code block. From this I need a picture of the fit, and parameters of the fit. Can I have two results blocks? I am afraid that no.

[O] rownames in matlab or octave.

2011-03-01 Thread Piter_
Hi all. Is is possible to output result from matlab source code with row (column) names, or it works only in R. Thanks. Petro. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] org-mode is slow :(

2011-02-17 Thread Piter_
Hi all. I use org-mode to organize and process my experimental data. By now my org file has 5000 lines with a lot of python and matlab code. I started to fill that org-mode becomes slower. I have to wait for characters to appear while typing and so on. Can anybody reccomend a way to speed it up?

Re: [Orgmode] org-mode is slow :(

2011-02-17 Thread Piter_
discussions about speed here before, e.g. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg27951.html Maybe you find sth there. HTH, Andreas Am 17.02.2011 13:29, schrieb Piter_: Hi all. I use org-mode to organize and process my experimental data. By now my org file has 5000 lines

[Orgmode] Preview link to text file inline?

2011-02-04 Thread Piter_
Hi all. Preview link to text file inline? Is it possible in orgmode? Thanks. Petro ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] iimage and eps?

2011-02-04 Thread Piter_
I have activated iimode as desribed here: http://orgmode.org/worg/org-configs/org-config-examples.html It works with png images but does not work with eps. May be it should not :( Thanks. Petro. On Wed, Feb 2, 2011 at 11:54 AM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Piter, Piter_ x.pi

[Orgmode] formated result from matlab code?

2011-02-04 Thread Piter_
Hi all I try to output some formated text using matlab source code block. for example --example1-cut-- #+begin_src matlab :output file :file fit_parameters.txt ki1=fopen('fit_parameters.txt','w'); fprintf(ki1,' Fit of the blabla \n ') fprintf(ki1,'

[Orgmode] iimage and eps?

2011-01-30 Thread Piter_
Hi all. Can I display eps images using iimage trick? Thanks. Petro. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] export to latex book ?

2010-07-20 Thread Piter_
Hi all I try to export my org file into Latex book by adding: #+LaTeX_CLASS: book bu I get: org-export-latex-set-initial-vars: No definition for class `book ' in `org-export-latex-classes' But if I go into Org-Customize I can see it there. What can be wrong? Thanks. Petro. P.S. It actually does

[Orgmode] org-learn question

2010-06-25 Thread Piter_
Hi all. Can somebody tell me more detailed instruction about how to make learning data for org-learn mode? 5. Your learning data is kept in a special property called :LEARN_DATA:. Do not modify this, as it controls how the algorithm reschedules after future repetitions, and based on past

[Orgmode] Orgmode and matlab again.

2010-03-16 Thread Piter_
Hi all. Can some one point me out part of code from babel-org and python-babel which is responsible for opening python code in python mode and putting it back in orgmode. I've tried to read files in lang directory of babel, but my knowledge of lisp did not let me to figure it out. I wanted to

[Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
Hi all. If i include an image like [[file:/blablabla.eps]] Ill get in a latex import output: /includegraphics[width=10em]{file} How can I change this width option? Thanks. Petro. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
at 11:34 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 20, 2009, at 10:27 AM, Piter_ wrote: Hi all. If i include an image like [[file:/blablabla.eps]] Ill get in a latex import output: /includegraphics[width=10em]{file} How can I change this width option? By Reading

Re: [Orgmode] remove/change [width=10em] in Latex import.

2009-10-20 Thread Piter_
What version of Org-mode are you using? This does work for me without problems. - Carsten I've been using 6.05 from Debian Lenny repository. 5 minutes ago installed one from git. Everything works fine. Thanks a lot for this great mode. ___

[Orgmode] org-babel and matplotlib?

2009-10-19 Thread Piter_
Hi all. If I understand correctly, one can make inline images using org-babel and GNU-R. Will it work with matplotlib and python. Thanks Petro. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org