emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] command f in agenda buffer


From: Curiouslearn
Subject: Re: [Orgmode] command f in agenda buffer
Date: Sun, 12 Dec 2010 15:24:15 -0500

I am pressing =f= without the shift key.

As you said, I have not touched any setting either, other than adding
these lines to the .emacs file as suggested in the Activation part of
the emacs manual

;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

Thanks!

On Sun, Dec 12, 2010 at 3:19 PM, Jeff Horn <address@hidden> wrote:
> I haven't touched these settings, so in my setup, =f= executes
> org-agenda-later, while =S-f= executes the command you're talking
> about. (I got this info from =C-h m= while in the agenda)
>
> I notice in the help docs that F means lower-case, and Shift-F means
> upper-case. Perhaps try pressing =f= without the shift key?
>
> Let me know if that doesn't help.
>
> On Sun, Dec 12, 2010 at 3:10 PM, Curiouslearn <address@hidden> wrote:
>> Hi Jeff,
>>
>> Thanks for replying. I did what you said and got the following information:
>>
>> --------------
>> f runs the command org-agenda-follow-mode, which is an interactive
>> compiled Lisp function in `org-agenda.el'.
>>
>> It is bound to f, <menu-bar> <Agenda> <Follow Mode>.
>>
>> (org-agenda-follow-mode)
>>
>> Toggle follow mode in an agenda buffer.
>> -------------
>>
>> Any ideas why f is bound to follow-mode for me? How do I change that?
>>
>> Thanks again.
>>
>> On Sun, Dec 12, 2010 at 2:53 PM, Jeff Horn <address@hidden> wrote:
>>> When you're in agenda view, type =C-h k f=. What does the help system
>>> report this key is bound to?
>>>
>>> On Sun, Dec 12, 2010 at 1:24 PM, Curiouslearn <address@hidden> wrote:
>>>> Hi all,
>>>>
>>>> When I press C-c a a, I end up with the agenda view for the current
>>>> week. I want to then view the agenda for the next week and I press key
>>>> f. I read that I have to press this key to
>>>> "Go forward in time to display the following org-agenda-ndays days.
>>>> For example, if the display covers a week, switch to the following
>>>> week. With prefix arg, go forward that many times org-agenda-ndays
>>>> days. "
>>>>
>>>> However, when I press f, my emacs toggles between follow mode on and
>>>> off. How do I go the next week in the agenda view?
>>>>
>>>> Thanks for your help.
>>>>
>>>> _______________________________________________
>>>> Emacs-orgmode mailing list
>>>> Please use `Reply All' to send replies to the list.
>>>> address@hidden
>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>>
>>>
>>>
>>>
>>> --
>>> Jeffrey Horn
>>> Graduate Lecturer and PhD Student in Economics
>>> George Mason University
>>>
>>> (704) 271-4797
>>> address@hidden
>>> address@hidden
>>>
>>> http://www.failuretorefrain.com/jeff/
>>>
>>
>
>
>
> --
> Jeffrey Horn
> Graduate Lecturer and PhD Student in Economics
> George Mason University
>
> (704) 271-4797
> address@hidden
> address@hidden
>
> http://www.failuretorefrain.com/jeff/
>



reply via email to

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