[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] jumping from Agenda/Timeline to .org source file
From: |
Nicolas Goaziou |
Subject: |
Re: [O] jumping from Agenda/Timeline to .org source file |
Date: |
Sat, 18 Mar 2017 10:55:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
Alan Schmitt <address@hidden> writes:
> Hello Eric,
>
> On 2017-03-09 07:23, Eric S Fraga <address@hidden> writes:
>
>> On Wednesday, 8 Mar 2017 at 12:55, Alan Schmitt wrote:
>>
>> [...]
>>
>>> I would like to use `org-agenda-goto', but without splitting the frame.
>>> In other words, I want to destination to be the one of
>>> `org-agenda-goto', but the window handling to be the one of
>>> `org-agenda-switch-to'.
>>
>> You could "advice" (advise in English :-) org-agenda-goto to delete other
>> windows after invocation?
>>
>> Or, create a new function which invokes org-agenda-goto and then
>> delete-other-windows and bind that to the key you want?
>
> Yes, these are solutions. I was just trying to understand why the
> functions had different behaviors.
I tried the same, without much success.
I think we could factor out both functions into a single one with
a control argument.
Any taker?
Regards,
--
Nicolas Goaziou