Re: [O] clock-in task is not highlighted in agenda view

2012-12-12 Thread Liang Wang
Hi Bastien, On Wed, Dec 12, 2012 at 7:04 AM, Bastien wrote: > > Hi Liang, > > Liang Wang writes: > > > When I press 'I' to clock-in task in agenda view, the line of that > > task is not highlighted any more. > > Just to confirm this has been fixed.

[O] clock-in task is not highlighted in agenda view

2012-10-10 Thread Liang Wang
Hi, When I press 'I' to clock-in task in agenda view, the line of that task is not highlighted any more. After git bisect, I find that this problem occurs since commit d43f7eb org-agenda.el: Make sure to get a property from (1- (point-max)), not (point-max)). After I refresh the agenda view, the

Re: [O] a line in BEGIN_SRC/END_SRC block disappeared when publishing

2012-06-01 Thread Liang Wang
Hi Bastien, On Fri, Jun 1, 2012 at 9:01 PM, Bastien wrote: > Hi Liang, > > Liang Wang writes: > >> #+BEGIN_SRC emacs-lisp >>   (eval-after-load 'yasnippet >>     '(yas/define-snippets >>      'org-mode >>      '(("elisp" &q

[O] a line in BEGIN_SRC/END_SRC block disappeared when publishing

2012-05-30 Thread Liang Wang
Hi, When I publish an article with code block as following, the last line disappeared. From manual, the comma before # is the way to quote #. But it seems that it doesn't work. Is it a bug? I use 7.8.11 release tarball. #+BEGIN_SRC emacs-lisp (eval-after-load 'yasnippet '(yas/define-snip

[Orgmode] Re: start-day is lost in clock report mode and log mode of custom agenda view

2010-11-07 Thread Liang Wang
Liang Wang gmail.com> writes: > > > Hi, > > I have a custom agenda view like this, > > ("g" "Calendar" > ((agenda "" ((org-agenda-ndays 1) > (org-deadline-warning-days 7) > > Wh

[Orgmode] start-day is lost in clock report mode and log mode of custom agenda view

2010-11-07 Thread Liang Wang
Hi, I have a custom agenda view like this, ("g" "Calendar" ((agenda "" ((org-agenda-ndays 1) (org-deadline-warning-days 7) When I press R to show clock report or l to show log mode, it always goes to today. So I get information about today but this is

[Orgmode] clock report shows link literally?

2010-11-05 Thread Liang Wang
Hi, After I upgrade orgmode to latest version, clock report shows link text literally. For example, [[file:/home/liang/gtd/todo.org::Task... Unfortunately, in this way, I can not see what this task actually is. I have to temporarily disable link in clock report. Is this desired behavior or

[Orgmode] Re: Tiny font in org-agenda-columns when using emacs --daemon

2010-07-15 Thread Liang Wang
Jakob Lombacher lombacher.net> writes: > > Hi, > > When I start emacs as daemon "emacs --daemon" and than attache a > client to it, the org-agenda-columns view appears in a very tiny font. > If I start emacs "normally" the view appears in standard font size. > > I found out that the "Org Colu