emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeff Horn <jrhorn424@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Emacs-orgmode@gnu.org
Subject: Re: capture problem
Date: Wed, 20 Oct 2010 01:19:11 -0400	[thread overview]
Message-ID: <AANLkTi=GqQ0hW4PeNErnzJT_FibGi+831+3uoDwG0Bca@mail.gmail.com> (raw)
In-Reply-To: <ACD0720A-29AB-492D-A8E7-1AEFAAFC5F6A@gmail.com>

On Sun, Oct 17, 2010 at 2:18 AM, Carsten Dominik
<carsten.dominik@gmail.com> wrote:
> diff --git a/lisp/org-capture.el b/lisp/org-capture.el
> index 7915f7f..b2aade6 100644
> --- a/lisp/org-capture.el
> +++ b/lisp/org-capture.el
> @@ -405,11 +405,7 @@ bypassed."
>                         (or org-overriding-default-time
>                             (org-current-time)))
>        (org-capture-set-target-location)
> -       (condition-case error
> -           (org-capture-put :template (org-capture-fill-template))
> -         ((error quit)
> -          (if (get-buffer "*Capture*") (kill-buffer "*Capture*"))
> -          (error "Capture abort: %s" error)))
> +       (org-capture-put :template (org-capture-fill-template))
>
>        (if (equal goto 0)
>            ;;insert at point

I grabbed a fresh clone of org-mode in a testing directory, backed up
the original org-capture.el, made a copy, and saved the file to a
patch file called org-capture.el.patch. I typed the following at the
command line.

`patch org-capture.el org-capture.el.backup`

This patch fails with the following information.

------------------------------------------------------------------------------
patching file org-capture.el
Hunk #1 FAILED at 405.
1 out of 1 hunk FAILED -- saving rejects to file org-capture.el.rej
------------------------------------------------------------------------------

The results of the rejection file are below.
------------------------------------------------------------------------------
***************
*** 405,415 ****
                         (or org-overriding-default-time
                             (org-current-time)))
        (org-capture-set-target-location)
-        (condition-case error
-            (org-capture-put :template (org-capture-fill-template))
-          ((error quit)
-           (if (get-buffer "*Capture*") (kill-buffer "*Capture*"))
-           (error "Capture abort: %s" error)))

        (if (equal goto 0)
            ;;insert at point
--- 405,411 ----
                         (or org-overriding-default-time
                             (org-current-time)))
        (org-capture-set-target-location)
+        (org-capture-put :template (org-capture-fill-template))

        (if (equal goto 0)
            ;;insert at point
------------------------------------------------------------------------------

Apologies if I have made an error. I'm not a programmer by trade and
am prone to tiny accidents. It's sloppy, so there's no excuse, but
it's difficult for me to interpret where I make mistakes (backtraces
for example).

Best,
Jeff

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jhorn@gmu.edu
jrhorn424@gmail.com

http://www.failuretorefrain.com/jeff/

  reply	other threads:[~2010-10-20  5:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-11 13:45 capture problem Jörg Hagmann
2010-10-11 17:33 ` Jeff Horn
2010-10-12  4:51   ` Carsten Dominik
2010-10-12  4:55     ` Jeff Horn
2010-10-17  6:18       ` Carsten Dominik
2010-10-20  5:19         ` Jeff Horn [this message]
2010-10-20  5:20           ` Jeff Horn
2010-10-20  6:02         ` Jeff Horn
2010-10-20  6:05           ` Carsten Dominik
2010-10-20  6:45             ` Jeff Horn
2010-10-20  6:08           ` Noorul Islam K M
  -- strict thread matches above, loose matches on Subject: below --
2011-12-30  7:14 Thomas S. Dye
2011-12-30  9:07 ` Nick Dokos
2011-12-30  9:35 ` Sebastien Vauban
2011-12-30 17:27   ` Thomas S. Dye
2012-01-05 22:15   ` Thomas S. Dye
2012-01-06  8:33     ` Sebastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=GqQ0hW4PeNErnzJT_FibGi+831+3uoDwG0Bca@mail.gmail.com' \
    --to=jrhorn424@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    --cc=carsten.dominik@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).