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 foll

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 wrote: > (Forward to group) > > On Sun, Dec 12, 2010 at 7:22 PM,

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 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 or end lines. They a

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 n

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, . (org-ag

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 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 files. If it doesn't wor

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
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= witho

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, . (org-agenda-follow-mode) Toggle follow mode in an agenda buffe

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 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

[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 wee