emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Bug: Bad doc [7.4]


From: Dave Abrahams
Subject: [Orgmode] Re: Bug: Bad doc [7.4]
Date: Sun, 19 Dec 2010 22:21:40 -0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (x86_64-apple-darwin) MULE/6.0 (HANACHIRUSATO)

At Mon, 20 Dec 2010 06:22:48 +0000,
Leo wrote:
> 
> On 2010-12-20 06:12 +0000, Dave Abrahams wrote:
> > Th' manual sez:
> >
> >   9.1.3 Capture templates
> >   -----------------------
> >
> >   You can use templates for different types of capture items, and for
> >   different target locations.  The easiest way to create such templates is
> >   through the customize interface.
> >
> >   `C-c c C'
> >        Customize the variable `org-capture-templates'.
> >
> > I don't know where that keybinding is supposed to come from, but as
> > far as I can tell, it isn't set anywhere.  In fact, if we take the
> > manual's suggested `C-c c' binding for org-capture, the `C' above just
> > does a self-insert in the capture buffer.
> 
> No problem here, running 7.4 on 23.2.91.
> 
> You should see something like: http://imgur.com/Bfwlh.png

No, I get no menu, (perhaps because I haven't customized org-capture templates?)

emacs -Q

evaluating the following:

 (add-to-list 'load-path "~/.emacs.d/3rd-party/package.d/org-mode/lisp")
 (load-library "org-capture")
 (setq org-default-notes-file (concat org-directory "/notes.org"))
 (define-key global-map "\C-cc" 'org-capture)

and pressing `\C-c c' gets me a buffer called "CAPTURE-notes.org" containing:

  ** TODO 
     [2010-12-19 Sun]

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com




reply via email to

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