[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] adjust C-c C-c behavior on headlines whose text is a link
From: |
Eric Abrahamsen |
Subject: |
[O] [PATCH] adjust C-c C-c behavior on headlines whose text is a link |
Date: |
Sun, 21 Apr 2013 17:37:45 +0800 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux) |
If you've got a headline where the text is a link, C-c C-c on that
headline will only consider the fact that it's in a link, not that it's
in a headline. Ie, you get "can do nothing useful", rather than setting
tags.
This patch checks for this condition and passes the C-c C-c to the
headline.
An alternate version would pass the funcall to the :parent element *no
matter what*, seeing as 'C-c C-c' is currently always a no-op, and
user-defined hooks have already been run. We could just pass it on up
and see what happens...
Eric
0001-lisp-org.el-org-ctrl-c-ctrl-c-Set-tags-for-headlines.patch
Description: Text Data
- [O] [PATCH] adjust C-c C-c behavior on headlines whose text is a link,
Eric Abrahamsen <=