Carsten Dominik <[EMAIL PROTECTED]> writes:
> On May 29, 2008, at 9:57 PM, Cezar Halmagean wrote:
>
>>
>> Hi list,
>>
>> I was wondering if there is a way to attach a TAG to a template after
>> you've hit C-c C-c. My setup is like this: I have a shortcut that
>> opens up a remember buffer for w
Hi Chris,
I don't know the exact structure of your org-file, but it seems to me
that in your case the WAITING entry is directly followed by the NEXT
entry.
If i remember it correcly, in sparse display org can show the preceeding
and the following headline. How to customize this is told in the
org
I am not sure the new and very useful FILETAGS functionality is
working. If I write in a simple file just the two lines:
#+FILETAGS: :foo:
* Hello
put the cursor on 'Hello' and run:
(org-get-tags-at (point))
I get nil, but I should get foo, right? Or am I doing something wrong?
Man
--
-
Daniel> Hi everybody,
Daniel> I am announcing a minor update to org-annotation-helper.
Daniel> ;; Version 0.3a, June 3, 2008
Daniel> ;; - org-fied the FAQ, and fixed typos/grammar. Big thanks to Nick
Dokos.
Daniel> ;; - Added a new file: README
I am very sorry, I forgot to add a UR
Hi, Peter,
I am using highline.el, which works well for me. Maybe you can check it out.
Also, I added this line to my emacs config file to ensure the overlay
from the highline.el has higher priority than other overlays.
(setq highline-priority 10)
Wanrong
Peter Jones wrote:
When using colum
Hi everybody,
I am announcing a minor update to org-annotation-helper.
;; Version 0.3a, June 3, 2008
;; - org-fied the FAQ, and fixed typos/grammar. Big thanks to Nick Dokos.
;; - Added a new file: README
These changes are going to make it easier (hopefully) to install this
module. If we d
"Levin Du" <[EMAIL PROTECTED]> writes:
> While editing with Org column view, I'd like some easy navigate and modify
> keys.
> In the patch attached (against git version), I bind vi-style key
> h,j,k,l to move around, and numeric key 1-9,0 to set the nth (actually
> '1' is the first, and '0' is the
Hi list,
While editing with Org column view, I'd like some easy navigate and modify keys.
In the patch attached (against git version), I bind vi-style key
h,j,k,l to move around, and numeric key 1-9,0 to set the nth (actually
'1' is the first, and '0' is the last) allowed value.
I mock up this by