emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Bug] Inline Links from Agenda


From: Memnon Anon
Subject: [O] [Bug] Inline Links from Agenda
Date: Thu, 8 Nov 2012 15:40:43 +0000 (UTC)

Hi,

it seems to me that `C-c C-o' (org-agenda-open-link) does not work
correctly for internal links with:

ELISP> (emacs-version)
"GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2)\n of
2012-11-01 on dex, modified by Debian"
ELISP> (org-version t t)
"Org-mode version 7.9.2 (release_7.9.2-571-g359891
@/home/memnon/tmp/bin/org-mode/lisp/)"

Steps to reproduce:

* minimal agenda file in ~/agenda.org :

--8<---------------cut here---------------start------------->8---
* TODO This is my heading
* [[This is my heading]]
  SCHEDULED: <2012-11-08 Do>
--8<---------------cut here---------------end--------------->8---

* $ emacs-snapshot -nw -Q
* load minimal .emacs:

--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path "/path/to/org-mode/lisp")
(add-to-list 'load-path "/path/to/org-mode/contrib/lisp")
(add-to-list 'load-path "/path/to/org-mode/contrib/babel/lisp")
(setq org-agenda-files '("~/agenda.org"))
(require 'org)
--8<---------------cut here---------------end--------------->8---

* M-x org-agenda
* `a'
* `C-c C-o' (org-agenda-open-link) on the line with the link

This should take me to the the linked headline IIUC, but it doesn't.
All I get is a "Position saved to mark ring, go back with C-c &."

Memnon








reply via email to

[Prev in Thread] Current Thread [Next in Thread]