From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bad formatting in documentation Date: Fri, 24 May 2013 19:28:32 +0200 Message-ID: <8761y88eyn.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvnF-0007Ij-Vm for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:28:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfvnA-0002MN-LS for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:28:41 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:42604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvnA-0002Lu-Fo for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:28:36 -0400 Received: by mail-wg0-f53.google.com with SMTP id m15so3006378wgh.20 for ; Fri, 24 May 2013 10:28:35 -0700 (PDT) In-Reply-To: (Alexis Praga's message of "Fri, 24 May 2013 11:49:22 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexis Praga Cc: emacs-orgmode@gnu.org Hi Alexis, Alexis Praga writes: > I just stumbled upon a bad formatting on the website ( > http://orgmode.org/worg/org-faq.html ). > In "Why doesn't C-c a call the agenda? Why don't some org keybindings > work?", we can see > > #+BEGIN_SRC emacs-lisp ;; 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) #+END_SRC > emacs-lisp Fixed, thanks. -- Bastien