Re: [O] Calc in src blocks: No org-babel-execute function for calc!

2014-07-07 Thread Julien Cubizolles
Thorsten Jolitz tjol...@gmail.com writes: | Value: ((emacs-lisp . t) | (dot . t) | (calc . t) | (ditaa . t) | (R . t) | (C . t) | (gnuplot . t) | (shell . t) | (ledger . t) | (org . t) | (picolisp . t) | (clojure . t) | (lilypond . t) | (plantuml . t) | (latex . t))

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | |

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A

Re: [O] Indentation messed up after example block

2014-07-07 Thread Alexander Baier
On 2014-07-06 20:03 York Zhao wrote: Hi list, I just noticed a problem that org-mode indentation gets messed up after example block. Here is ECM: #+STARTUP: indent * Level one ** Level two Indentation is right. #+BEGIN_EXAMPLE * Example at level one #+END_EXAMPLE Indentation is

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Thorsten, My use-case is actually this, and it won't work with wrapped results: , | ** Utility Function :ARCHIVE: | | #+name: create-subtree-with-dblock | #+header: :var name=foo | #+header: :var prms=:bar loo | #+header:

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thomas S. Dye
Thorsten Jolitz tjol...@gmail.com writes: If you give the source code block a name, it should work as expected. Not over here - does it work for you? No. Sorry for the noise. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument order, 'replace'

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Grant Rettke
That property then is something that we may set as a buffer local variable set in the file itself for cases where want only months in the entire file? How might we get that form for only parts of a file in which the rest of that file we want the standard date format? Grant Rettke | ACM, ASA, FSF,

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Grant Rettke
It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used to be inserted back into the document or anything... it just captured the results of commands

Re: [O] still seeing semi-regular lockups

2014-07-07 Thread York Zhao
+ zfill-org-paragraph-boundary 7,240 0% What is that, if I may ask? That's in my `zfill-mode' based on `refill-mode', and the function is part of the machinery to handle the automatic refilling of org paragraph. + ac-handle-post-command

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
John Durden johndur...@yandex.com writes: Hello, Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not, wouldn't this be useful? Try `s' in the agenda perhaps? --- Nick

[O] Directly search for Headlines?

2014-07-07 Thread John Durden
Hello, Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not, wouldn't this be useful? Thanks for answers

Re: [O] Indentation messed up after example block

2014-07-07 Thread York Zhao
Hi list, I just noticed a problem that org-mode indentation gets messed up after example block. Here is ECM: #+STARTUP: indent * Level one ** Level two Indentation is right. #+BEGIN_EXAMPLE * Example at level one #+END_EXAMPLE Indentation is wrong. The asterisk followed by a

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 `

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used to be inserted back into the document or

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: That property then is something that we may set as a buffer local variable set in the file itself for cases where want only months in the entire file? How might we get that form for only parts of a file in which the rest of that file we want the

Re: [O] Indentation messed up after example block

2014-07-07 Thread Brett Viren
Hi, Alexander Baier alexander.ba...@mailbox.org writes: On 2014-07-06 20:03 York Zhao wrote: ... #+BEGIN_EXAMPLE * Example at level one #+END_EXAMPLE Indentation is wrong. The asterisk followed by a space followed by text in your example block is recognized by org as a headline. So org

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 11:19, Nick Dokos wrote: John Durden johndur...@yandex.com writes: Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not, wouldn't this be useful? Try `s' in the agenda perhaps? Yes this feature would be

[O] Syntax highlighting on export to html with minimal init.el WAS: A simple org tangle and weave makefile

2014-07-07 Thread Rainer M Krug
Grant Rettke g...@wisdomandwonder.com writes: I think that I ran into the same thing and someone else explained that the htmlize package is required to get syntax highlighting on export. OK - I realized that I had syntax highlighting even without htmlize - but only in black and white, i.e.

Re: [O] Directly search for Headlines?

2014-07-07 Thread Thorsten Jolitz
Ken Mankoff mank...@gmail.com writes: On 2014-07-07 at 11:19, Nick Dokos wrote: John Durden johndur...@yandex.com writes: Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not, wouldn't this be useful? Try `s' in the agenda

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Alexander Baier
On 2014-07-07 16:40 Grant Rettke wrote: That property then is something that we may set as a buffer local variable set in the file itself for cases where want only months in the entire file? File local variables? HTH, -- Alexander Baier

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Thorsten Jolitz
Alexander Baier alexander.ba...@mailbox.org writes: On 2014-07-07 16:40 Grant Rettke wrote: That property then is something that we may set as a buffer local variable set in the file itself for cases where want only months in the entire file? File local variables? ,[ C-h f

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: On 2014-07-07 at 11:19, Nick Dokos wrote: John Durden johndur...@yandex.com writes: Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not, wouldn't this be useful? Try `s' in the agenda

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Alexander Baier alexander.ba...@mailbox.org writes: On 2014-07-07 16:40 Grant Rettke wrote: That property then is something that we may set as a buffer local variable set in the file itself for cases where want only months in the entire file? File

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 15:11, Nick Dokos wrote: Ken Mankoff mank...@gmail.com writes: On 2014-07-07 at 11:19, Nick Dokos wrote: John Durden johndur...@yandex.com writes: Can you search directly for headlines in all agenda-files, with the name of the headline, not tags? If so, how? If not,

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: On 2014-07-07 at 15:11, Nick Dokos wrote: Ken Mankoff mank...@gmail.com writes: On 2014-07-07 at 11:19, Nick Dokos wrote: John Durden johndur...@yandex.com writes: Can you search directly for headlines in all agenda-files, with the name of the

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Grant Rettke
On Mon, Jul 7, 2014 at 10:31 AM, Thorsten Jolitz tjol...@gmail.com wrote: Have you found a way to get rid of those leading colons (maybe with a hook for post-processing the results before they are printed or so)? No I have not. I'm not sure how to think about it yet.

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Grant Rettke g...@wisdomandwonder.com writes: It sounds like you wanted the same thing that I did. What I wanted is something like running 'script' before starting a REPL and just capturing the output and that is it. That output is not being used

Re: [O] babel evaluation of python and utf-8

2014-07-07 Thread Daniel Clemente
El Fri, 04 Jul 2014 16:08:10 +0200 Alan Schmitt va escriure: On 2014-06-26 18:07, Daniel Clemente n142...@gmail.com writes: #+BEGIN_SRC python :prefix # -*- coding: utf-8 -*- :results output print(u'é') #+END_SRC I also see the same problem here. Even if you include # -*-