From mboxrd@z Thu Jan 1 00:00:00 1970 From: Curiouslearn Subject: Re: command f in agenda buffer Date: Sun, 12 Dec 2010 15:24:15 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37038 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRsSv-0006ay-TK for emacs-orgmode@gnu.org; Sun, 12 Dec 2010 15:24:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRsSu-0000WR-5N for emacs-orgmode@gnu.org; Sun, 12 Dec 2010 15:24:17 -0500 Received: from mail-iw0-f175.google.com ([209.85.214.175]:45285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRsSu-0000WF-25 for emacs-orgmode@gnu.org; Sun, 12 Dec 2010 15:24:16 -0500 Received: by iwn8 with SMTP id 8so8309626iwn.34 for ; Sun, 12 Dec 2010 12:24:15 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: emacs-orgmode@gnu.org 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 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 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-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 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 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. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>>> >>> >>> >>> >>> -- >>> Jeffrey Horn >>> Graduate Lecturer and PhD Student in Economics >>> George Mason University >>> >>> (704) 271-4797 >>> jhorn@gmu.edu >>> jrhorn424@gmail.com >>> >>> http://www.failuretorefrain.com/jeff/ >>> >> > > > > -- > Jeffrey Horn > Graduate Lecturer and PhD Student in Economics > George Mason University > > (704) 271-4797 > jhorn@gmu.edu > jrhorn424@gmail.com > > http://www.failuretorefrain.com/jeff/ >