Bug: dealine-up sorting strategy does not work [9.2.6 (9.2.6-dist @ c:/Users/wlin/.emacs-lisp/org/lisp/)]

2019-11-11 Thread Wanrong Lin
If I call this: (let ((org-agenda-sorting-strategy '((agenda deadline-up (call-interactively 'org-agenda-list)) entries with deadline are at the bottom, after currently scheduled and past scheduled items. I think instead entries with deadlines should be at the top, before all other

Re: [O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-04-01 Thread Wanrong Lin
-sexp)))     (dates))     (while (< day-absolute end-absolute)   (let ((date (calendar-gregorian-from-absolute day-absolute))     (entry nil))     (when (eval sexp)   (setf dates (cons date dates)))     (incf day-absolute)))     dates)) On 3/26/2019 5:01 PM, T

Re: [O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Wanrong Lin
o generate a series of dates / org entries from a diary-sexps? Thanks. Wanrong On 3/26/2019 2:21 PM, Thomas Plass wrote: Hi, Wanrong Lin wrote at 10:23 on March 26, 2019: : : * TODO Do this on the second Monday every month :   SCHEDULED: <%%(diary-float t 1 2) 19:00-20:30> : : M-x org-icalend

[O] Bug: Entries with diary-sexps in "scheduled" not exported properly to calendar file (.ics file)

2019-03-26 Thread Wanrong Lin
Org-mode version 9.2.2, Emacs 26.1, Windows 10 To reproduce: Create a file "Test.org", with only one entry: * TODO Do this on the second Monday every month   SCHEDULED: <%%(diary-float t 1 2) 19:00-20:30>  

[O] Bug: org-agenda-undo does not work on repeated tasks [7.9.3d (7.9.3d-dist @ /home/wlin/.emacs-lisp/org/lisp/)]

2013-03-03 Thread Wanrong Lin
Emacs : GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5) of 2011-08-14 on allspice, modified by Debian Package: Org-mode version 7.9.3d (7.9.3d-dist @ /home/myth/.emacs-lisp/org/lisp/) To reproduce: In an org agenda buffer, mark a task as done. Then, run org-agenda-undo. If the

[Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-10 Thread Wanrong Lin
Hi, Suppose I have a plain list as the following: * TODO Read books 1. [ ] Book 1 Note: blah blah blah 2. [ ] Book 2 Note: blah blah blah When the above is exported to HTML, the line breaks after the heading line of each list item are lost, so it becomes Book1 Note: blah

Re: [Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-10 Thread Wanrong Lin
:: Note: blah blah blah 2. [ ] Book 2 :: Note: blah blah blah plus CSS Regards, Sebastian Wanrong Lin wanrong@gmail.com writes: Hi, Suppose I have a plain list as the following: * TODO Read books 1. [ ] Book 1 Note: blah blah blah 2. [ ] Book 2

Re: [Orgmode] Feature request: preserving plain list line breaks in exporting

2009-03-10 Thread Wanrong Lin
prefer a configuration option to control the line break preservation. Wanrong Sebastian Rose wrote: Wanrong Lin wanrong@gmail.com writes: The double back slashes works well (although that is not as pretty as I want). Thank you! For better controle of line height and paddings

[Orgmode] Bug? M-S-RET on a line

2009-03-09 Thread Wanrong Lin
Hi, Suppose I have an org file with following lines: * Test1 Test2 Now if I put the cursor at the beginning of the Test2 line and press M-S-RET (Alt-Shift-Return on my machine), I got this: * Test1 * Test2TODO The TODO keyword was inserted at the end instead of the beginning of the task

Re: [Orgmode] Re: Release 6.23

2009-02-20 Thread Wanrong Lin
Hi, Glad to have different faces for TODO keywords now in HTML export. I would think it is logical to extend that idea to tags too. Anybody agrees? Thank you. Wanrong ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] Bug: editing priority in column view

2009-02-19 Thread Wanrong Lin
Hi, I have a column view configuration like this: (setq org-columns-default-format (format %%%iITEM(Task) %%10TODO %%20SCHEDULED %%1PRIORITY(P) %%TAGS(TAGS) %%6Effort(EST){:} %%CLOCKSUM(CLK) (- fill-column 24))) And I have a org-file Test.org with following entry: * TODO Test1 *** TODO

[Orgmode] Feature improvement request: editing TODO keyword in column view

2009-02-19 Thread Wanrong Lin
Hi, Right now in the column view when I press e in a TODO field, the TODO keyword rotates. This creates a lot garbage state change log entries. Can we change this to fast todo selection like C-c C-t (or t in agenda buffer), when org-use-fast-todo-selection is set to t? I am using org 6.22b.

Re: [Orgmode] Bug? org-timeline, log mode, inactive timestamp

2009-02-16 Thread Wanrong Lin
. Could you try the above to see whether you can reproduce it? Thanks a lot. Wanrong Carsten Dominik wrote: I don't seem to be able to reproduce this. - Carsten On Feb 13, 2009, at 10:07 PM, Wanrong Lin wrote: Hi, Recently I began to use org-timeline more frequently, and find the log mode

[Orgmode] Bug? org-timeline, log mode, inactive timestamp

2009-02-13 Thread Wanrong Lin
Hi, Recently I began to use org-timeline more frequently, and find the log mode including inactive timestamps very useful for things like activity report. However, there seems to be a small glitch: In the timeline agenda buffer, when press g (org-agenda-redo), the inactive timestamp is

Re: [Orgmode] Bug: org-cycle on list at the end of buffer

2009-02-11 Thread Wanrong Lin
. Wanrong Eddward DeVilla wrote: On Tue, Feb 10, 2009 at 1:50 PM, Wanrong Lin wanrong@gmail.com wrote: Hi, I have org-cycle-include-plain-lists set to t. In the following example, the text is at the very end of an org-mode buffer. If I put my cursor on the line of item 1 and press TAB key

[Orgmode] Feature improvement request: state change logging

2009-02-11 Thread Wanrong Lin
Hi, My TODO sequence is set up as following: (setq org-todo-keywords '((sequence TODO(t) STARTED(s!) WAITING(w@/!) MAYBE(m/!) DELEGATED(g@/!) DEFERRED(d!/!) HOLD(h!/!) | DONE(x) CANCELED(c The state change logging is great, but I wonder whether we can further improve it: 1. Can we

[Orgmode] Feature request: HTML export, TODO keyword face

2009-02-11 Thread Wanrong Lin
Hi, Right now in the HTML export the TODO keywords have either class=todo, or class=done. That loses all the face properties in the original TODO keywords. I think the TODO keywords faces are important visual aids to differentiate different types of TODO items, so I just wonder whether it is

Re: [Orgmode] Release 6.22

2009-02-10 Thread Wanrong Lin
Just want to point out the download link on the org-mode web page is still pointing to 6.21b. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Bug: org-cycle on list at the end of buffer

2009-02-10 Thread Wanrong Lin
Hi, I have org-cycle-include-plain-lists set to t. In the following example, the text is at the very end of an org-mode buffer. If I put my cursor on the line of item 1 and press TAB key, the cycling does not work. But if I add another list item after item 1, the cycling now works (of course

[Orgmode] HTML export: feature request

2009-02-10 Thread Wanrong Lin
Hi, One problem I have with current HTML export is the section number (like 1, 2.1, 2.1.2 and etc) is not very distinctive from the actual section heading. Also, sometimes I wish the sub-section headings are indented. So I wonder whether we can add the following features: 1. Assign a CSS

[Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
Hi, I updated org to the latest (6.15f) and try to use the new org-tag-faces feature, but it does not work me. I have settings like this: (setq org-tag-faces '((TODAY . (:foreground #C0)) (APPT . (:foreground #C0)) (NEXT . (:foreground #C0 It has no

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
Thanks for the replies. I restarted Emacs to ensure the faces were refreshed. Also, I just tried the named faces. Did not work. Looks like you guys don't have the problem, I will look a little deeper. Wanrong Carsten Dominik wrote: On Dec 19, 2008, at 4:34 PM, Wanrong Lin wrote: Hi, I

Re: [Orgmode] org-tag-faces does not work for me

2008-12-19 Thread Wanrong Lin
), but the faces have to be set before it. Anyway, I am glad I found the problem. Thank you. Wanrong Carsten Dominik wrote: On Dec 19, 2008, at 4:34 PM, Wanrong Lin wrote: Hi, I updated org to the latest (6.15f) and try to use the new org-tag-faces feature, but it does not work me. I have settings

[Orgmode] Feature request: org-sort, alpha sans TODO keyword

2008-07-31 Thread Wanrong Lin
Hi, I recently had the need to use org-sort, and found that sorting on alpha does not work as I expected, because the sorting works on the whole heading, including the TODO keywords. That may be useful, but I think probably in many occasions the alpha-sorting means sorting on the headings

[Orgmode] Bug? creator-info

2008-07-24 Thread Wanrong Lin
Hi, I just upgraded to org-6.06a. It seems that the per-file creator-info:nil option does not work, but variable org-export-creator-info works. Thanks if someone can confirm/look at it. Wanrong ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Bug: remember/refiling filing target

2008-07-21 Thread Wanrong Lin
Hi, There seems to be a bug in remember/refiling filing target auto-completion prompt, if the target heading text has a forward slash /. For example, if my filing target is the following: * TODO A/B switch needs to be fixed With M-x org-refile, when I press TAB in the mini-buffer to bring

Re: [Orgmode] Re: Option to turning off the last line in HTML export postamble

2008-06-26 Thread Wanrong Lin
; visibility:visible; } #postamble p.date { display:block; visibility:visible; } Renzo Been :-) schrieb: Wanrong Lin wanrong.lin at gmail.com writes: Yes, it's right there in the manual... add the following line to your .emacs (setq org-export-html-auto-postamble 'nil) That should do the trick Ciao

[Orgmode] Bug: table parsing is on in BEGIN_EXAMPLE section

2008-06-26 Thread Wanrong Lin
Hi, I just had a need to use the +BEGIN_EXAMPLE marker, and I found that if I have a directory tree listing like this: +BEGIN_EXAMPLE +---bin | +---decoder_a.exe | +---decoder_b.exe | +---encoder.exe +---doc +END_EXAMPLE It will be treated (and font-locked) as a

Re: [Orgmode] Bug: monthly repeater does not work

2008-06-25 Thread Wanrong Lin
Yes, I tried the latest version and it is fixed. Thank you! Wanrong Carsten Dominik wrote: Fixed , thanks. At least I thing so. Please get the latest version and confirm. - Carsten On Jun 25, 2008, at 12:11 AM, Wanrong Lin wrote: Hi, I just tried this: * TODO Test SCHEDULED: 2008-06

[Orgmode] Option to turning off the last line in HTML export postamble

2008-06-25 Thread Wanrong Lin
Hi, For some of my org files, I don't want the following line to show up in my HTML export: HTML generated by org-mode 6.05b in emacs 22 Is there an option to turn it off? I looked at the org source code and it seems the answer is no. Can a new option be added for it? Thanks a lot for

Re: [Orgmode] Re: Option to turning off the last line in HTML export postamble

2008-06-25 Thread Wanrong Lin
Yes, it's right there in the manual... add the following line to your .emacs (setq org-export-html-auto-postamble 'nil) That should do the trick Ciao, Renzo Thanks for pointing it out, but that is not exactly what I wanted. (setq org-export-html-auto-postamble 'nil) will remove the

Re: [Orgmode] Column view and hl-line-mode

2008-06-03 Thread Wanrong Lin
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

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Wanrong Lin
)) + (save-match-data + (shell-quote-argument + (convert-standard-filename file))) t t cmd))) (save-window-excursion (start-process-shell-command cmd nil cmd) On May 19, 2008, at 11:59 PM, Wanrong Lin wrote: Hi Carsten: I have observed that in Windows org-open-at-point

Re: [Orgmode] Bug found (but don't know to fix)

2008-05-21 Thread Wanrong Lin
Yes, this works! Thank you. Wanrong Carsten Dominik wrote: On May 21, 2008, at 4:25 PM, Wanrong Lin wrote: Hi, Carsten, Thanks a lot for the patch. I tried it, but it does not work. I traced into the org-open-at-point function and found the patch is not executed because the condition

[Orgmode] Bug found (but don't know to fix)

2008-05-19 Thread Wanrong Lin
Hi Carsten: I have observed that in Windows org-open-at-point (bound to RET key in my config) does not work on something like this: file:\\hostname\path Today I dug a little bit into it, and found the problem is here (in red): (defun org-open-file (path optional in-emacs line search) Open

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Wanrong Lin
, 2008, at 7:40 PM, Wanrong Lin wrote: Feedback: I just tested again on org 6.03, and the line noises are still there in the column view. Wanrong Wanrong Lin wrote: Just a reminder: do you have any TODO faces with strike-through lines? Remember the line noises will only happen when

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-16 Thread Wanrong Lin
, Wanrong Lin wrote: Hi Carsten, Attached is a minim emacs config file I made that can reproduce the problem using emacs -q -l minimal.el. The first line of the file add the load-path to the org-mode package, so you may need to change it. Also attached is a simple two-line org-file that you can

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-15 Thread Wanrong Lin
Feedback: I just tested again on org 6.03, and the line noises are still there in the column view. Wanrong Wanrong Lin wrote: Just a reminder: do you have any TODO faces with strike-through lines? Remember the line noises will only happen when that is true. Also, maybe there are some

[Orgmode] Archiving broken in 6.02b

2008-05-07 Thread Wanrong Lin
Hi, Carsten, It seems archiving is broken in 6.02b, as described below: I have org-archive-location set to the following: archived/%s::* Archived It worked before 6.02b, that is to archive items to files with the same name under the archived directory. However, 6.02b broke that because it

Re: [Orgmode] Underlines and strike-through lines in column view

2008-05-07 Thread Wanrong Lin
Hi, Carsten, I just tried your patch for this fix, the column view faces are OK now, but those strike-through line noises come back again. Seems we can not get both. :-) Wanrong Carsten Dominik wrote: Fixed, thanks. - Carsten On Apr 30, 2008, at 11:25 PM, Wanrong Lin wrote: Hi

Re: [Orgmode] Underlines and strike-through lines in column view

2008-04-30 Thread Wanrong Lin
: unspecified Inverse: unspecified Stipple: unspecified Font or fontset: nil Inherit: unspecified Thanks a lot if you can take a look of it. Wanrong Carsten Dominik wrote: On Apr 24, 2008, at 4:55 PM, Wanrong Lin wrote: Hi, In the column view, I often see some underlines

[Orgmode] Underlines and strike-through lines in column view

2008-04-24 Thread Wanrong Lin
Hi, In the column view, I often see some underlines and strike-through lines that show up kind of randomly. I have seen this for quite sometime, maybe since I began to use the column view 3 or 4 months ago. Are there any special meanings for those lines or they are just noise? I am now using

[Orgmode] Bug? Link to network file/dir does not work

2008-03-28 Thread Wanrong Lin
Hi, On my Windows machine, I tried to access a link like this from my org file: file://host/dir/file_name It does not work. The error message says: ShellExecute failed: The system cannot find the file specified.^M (Note the ^M at the end) I also tried the back slash version:

Re: [Orgmode] Re: Bug? Link to network file/dir does not work

2008-03-28 Thread Wanrong Lin
If tramp/ssh works for you, the following link definitely works, at least for me. file:///ssh:remote.host:path/to/the/file Xiao-Yong Thanks. Good to know tramp links work, as I am sure I will need it sometime. I have tried to use SSH/Tramp on Windows but the set-up is a challenge

Re: [Orgmode] Bug: repeated task with ++1w does not auto-jump

2008-03-28 Thread Wanrong Lin
Thanks a lot. Look forward to 5.24 (I know, I should have learned git by now...) Wanrong ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Bug: repeated task with ++1w does not auto-jump

2008-03-24 Thread Wanrong Lin
Hi, With a test task as following: * TODO A test SCHEDULED: 2008-03-24 Mon ++1w If on the scheduled day (today) I do a C-c C-t trying to mark it DONE, the scheduled time does not jump to the next occurrence. However, If I change the task to * TODO A test SCHEDULED: 2008-03-23 Sun ++1w

[Orgmode] Re: Bug: repeated task with ++1w does not auto-jump

2008-03-24 Thread Wanrong Lin
More observations: With a test task like this: * TODO Test SCHEDULED: 2008-03-25 Tue ++1w If I try to mark it DONE on 2008-03-24, i.e. before the scheduled day, auto-jump does not work either. Wanrong Wanrong Lin wrote: Hi, With a test task as following: * TODO A test SCHEDULED: 2008

Re: [Orgmode] Org-mode on Windows - Putty

2008-03-14 Thread Wanrong Lin
What I did is: Add some alternative TTY key bindings for some frequently used commands, and use AutoHotkey to map things like M-RET to those TTY key bindings. Not ideal, but works fine. Wanrong Thanks for the pointer. But it really is going to be inconvenient. Shift-arrow works okay in

Re: [Orgmode] Org-mode on Windows - Putty

2008-03-14 Thread Wanrong Lin
) --- Attached is my AutoHotKey script. Manish wrote: On Fri, Mar 14, 2008 at 8:55 PM, Wanrong Lin [EMAIL PROTECTED] wrote: What I did is: Add some alternative TTY key bindings for some frequently used commands, and use AutoHotkey to map things like M-RET to those TTY key bindings. Not ideal, but works

Re: [Orgmode] How to set a date relative to the original date?

2008-03-11 Thread Wanrong Lin
Bastien Guerry wrote: Hi Wanrong, Wanrong Lin [EMAIL PROTECTED] writes: * MAYBE A test SCHEDULED: 2008-02-13 Wed But I found ++3d produces the same result as +3d, which is 3 days after today. AFAIK, the difference between +2d and ++2d is only relevant when *editing* the timestamp

Re: [Orgmode] FR: date marking in calendar

2008-03-05 Thread Wanrong Lin
Hi, Bastien, Following your suggestion now I can see a pretty list of scheduled things when I run diary, but I don't see any marking of dates in my calendar buffer. Is there anything I could have missed? Thank you very much. Wanrong Bastien Guerry wrote: Wanrong Lin [EMAIL PROTECTED

[Orgmode] FR: more options in (org-diary)

2008-03-05 Thread Wanrong Lin
Hi, This is branched off from the previous thread FR: date marking in calendar. I got the marking working now with the help from Bastien. My intention was to mark calendar with important hard schedule (appointments) that can not be conflicted with. However, I could not do it with current

[Orgmode] FR: date marking in calendar

2008-03-04 Thread Wanrong Lin
Hi, If I have (setq mark-holidays-in-calendar t), the calendar window will mark all holidays. I am thinking it will be great if we can mark appointments in org-files. Maybe we can have a command to do the following: 1. Find a subset of headlines using the usual todo, or tag-todo search

[Orgmode] Bug: with %%(org-diary) in .diary file, org-mode-hook is not called

2008-03-04 Thread Wanrong Lin
Hi, I was trying Bastien's suggestion for marking dates in calendar, so I put this into my .diary file: %%(org-diary) What I found is after I launch emacs, all my org-agenda files are already open, but my org-mode-hook function was not called, so my key bindings and other stuff was not

Re: [Orgmode] FR: date marking in calendar

2008-03-04 Thread Wanrong Lin
Bastien, Thanks a lot for the suggestion. My appointments are in org files are agenda are marked with a tag, so using diary as you suggested does not work exactly as I wished. But I was not even aware of the existence of org-diary and its usage, maybe I can find some other use of it later

Re: [Orgmode] org-agenda-to-appt

2008-03-01 Thread Wanrong Lin
I do it like this: (run-at-time 0:30am (* 24 3600) 'org-agenda-to-appt) This will call org-agenda-to-appt when emacs starts, and, if you never exit emacs, it will automatically call org-agenda-to-appt at mid-night. Wanrong Richard G Riley wrote: What would be the recommended way to

[Orgmode] FR: Repeated time stamp, jumping from current time

2008-03-01 Thread Wanrong Lin
Hi, Right now we can have a repeated time stamp like this: * TODO Do this every month SCHEDULED: 2008-03-01 Sat +1m If I am late and mark the above done on 2008-03-05, the time stamp will automatically jump to 2008-04-01. This is very useful for things like paying monthly bills. However,

[Orgmode] Re: Bug: Invalid face reference

2008-02-29 Thread Wanrong Lin
More update: In a tag search result buffer, I move the cursor to a tag, and eval (get-text-property (point) 'face), and I get: (org-tag nil). So this nil is causing the problem, but I don't know where it is sneaked in. Wanrong Just some update: I called (org-restart-font-lock) function

[Orgmode] Re: Bug: Invalid face reference

2008-02-29 Thread Wanrong Lin
-faces-in-buffer (after org-no-nil-faces activate) Make sure there are no nil faces (setq ad-return-value (delq nil ad-return-value) Wanrong Lin wrote: Found the bug and fixed it as following (see the comment line marked with WL) - (defun org-agenda-align-tags (optional

[Orgmode] Re: Bug: Invalid face reference

2008-02-29 Thread Wanrong Lin
)) (goto-char (match-beginning 1)) (insert (org-add-props (make-string (max 1 (- c (current-column))) ?\ ) (text-properties-at (point Wanrong Lin wrote: More update: In a tag search result buffer, I move the cursor to a tag, and eval (get-text-property (point) 'face

Re: [Orgmode] Re: Bug: Invalid face reference

2008-02-29 Thread Wanrong Lin
unnecessary - could you please remove it your own setup and test this for a long while? And then report back? Thanks! - Carsten On Feb 29, 2008, at 7:41 PM, Wanrong Lin wrote: Found the bug and fixed it as following (see the comment line marked with WL) - (defun org-agenda-align

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
Bastien Guerry wrote: Carsten Dominik [EMAIL PROTECTED] writes: Yes, but only with this setting will return key be added to the org-mouse-map key map, and be bound to org-open-at-point command under certain contexts (like on the leading stars of a heading). Further, org-open-at-point is

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
Carsten Dominik wrote: Thanks a lot for the suggestions, but manual workaround does not work for me, as I want org to take care of giving me a notification in advance in the agenda buffer. For SCHEDULED and plain active time stamp, I don't think we need to have a default ahead notification

[Orgmode] Re: Bug: Invalid face reference

2008-02-28 Thread Wanrong Lin
I see you're using Windows. What version of Emacs are you running on it? I am using Emacs 22.1. Actually I also tested on Linux (with Emacs 22.1 too), and I saw the same thing. Just some update: I called (org-restart-font-lock) function inside my tag search result buffer,

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
If you can stick to the habit of looking into the next day (especially on the last day in you weekly agenda), that will work. But I am not reliable on that. And sometimes you may need to look ahead more than one day. I want to be lazy and dumb with the help of org. :-) Wanrong I simply

[Orgmode] Re: Active timestamp with notification in advance

2008-02-28 Thread Wanrong Lin
and the next 6 days. (setq org-agenda-start-on-weekday nil) -Bernt Wanrong Lin [EMAIL PROTECTED] writes: If you can stick to the habit of looking into the next day (especially on the last day in you weekly agenda), that will work. But I am not reliable on that. And sometimes you may need to look

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
Yes, this is really an accidental feature by a sequence of events: org-return-follow-link will add org-return to the mouse-map org-mouse.el will activate the stars in a headline I can reproduce the bug, but I have no idea what is causing this, it must be something in the internal setup of

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Wanrong Lin
It *is* puzzling. I have a fix for this. I'm testing it a few days more and will commit it if it works okay. Look forward to it. Although I am trying to get into the habit of using TAB, it won't hurt to have the old way working too. Thanks a lot. Wanrong

[Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-27 Thread Wanrong Lin
Hi, I have the following in my org-mode configuration: (setq org-return-follows-link t) Also, by default my org files are in overview mode (folded) when opened. Usually, if my cursor is at the beginning of a heading, I can use the return key to cycle the visibility of its subtree. However,

[Orgmode] Re: Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-27 Thread Wanrong Lin
search on mytag, in the search result press TAB key to jump to the TODO A Test heading, which should be folded. Press return key and you will see the failure. Do it again and it works. Wanrong Wanrong Lin wrote: Hi, I have the following in my org-mode configuration: (setq org-return

[Orgmode] Bug: Invalid face reference

2008-02-27 Thread Wanrong Lin
Hi, I found something really strange: Whenever I do a search (either tags-todo search, or todo search), as long as the search result contains an entry with tags, the *Messages* buffer will generate a message like this: Invalid face reference: nil [164 times] The number 164 above is just an

Re: [Orgmode] Bug: Invalid face reference

2008-02-27 Thread Wanrong Lin
Bastien wrote: Wanrong Lin [EMAIL PROTECTED] writes: I found something really strange: Whenever I do a search (either tags-todo search, or todo search), as long as the search result contains an entry with tags, the *Messages* buffer will generate a message like this: Invalid face

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-27 Thread Wanrong Lin
Bastien wrote: Wanrong Lin [EMAIL PROTECTED] writes: I have the following in my org-mode configuration: (setq org-return-follows-link t) This is about following links, no (un)folding subtrees... Yes, but only with this setting will return key be added to the org-mouse-map key

Re: [Orgmode] Re: Active timestamp with notification in advance

2008-02-27 Thread Wanrong Lin
Wanrong Lin wrote: Thanks a lot for the suggestions, but manual workaround does not work for me, as I want org to take care of giving me a notification in advance in the agenda buffer. For SCHEDULED and plain active time stamp, I don't think we need to have a default ahead notification

[Orgmode] Misaligned Chinese text in column view

2008-02-22 Thread Wanrong Lin
Hi, Carsten, Occasionally I use some Chinese text in my org files (I am a native Chinese speaker), and I find that in column view lines with Chinese text are misaligned, meaning those | dividers are off to the left by two characters. With fixed width fonts, each Chinese character occupies the

[Orgmode] Re: Misaligned Chinese text in column view

2008-02-22 Thread Wanrong Lin
Hi, Carsten, After more careful measure of the Chinese character width, I found this is most likely a font problem, not org's problem. Please ignore my last post, and sorry for the noise. Wanrong Wanrong Lin wrote: Hi, Carsten, Occasionally I use some Chinese text in my org files (I am

Re: [Orgmode] Highlighting Sparse Tree Leaves

2008-02-21 Thread Wanrong Lin
-of-tree t) 28240d28271 --- Carsten Dominik wrote: On Feb 18, 2008, at 4:19 PM, Wanrong Lin wrote: Using PROJECT as a TODO keyword certainly can work, however, my work flow usually is first quickly mark anything that needs action with TODO

Re: [Orgmode] Logging state change with timestamp, but without note

2008-02-15 Thread Wanrong Lin
to denote taking a note. So #+TODO: TODO(t) WAITING(w@) | DELEGATED DONE CANCELED(c!) would record a note when switching to WAITING, and only a time when switching to CANCELED. - Carsten On Feb 14, 2008, at 3:53 AM, Bastien Guerry wrote: Wanrong Lin [EMAIL PROTECTED] writes: I would like

[Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin
Hi, I am trying to get the quick TODO state switching work. I put the following line as in the online manual in my org file #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d) But when I press C-c C-c, I only see my tags in the selection window. The online manual does not elaborate on this

Re: [Orgmode] Quickly Switch Between TODO States

2008-02-13 Thread Wanrong Lin
Did you try C-c C-t ? ,[ (info (org)TODO basics) ] | The most important commands to work with TODO entries are: | | `C-c C-t' | Rotate the TODO state of the current item among | | ,- (unmarked) - TODO - DONE --. | '' | |

Re: [Orgmode] Timeline not working in 5.20

2008-02-06 Thread Wanrong Lin
I have the same problem, and here is a mini-example that will generate the error Arithmetic range error: floor, -0.0e+NaN , hope it helps. Wanrong - * Human Resources *** TODO Do Employee survey DEADLINE: 2008-02-14 Thu -- Carsten Dominik wrote: Hi Sven, please make a minimal

Re: [Orgmode] Re: BUG?: repeat items disappears in agenda

2008-01-20 Thread Wanrong Lin
I prefer the same way. I wish to have full confidence that anything scheduled but not done will show up in my agenda. Thanks. Wanrong Bernt Hansen wrote: I'm using the agenda to keep my important tasks 'in my face' so they get dealt with. This is normally the only place my repeating tasks

[Orgmode] BUG?: repeat items disappears in agenda

2008-01-18 Thread Wanrong Lin
Hi, Carsten, I am excited to try out the new features in 5.19, but one thing I tried first is to see whether the task disappearing behavior for repeat TODO items has changed. Seems it did not. I am not sure whether this is considered a bug, but in short the symptom is this: Suppose I have a

Re: [Orgmode] org-refile: only works on leaves?

2008-01-16 Thread Wanrong Lin
Carsten Dominik wrote: On Jan 15, 2008, at 8:29 PM, Wanrong Lin wrote: Hi, Carsten, It seems I found the cause of this. I have the following in my emacs config: (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2 (setq org-refile-use-outline-path t) When using org-refile

Re: [Orgmode] org-refile: only works on leaves?

2008-01-15 Thread Wanrong Lin
Carsten Dominik wrote: On Dec 21, 2007, at 8:09 PM, Wanrong Lin wrote: What I meant was: Suppose I have an org file like this: * Level 1 heading *** Level 2 heading With my settings (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2 , when I try to refile an item, I press

[Orgmode] BUG (maybe): org-agenda-repeating-timestamp-show-all does not work?

2008-01-07 Thread Wanrong Lin
Hi, I have some repeating tasks, and I found even with org-agenda-repeating-timestamp-show-all set to t, the task won't show in the agenda if the next occurrence of this repeating task is closer to current time than the overdue occurrence. I am not sure I understand correctly the intension

Re: [Orgmode] org-refile: only works on leaves?

2008-01-03 Thread Wanrong Lin
Carsten Dominik wrote: On Dec 21, 2007, at 8:09 PM, Wanrong Lin wrote: What I meant was: Suppose I have an org file like this: * Level 1 heading *** Level 2 heading With my settings (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2 , when I try to refile an item, I press

[Orgmode] Bug: org-agenda-file-regexp not used in org.el?

2007-12-26 Thread Wanrong Lin
Hi, I am trying to customize the org-agenda-file-regexp variable to exclude those auto backup files starting with #, but found out the regexp does not have any effect on agend file list. And I further found out it seems the variable org-agenda-file-regexp is not used in org.el at all. In

Re: [Orgmode] org-refile: only works on leaves?

2007-12-21 Thread Wanrong Lin
not clear. Thank you very much for taking a look of this. Wanrong Carsten Dominik wrote: Can you please make a more detailed test case and description? I have trouble to gras what exactly you mean. - Carsten On Dec 20, 2007, at 6:09 PM, Wanrong Lin wrote: Hi, Another thing I found out

[Orgmode] org-refile: automatic adjusting levels

2007-12-20 Thread Wanrong Lin
Hi, I am just beginning to use org-refile more often, and found that org-refile does not work right when the refiled item has a level that does not match its target level. Seems in that case the refiled item will always goto the end of the target file. Should org-refile automatically adjust

[Orgmode] org-refile: only works on leaves?

2007-12-20 Thread Wanrong Lin
Hi, Another thing I found out when using org-refile is, it seems the filing target can only be the leaves of the outline tree. The non-leaf target locations will be displayed in the auto-completion buffer, but can not be selected. I have the following settings (setq org-refile-targets

[Orgmode] Re: Blank lines in literal html

2007-12-17 Thread Wanrong Lin
Thanks a lot for looking at this and explaining what is the true cause. Look forward to the fixed version. Wanrong Hi Wanrong, thanks for this patch - it is not the correct fix in this case, it is an issue having to do with the fact that an empty line cannot hold text properties, and that

Re: [Orgmode] New variable request: org-archive-todo-only

2007-12-11 Thread Wanrong Lin
Bastien wrote: Wanrong Lin [EMAIL PROTECTED] writes: In my org file I have a mix of actionable items (TODO items) and informative items (notes, references and etc). Normally I only archive TODO items when they are done, and don't archive informative items (since most of them have some long

[Orgmode] New variable request: org-archive-todo-only

2007-12-10 Thread Wanrong Lin
Hi, In my org file I have a mix of actionable items (TODO items) and informative items (notes, references and etc). Normally I only archive TODO items when they are done, and don't archive informative items (since most of them have some long-term value). So, can we add a new variable to

Re: [Orgmode] Re: Blank lines in literal html

2007-12-09 Thread Wanrong Lin
Bastien wrote: Hi Wanrong, Wanrong Lin [EMAIL PROTECTED] writes: Finally, I decided to learn some elisp debugging techniques and as a practice, it seems I found the bug and fixed it with this patch (against org.el in 5.16b) @@ -24437,7 +24437,7 @@ (when (re-search-backward

[Orgmode] Re: Blank lines in literal html

2007-12-05 Thread Wanrong Lin
. Can Carsten take a look of it and see whether it is OK to check this into the next release? Thanks a lot. Wanrong Wanrong Lin wrote: Hi, Sometimes I use htmlize to convert a section of my buffer into html and then insert it into my org file with #+BEGIN_HTML and #+END_HTML. One thing I

[Orgmode] Blank lines in literal html

2007-12-03 Thread Wanrong Lin
Hi, Sometimes I use htmlize to convert a section of my buffer into html and then insert it into my org file with #+BEGIN_HTML and #+END_HTML. One thing I noticed is the blank lines in the original text is amplified. For example, I have a section like this in my org file: #+BEGIN_HTML pre

Re: [Orgmode] Re: Bug with org-startup-folded?

2007-12-01 Thread Wanrong Lin
what you describe, so my suspicion is that it is still something in you setup. I recommend that you try things with an absolutely minimum setup, and with emacs -Q -- Carsten On 11/30/07, Wanrong Lin [EMAIL PROTECTED] wrote: Bastien wrote: Wanrong Lin [EMAIL PROTECTED] writes

Re: [Orgmode] Re: Bug with org-startup-folded?

2007-12-01 Thread Wanrong Lin
Dominik wrote: Hi Wanrong, unfortunately I am not able to reproduce what you describe, so my suspicion is that it is still something in you setup. I recommend that you try things with an absolutely minimum setup, and with emacs -Q -- Carsten On 11/30/07, Wanrong Lin [EMAIL PROTECTED] wrote

Re: [Orgmode] Re: Bug with org-startup-folded?

2007-11-30 Thread Wanrong Lin
Bastien wrote: Wanrong Lin [EMAIL PROTECTED] writes: (setq org-agenda-file-regexp \\.org\\') (add-to-list 'auto-mode-alist `(,org-agenda-file-regexp . org-mode)) This is weird. Why don't you simply use this: (add-to-list 'auto-mode-alist (\\.org\\' . org-mode)) I did my way

  1   2   >