emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] org-capture: Add a custom to control save target file or


From: Kaushal Modi
Subject: Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.
Date: Thu, 13 Dec 2018 14:12:13 -0500

On Thu, Dec 13, 2018 at 11:25 AM Nicolas Goaziou <address@hidden> wrote:

> +    (unless (org-capture-get :no-save)
> +      ;; Save the target file.
> +      (save-buffer))

The comment does not look terribly useful. I would put the whole
`unless' in a single line.

Barring that nitpicking of mine, LGTM!

Thanks. I have made the suggested change, and pushed to master, merged into next.

reply via email to

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