Hello,

Luke <mideniko1234-...@yahoo.co.uk> writes:

> I've set up a minimal-org.el file with the following contents:
>
>     ;; Minimal setup to load latest 'org-mode'
>
>     ;; activate debugging
>     (setq debug-on-error t
>           debug-on-signal nil
>           debug-on-quit t)
>
>     ;; add latest org-mode to load path
>     (add-to-list 'load-path (expand-file-name "~/elisp/org-mode/lisp"))
>     (add-to-list 'load-path (expand-file-name
> "~/elisp/org-mode/contrib/lisp" t))
>
> Then I've run emacs with `emacs -Q -l minimal-org.el`. So I'm just
> running the with org-mode default capture template, which (taken from
> org-capture.el) would be:
>
>     ("t" "Task" entry (file+headline "" "Tasks")
>      "* TODO %?\n  %u\n  %a")

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to