Re: Incompatible changes regarding link

2019-12-06 Thread Kiwon Um
On Fri, Dec 6, 2019 at 10:10 PM Nicolas Goaziou wrote: > > Kiwon Um writes: > > > I didn't know what the issue in the past interpretation was, but I am > > just not sure whether it's a good idea to enforce that we must use > > such a special character, which

Re: Incompatible changes regarding link

2019-12-06 Thread Kiwon Um
Hello, Thank you for the reply. On Fri, Dec 6, 2019 at 9:33 PM Nicolas Goaziou wrote: > Kiwon Um writes: > > > I just noticed that the recent updates regarding the bracket link escaping > > syntax seem to have an issue. > > > > Does anybody happen to know how to

Incompatible changes regarding link

2019-12-06 Thread Kiwon Um
Hello, I just noticed that the recent updates regarding the bracket link escaping syntax seem to have an issue. Does anybody happen to know how to put a pair of [] around a link without using "zero width space" or something similar? For example, [[[https://somewhere-to-url][My Link]]] does not

[O] inherited-tags problem in agenda

2013-01-20 Thread Kiwon Um
). This problem is not in the release_7.9.2. Thanks. -- Kiwon Um

[O] org-with-wide-buffer error

2011-03-07 Thread Kiwon Um
) org-agenda-todo(nil) call-interactively(org-agenda-todo nil nil) Tested in Emacs 23.3.1, org-mode vc SHA1 ID: b969081ebd0da2711f1006fec39e04fe4a90ef71 -- Kiwon Um Ph.D. candidate Interactive 3D Media Lab Department of Computer and Radio Communications Engineering College of Information

Re: [O] org-with-wide-buffer error

2011-03-07 Thread Kiwon Um
David Maus dm...@ictsoc.de writes: At Mon, 07 Mar 2011 17:06:53 +0100, Bastien wrote: Hi Kiwon, Kiwon Um um.ki...@gmail.com writes: This is a bug report for the latest (git) orgmode. When I call org-todo or org-agenda-todo it reports the following: Debugger entered--Lisp error

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Kiwon Um
in the non-agenda buffer. (interactive) (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) (when agenda-window (with-selected-window agenda-window (org-agenda-redo) (run-at-time nil 300 'kiwon/org-agenda-redo-in-other-window) -- Kiwon Um

[Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Kiwon Um
Dear org users, The recent function for showing current time in agenda view is quite cool. I have a question about it. When the agenda view is being shown, is there any way to refresh it automatically so that makes the current time line always recent? Thanks. -- Kiwon Um

[Orgmode] New clocktable code bug

2010-11-08 Thread Kiwon Um
code, 2010-11-09 06:26:47. Thanks. -- Kiwon Um ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Searching the closest time-stamp and pose to its heading

2010-11-06 Thread Kiwon Um
want to write elisp codes moving the cursor to the Item2 heading. I would really appreciate it if you could give any codes or information for this. Thanks. Sincerely, Kiwon Um ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] org-clock mode-line format configuration

2010-01-27 Thread Kiwon Um
Carsten Dominik carsten.domi...@gmail.com writes: On Jan 26, 2010, at 11:00 AM, Kiwon Um wrote: Dear orgmode dev team: When the clock is started on an item, the item is shown on the mode line. But the string on the mode line just shows the raw string of the item, so sometimes it looks ugly

Re: [Orgmode] org-clock mode-line format configuration

2010-01-27 Thread Kiwon Um
Carsten Dominik carsten.domi...@gmail.com writes: On Jan 27, 2010, at 10:25 AM, Kiwon Um wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Jan 26, 2010, at 11:00 AM, Kiwon Um wrote: Dear orgmode dev team: When the clock is started on an item, the item is shown on the mode line

Re: [Orgmode] org-clock mode-line format configuration

2010-01-27 Thread Kiwon Um
Carsten Dominik carsten.domi...@gmail.com writes: Hi Um, not, the result value has to be a string. Hi Carsten, hmmm... If you are right, it's an easy problem as long as I'm able to know the variable name containing the string for the mode line at the moment, isn't it? Kiwon Um

Re: [Orgmode] org-clock mode-line format configuration

2010-01-27 Thread Kiwon Um
2010/1/27 Carsten Dominik carsten.domi...@gmail.com: On Jan 27, 2010, at 2:33 PM, Kiwon Um wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Um, not, the result value has to be a string. Hi Carsten, hmmm... If you are right, it's an easy problem as long as I'm able to know

[Orgmode] org-clock mode-line format configuration

2010-01-26 Thread Kiwon Um
. using (replace-regexp-in-string \\[\\[.*\\]\\[\\(.*\\)\\]\\] \\1 str) Sincerely, Kiwon Um ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode