emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Reuben Garrett <reubengarrett@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)]
Date: Thu, 7 Nov 2013 16:29:52 -0600	[thread overview]
Message-ID: <CAA-SZJFHwPFb750xpT8waQ9JGZUBznq1g=jOGW3J+yT8KscOxA@mail.gmail.com> (raw)
In-Reply-To: <87fvr7991j.fsf@bzg.ath.cx>

[-- Attachment #1: Type: text/plain, Size: 1333 bytes --]

On Thu, Nov 7, 2013 at 3:49 PM, Bastien <bzg@gnu.org> wrote:

> Can you share /path/to/minimal-org.el and the capture template?
Sure, here they are (inlined below). I should add that this also happens
outside capture mode — I just happened to notice it then.

> Does it happen even when there are no tags in the headline?
No — just tried removing the tags and was unable to reproduce.

> Thanks for your help in debugging this,
The pleasure is mine! I only wish I'd started learning Lisp sooner so I
could offer patches as well. One of these days …

+=== /path/to/minimal-org.el:
;;; Minimal setup to load latest `org-mode'
     ;; activate debugging
     (setq debug-on-error t
           debug-on-signal nil
           debug-on-quit nil)

     ;; add latest org-mode to load path
     (add-to-list 'load-path (expand-file-name
"/home/rgarrett/src/org/orgmode/org-mode/lisp"))
     (add-to-list 'load-path (expand-file-name
"/home/rgarrett/src/org/orgmode/org-mode/contrib/lisp" t))
===+

+=== capture template:
(customize-set-variable
 'org-capture-templates
 (quote
  (
  ("t" "Ticket" entry (file+olp "~/var/org/jnl.org" "tix") "* TODO Ticket #
[[http://example.com/ticket=%^{Ticket #}][%\\1]] - %? %^G \n  DEADLINE: %^T
" :prepend t :unnarrowed t)
  )
  )
 )

-- 

Reuben Garrett

[-- Attachment #2: Type: text/html, Size: 1846 bytes --]

  reply	other threads:[~2013-11-07 22:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-07 21:32 Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)] Reuben Garrett
2013-11-07 21:49 ` Bastien
2013-11-07 22:29   ` Reuben Garrett [this message]
2013-11-08  7:46     ` Bastien
  -- strict thread matches above, loose matches on Subject: below --
2013-11-07 20:53 Reuben Garrett
2013-11-09 16:48 ` Bastien

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='CAA-SZJFHwPFb750xpT8waQ9JGZUBznq1g=jOGW3J+yT8KscOxA@mail.gmail.com' \
    --to=reubengarrett@gmail.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    /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).