Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Alex Kosorukoff
very fast after that and I didn't notice any adverse effects so far (using this for more than a week). The only reason I didn't propose a patch like this is that I am still testing it for possible regressions. On Fri, May 23, 2014 at 10:28 AM, Bastien wrote: > Hi Alex, > &

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Alex Kosorukoff
On Fri, May 23, 2014 at 5:03 AM, Bastien wrote: > Hi Alex, > > Alex Kosorukoff writes: > > > After I replaced my patch and merged Bastien's fix, I started seeing > > the error though less frequently than before. It didn't occur in the > > template I

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
there before capture. Best, Alex On Fri, May 23, 2014 at 8:39 AM, Bastien wrote: > Hi Alex, > > Alex Kosorukoff writes: > > > did you mean the reply on the Capture Abort thread? This is a > > different bug, unrelated to that the Capture Abort one. In this case > &

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
stien wrote: > Hi Alex, > > Alex Kosorukoff writes: > > > sorry, I accidentally sent my previous patch. This is the one that > > belongs here. > > See my other reply for this bug and let me know if it's fixed. > > Thanks, > > -- > Bastien >

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-08 Thread Alex Kosorukoff
-local-variables buffer) (setq buffer-file-name nil) + (setq mark-active nil) ;; %[] Insert contents of a file. (goto-char (point-min)) -- 1.7.0.4 On Tue, Apr 29, 2014 at 4:05 AM, Bastien wrote: > Hi Alex, > > Alex Kosorukoff writes: > > > I noticed a regressio

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-01 Thread Alex Kosorukoff
sorry, I accidentally sent my previous patch. This is the one that belongs here. On Thu, May 1, 2014 at 7:00 PM, Alex Kosorukoff wrote: > Hello: > > this is another small patch to org-capture.el to make sure that after > completion it returns to the same place from where it was i

[O] [PATCH] Fix capture to make it save the point location

2014-05-01 Thread Alex Kosorukoff
rn to the place of its invocation is attached. Best, Alex From ac50a5300e35d7abd5f50317069b2a795fde4ad8 Mon Sep 17 00:00:00 2001 From: Alex Kosorukoff Date: Mon, 17 Mar 2014 12:56:09 -0700 Subject: [PATCH] fix org-capture error "The mark is not set now, so there is no region" --- lis

[O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-04-25 Thread Alex Kosorukoff
: Alex Kosorukoff Date: Mon, 17 Mar 2014 12:56:09 -0700 Subject: [PATCH] fix org-capture error "The mark is not set now, so there is no region" --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index dc4f2cc..bc5a69e 100644