From: "Filippo A. Salustri" <salustri@ryerson.ca>
To: emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: odd behaviour in a function - looking for advice
Date: Thu, 16 Jun 2011 21:34:39 -0400 [thread overview]
Message-ID: <BANLkTi=mHQyfkrE4EM7OA+o7O-4KPPAYSg@mail.gmail.com> (raw)
Hi all,
I've got this function:
(defun fas/org-priority (&optional p)
"Change the priority of the current item, then refresh agenda."
(interactive)
(save-excursion
(if (org-priority p)
(org-agenda-redo))))
I set up my window to have 2 frames side by side. The org agenda is
in the left frame. In the right frame is whatever org file I'm
working on.
In the org file (right frame), I call the above function, having bound
it to \C-,
It does what it's supposed to to the priority, but then the point
moves to the agenda frame and goes to the end of the agenda buffer.
I would have thought 'save-excursion' would have returned the point to
wherever I was when I called the function.
Anyone got any idea what I'm doing wrong?
Cheers.
Fil
--
\V/_
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salustri@ryerson.ca
http://deseng.ryerson.ca/~fil/
next reply other threads:[~2011-06-17 1:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 1:34 Filippo A. Salustri [this message]
2011-06-17 1:46 ` odd behaviour in a function - looking for advice Jambunathan K
2011-06-17 1:56 ` Jambunathan K
2011-06-17 2:01 ` Filippo A. Salustri
-- strict thread matches above, loose matches on Subject: below --
2011-06-17 10:12 Rustom Mody
2011-06-17 12:54 Rustom Mody
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTi=mHQyfkrE4EM7OA+o7O-4KPPAYSg@mail.gmail.com' \
--to=salustri@ryerson.ca \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.