From: Chris Lowis <chris.lowis@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Problem with org-capture
Date: Wed, 16 Feb 2011 10:25:33 +0100 [thread overview]
Message-ID: <AANLkTi=pkE0J9W7gBs3jiLH3v=Rgnhyhykg31QMnhP64@mail.gmail.com> (raw)
Hi,
I'm having a problem with org-capture. When I M-x org-capture and then
choose a template I get:
condition-case: Capture abort: (wrong-type-argument number-or-marker-p nil)
This is with a recent checkout of org-mode, further details below.
Any thoughts?
Chris
Emacs : GNU Emacs 23.2.1 (x86_64-apple-darwin10.5.0, NS apple-appkit-1038.35)
of 2011-01-31 on rd00051.local
Package: Org-mode version 7.4 (release_7.4.396.g4db5)
current state:
==============
(setq
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
org-agenda-custom-commands '(("d" "Deferred tasks" todo "DEFERRED" nil)
("u" "Unscheduled TODO items" alltodo ""
((org-agenda-skip-function
(quote
(org-agenda-skip-entry-if (quote deadline)
(quote scheduled))
)
)
(org-agenda-overriding-header
"Unscheduled TODO items:")
)
)
)
org-agenda-files '("~/org/journal.org" "~/Projects/music_report/report.org")
org-agenda-show-inherited-tags nil
org-drill-add-random-noise-to-intervals-p t
org-metaup-hook '(org-babel-load-in-session-maybe)
org-capture-templates '(("d" "Done" entry
(file+headline "~/org/todo.org" "Tasks")
"* DONE %?\nSCHEDULED: %t CLOSED: %U")
("t" "Todo" entry (file+datetree "~/org/journal.org")
"* TODO %?\n %i\n%u")
("j" "Journal" entry
(file+datetree "~/org/journal.org")
"* %U %?\n\n %i\n")
("v" "Vocab" entry
(file+headline "~/org/spanish.org" "")
"* Noun
:drill:\n\n:PROPERTIES:\n:DRILL_CARD_TYPE: twosided\n:END:\n\n
Translate this word\n\n** Spanish\n %^{Spanish}\n** English\n
%^{English} ")
)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-babel-tangle-lang-exts '(("ruby" . "rb") ("emacs-lisp" . "el"))
org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-drill-maximum-items-per-session 20
org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe
org-babel-hide-result-toggle-maybe)
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-learn-always-reschedule t
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-todo-keywords '((type "TODO" "WAITING" "" "DONE" "CANCELED"))
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-default-notes-file "~/org//journal.org"
org-directory "~/org/"
org-capture-mode-hook '(delete-other-windows)
org-babel-pre-tangle-hook '(save-buffer)
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-publish-project-alist '(("org-crl" :base-directory "~/blog/org/"
:base-extension "org" :publishing-directory
"~/blog/jekyll/" :recursive t :publishing-function
org-publish-org-to-html :headline-levels 4
:html-extension "html" :body-only t)
)
org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
org-drill-maximum-duration 10
org-replace-disputed-keys t
org-mode-hook '((lambda nil
(if org-drill-use-visible-cloze-face-p
(font-lock-add-keywords (quote org-mode)
org-drill-cloze-keywords t)
)
)
(lambda nil
(org-add-hook (quote change-major-mode-hook)
(quote org-show-block-all) (quote append) (quote local))
)
(lambda nil
(org-add-hook (quote change-major-mode-hook)
(quote org-babel-show-result-all) (quote append)
(quote local))
)
org-babel-result-hide-spec org-babel-hide-all-hashes)
org-refile-targets '((org-agenda-files :tag . "project")
(org-agenda-files :level . 1))
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
org-confirm-elisp-link-function 'yes-or-no-p
org-export-interblocks '((lob org-babel-exp-lob-one-liners)
(src org-babel-exp-inline-src-blocks))
org-occur-hook '(org-first-headline-recenter)
org-from-is-user-regexp "\\<Chris Lowis\\>"
org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-link-abbrev-alist '(("jira" . "https://jira.dev.bbc.co.uk/browse/")
("google" . "http://www.google.com/search?q="))
org-export-blocks '((src org-babel-exp-src-block nil)
(comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
)
next reply other threads:[~2011-02-16 9:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 9:25 Chris Lowis [this message]
2011-02-16 14:20 ` Problem with org-capture Bastien
-- strict thread matches above, loose matches on Subject: below --
2015-12-01 8:20 problem " Eric S Fraga
2015-12-01 20:51 ` Matt Lundin
2015-12-01 21:35 ` Eric S Fraga
2015-12-01 22:22 ` Nicolas Goaziou
2015-12-02 12:26 ` Eric S Fraga
2015-12-02 21:24 ` Nicolas Goaziou
2015-12-02 22:57 ` Charles Millar
2015-12-03 9:02 ` Nicolas Goaziou
2015-12-03 12:12 ` Charles Millar
2015-12-03 10:02 ` Eric S Fraga
2015-12-03 17:05 ` Matt Lundin
2015-12-03 21:11 ` Mike McLean
2015-12-03 22:38 ` Nicolas Goaziou
2015-12-04 0:28 ` Charles Millar
2015-12-04 0:57 ` Mike McLean
2015-12-04 8:55 ` Eric S Fraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=pkE0J9W7gBs3jiLH3v=Rgnhyhykg31QMnhP64@mail.gmail.com' \
--to=chris.lowis@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).