emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [babel] ledger tutorial on Worg


From: Sébastien Vauban
Subject: [Orgmode] Re: [babel] ledger tutorial on Worg
Date: Thu, 09 Sep 2010 23:15:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi Eric,

Sébastien Vauban wrote:
> "Eric Schulte" wrote:
>> Sébastien Vauban <address@hidden> writes:
>>> Hi Eric,
>>> Sébastien Vauban wrote:
>> as a side note, for experimenting with tangling like in the above, I
>> find the `org-babel-expand-src-block' command bound to C-c C-v v
>> (mnemonic "view") to be very useful as it shows the expanded version of
>> the current code block.
>
> Knew about it. But... never used/thought before. Interesting command!

Though...

When editing code with =C-c '=, I chose to reuse the current window.

When viewing the results, I find myself preferring to use another window, so
that I see what the code is, and to what it gets converted.

For the first case, I have to write:

        (setq org-src-window-setup 'current-window)

For the second:

        (setq org-src-window-setup 'reorganize-frame)

Is it, then, possible to get two vars?  Or is my suggestion a bit silly?


>>> Maybe it'd be good to echo that "no eval" occurs anymore in such a
>>> condition?
>>
>> hmm, but then it would inhibit C-c C-c from performing the next action
>> in the `org-ctrl-c-ctrl-c-hook'.
>
> I mean: if C-c C-c is disabled, but run on code, then echo "I do nothing". If
> not, do the same as C-c C-v C-e...
>
> Feasible?  Interesting (for others, like me, in the future)?

Echoing that request, so that you can answer both in one post...

Thanks in advance.

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]