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

2014-05-23 Thread Alex Kosorukoff
b...@gnu.org wrote: Hi Alex, Alex Kosorukoff a...@3form.com 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 to make it save the point location

2014-05-23 Thread Alex Kosorukoff
that was there before capture. Best, Alex On Fri, May 23, 2014 at 8:39 AM, Bastien b...@altern.org wrote: Hi Alex, Alex Kosorukoff a...@3form.com 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 capture

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 b...@gnu.org wrote: Hi Alex, Alex Kosorukoff a...@3form.com 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 posted, but I started seeing

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 b...@gnu.org wrote: Hi Alex, Alex

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

2014-05-08 Thread Alex Kosorukoff
-active-p and use-region-p expect the state to be consistent and fail with this error that they won't produce under normal circumstances. Here is the minimal patch that fixes the root cause of this problem: From 3d84403964dec1ac55810883e4e8a812c3ff94fc Mon Sep 17 00:00:00 2001 From: Alex Kosorukoff

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

2014-05-01 Thread Alex Kosorukoff
to the place of its invocation is attached. Best, Alex From ac50a5300e35d7abd5f50317069b2a795fde4ad8 Mon Sep 17 00:00:00 2001 From: Alex Kosorukoff a...@3form.com 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

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 a...@3form.com 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

[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 a...@3form.com 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