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