emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Burtzlaff <andy13@gmx.net>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [ANN] org-fstree 0.2
Date: Sat, 4 Apr 2009 05:01:03 +0200	[thread overview]
Message-ID: <20090404050103.2fab2918.andy13@gmx.net> (raw)
In-Reply-To: <1DDCDC20-A5FA-4161-A21C-609B36E37BB4@gmail.com>

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

Carsten,

On Fri, 3 Apr 2009 11:45:44 +0200
Carsten Dominik <carsten.dominik@gmail.com> wrote:

> > Hm, that works for links to files, but strangely it doesn't for  
> > links to headings in 6.25:
> 
> True,
> 
> and I have no idea why that is so.  Very strange bug, one
> of those only Nick Dokos can find :-)

you didn't count me in :-).
Attached is the patch against org.el (from 6.25b)

Andreas

[-- Attachment #2: org.el.diff --]
[-- Type: text/x-patch, Size: 721 bytes --]

7445,7450c7445,7451
<   (with-temp-buffer
<     (let ((org-inhibit-startup t))
<       (org-mode)
<       (insert s)
<       (goto-char (point-min))
<       (org-open-at-point arg))))
---
>   (let ((reference-buffer (current-buffer)))
>     (with-temp-buffer
>       (let ((org-inhibit-startup t))
> 	(org-mode)
> 	(insert s)
> 	(goto-char (point-min))
> 	(org-open-at-point arg reference-buffer)))))
7452c7453
< (defun org-open-at-point (&optional in-emacs)
---
> (defun org-open-at-point (&optional in-emacs reference-buffer)
7515a7517,7518
>       ;; if called in a temporary buffer (from org-open-link-from-string), switch back to original buffer
>       (cond (reference-buffer (switch-to-buffer reference-buffer)))

[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-04-04  0:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21  3:11 combine orgmode and file system browsing Andreas Burtzlaff
2009-03-21  2:20 ` Sebastian Rose
2009-03-21  5:12   ` Andreas Burtzlaff
2009-03-23 11:59     ` Sebastian Rose
2009-03-28 23:54       ` [ANN] org-fstree: insert directory subtrees into org buffers Andreas Burtzlaff
2009-03-29  1:30         ` Cameron Horsburgh
2009-03-29  1:57         ` Sebastian Rose
2009-03-29 12:41           ` [ANN] org-fstree 0.2 Andreas Burtzlaff
2009-03-29 17:10             ` Sebastian Rose
2009-03-30  6:39               ` Carsten Dominik
2009-03-31  9:48                 ` Alan E. Davis
2009-04-01  1:12                   ` Andreas Burtzlaff
2009-04-01  4:22                     ` Carsten Dominik
2009-04-01 23:50                       ` Andreas Burtzlaff
2009-04-03  9:45                         ` Carsten Dominik
2009-04-04  3:01                           ` Andreas Burtzlaff [this message]
2009-04-04  3:04                             ` Carsten Dominik
2009-06-10 19:14         ` [ANN] org-fstree: insert directory subtrees into org buffers Lindsay Todd
2009-06-12  3:56           ` [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE Andreas Burtzlaff
2009-06-18 22:35             ` Lindsay Todd
2009-06-19 12:39               ` Andreas Burtzlaff

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=20090404050103.2fab2918.andy13@gmx.net \
    --to=andy13@gmx.net \
    --cc=carsten.dominik@gmail.com \
    --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).