Re: [Orgmode] command f in agenda buffer

2011-01-02 Thread David Maus
At Sun, 12 Dec 2010 13:24:45 -0500, Curiouslearn 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

[Orgmode] command f in agenda buffer

2010-12-12 Thread Curiouslearn
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

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Jeff Horn
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 curiousle...@gmail.com 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

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Curiouslearn
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

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Jeff Horn
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=

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Curiouslearn
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

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Jeff Horn
(Copying back to the list) On Sun, Dec 12, 2010 at 3:21 PM, Curiouslearn curiousle...@gmail.com wrote: I am pressing =f= without the shift key. I see, I apologize. I should've seen that from the information you sent. Try evaluating the following block. If it works, put it in one of your init

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Carsten Dominik
On Dec 12, 2010, at 9:10 PM, Curiouslearn 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

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Curiouslearn
Thanks to both Jeff and Carsten. Jeff, I will try your code. Do I need to put the #BEGIN_SRC emacs-lisp line if I am including the code snippet in my .emacs file. Carsten, I am using the org-mode that came with Emacs for Mac OS X (version 23.1). I have two questions about installation about the

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Jeff Horn
(Forward to group) On Sun, Dec 12, 2010 at 7:22 PM, Curiouslearn curiousle...@gmail.com wrote: Thanks to both Jeff and Carsten. Jeff, I will try your code. Do I need to put the #BEGIN_SRC emacs-lisp line if I am including the code snippet in my .emacs file. No need to include the beginning

Re: [Orgmode] command f in agenda buffer

2010-12-12 Thread Curiouslearn
Thank you. I have upgraded my emacs install and came with it the new org-mode (I know that this is probably not the latest). But for this version of the org-mode the key =f= works great. On Sun, Dec 12, 2010 at 7:41 PM, Jeff Horn jrhorn...@gmail.com wrote: (Forward to group) On Sun, Dec 12,