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 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 # -

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

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Grant Rettke 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 do

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 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] Directly search for Headlines?

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

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 15:11, Nick Dokos wrote: > Ken Mankoff writes: > >> On 2014-07-07 at 11:19, Nick Dokos wrote: >>> John Durden 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 usefu

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

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Alexander Baier 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? > > ,[

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
Ken Mankoff writes: > On 2014-07-07 at 11:19, Nick Dokos wrote: >> John Durden 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

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

2014-07-07 Thread Thorsten Jolitz
Alexander Baier 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 make-variable-buffer-local RET

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] Directly search for Headlines?

2014-07-07 Thread Thorsten Jolitz
Ken Mankoff writes: > On 2014-07-07 at 11:19, Nick Dokos wrote: >> John Durden 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

[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 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. underlined, bold, etc.

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 11:19, Nick Dokos wrote: > John Durden 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 useful. "s

Re: [O] Indentation messed up after example block

2014-07-07 Thread Brett Viren
Hi, Alexander Baier 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 thinks everyth

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

2014-07-07 Thread Thorsten Jolitz
Grant Rettke 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 standard date form

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

2014-07-07 Thread Thorsten Jolitz
Grant Rettke 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 anything... it > just ca

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

2014-07-07 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz 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] 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.

[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] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
John Durden 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

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] [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 sen

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 Nick Dokos
Thorsten Jolitz 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] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thomas S. Dye
Thorsten Jolitz 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 Thorsten Jolitz
Andreas Leha 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: :results rep

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 > > I

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

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz writes: > Thorsten Jolitz writes: > >> Andreas Leha writes: >> >>> Hi Thorsten, >>> >>> Thorsten Jolitz writes: >>> Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace

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

2014-07-07 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Andreas Leha writes: > >> Hi Thorsten, >> >> Thorsten Jolitz writes: >> >>> Hi List, >>> >>> evaluating this 3 times does not work as expected: >>> >>> , >>> | * A >>> | >>> | #+header: :results raw replace >>> | #+begin_src emacs-lisp >>> | (+ 2 2) >>> | #+end

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

2014-07-07 Thread Thorsten Jolitz
Andreas Leha writes: > Hi Thorsten, > > Thorsten Jolitz 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 >>

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

2014-07-07 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz 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 ord