Hello, Chunyang Xu <xuchunyang...@gmail.com> writes:
> Sometimes I turn on lisp debugger with M-x toggle-debug-on-error for > some reason, then aborting org-capture with 'q' or 'C-g' enters the > debugger, which is annoying. I think `user-error' is better than `error' > in this case. > > From 9d950e96c48b8e1a0dad779cdf34a4f8a76621db Mon Sep 17 00:00:00 2001 > From: Chunyang Xu <xuchunyan...@gmail.com> > Date: Sun, 1 May 2016 12:47:14 +0800 > Subject: [PATCH] org-capture: Adapt user-error for aborting by user > > When `org-capture` is aborted by user with 'q' or 'C-g', `user-error' is > better than `error' to use to exit. Applied. Thank you. I added TINYCHANGE at the end of the commit message. Regards, -- Nicolas Goaziou