emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Saving org-capture buffer while writing it


From: Narendra Joshi
Subject: Re: [O] Saving org-capture buffer while writing it
Date: Tue, 21 Feb 2017 01:01:49 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Stig Brautaset <address@hidden> writes:

> Narendra Joshi <address@hidden> writes:
>
>> Hi,
>>
>> Sometimes when I am taking notes, I end up spending a lot of time in a
>> capture buffer. If I happen to switch to something else, I end up
>> loosing the capture buffer. I probably just kill the buffer
>> accidentally, or do `C-c C-k'.
>>
>> Is there a way I can take backups of the buffer to a file?
>
> Dunno about backups, but I experience this problem too. (Another
> annoyance I have is accidentally hitting `C-c C-c' to tick a check box
> and having my in-progress work being moved.) It can help to use the
> `:immediate-finish' and `:jump-to-captured' settings like so:
>
> #+BEGIN_SRC emacs-lisp
>   ("n" "Note" entry (file "Notes.org")
>    (file "tpl-note.org")
>    :empty-lines 1
>    :immediate-finish t
>    :jump-to-captured t)
> #+END_SRC
>
> Stig
>
> --
> ; GNU Emacs 25.1.1, Org mode version 9.0.5

Do you write your email with Org-mode? I have seen a lot of people
writing the source code blocks and surprising they are syntax
highlighted in Gnus. This makes me wonder if `org-mode' has support for
writing emails too.

Thanks for the info about new keywords. :)

-- 
Narendra Joshi



reply via email to

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