[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: org-capture inserts empty line before title
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: org-capture inserts empty line before title |
Date: |
Sun, 11 Mar 2018 19:22:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Luke <address@hidden> 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