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 # -
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
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.
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
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
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?
>
> ,[
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
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
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
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
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.
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
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
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
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
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
>> `
>>
>>
>> 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.
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
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
>> + 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
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
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,
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'
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
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
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
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
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
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
>>
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
30 matches
Mail list logo