Bug: org-agenda-undo does not work with repeated tasks [9.4]

2020-10-14 Thread Warren Lynn
With org-mode 9.4, if you have a repeated task like this: * TODO My weekly task SCHEDULED: <2020-10-14 Wed +1w> In daily agenda, if you mark the task done, which will cause the above to change into: * TODO My weekly task SCHEDULED: <2020-10-21 Wed +1w> :PROPERTIES: :LAST_REPEAT: [2020-10

Re: [O] SCHEDULE duration not honored in iCalender export

2017-09-12 Thread Warren Lynn
9:59 AM, Eric S Fraga wrote: > On Monday, 11 Sep 2017 at 14:29, Warren Lynn wrote: > > Emacs 24.5.1, Org-mode 9.1, Windows 7 > > > > If I have task like this: > > * Spring break > >SCHEDULED: <2018-03-30 Fri>-<2018-04-06 Fri> > > > > I wou

[O] SCHEDULE duration not honored in iCalender export

2017-09-11 Thread Warren Lynn
Emacs 24.5.1, Org-mode 9.1, Windows 7 If I have task like this: * Spring break SCHEDULED: <2018-03-30 Fri>-<2018-04-06 Fri> I would see "Spring break" listed in the daily agenda for each day between the starting and ending date in the "SCHEDULED" line. However, the exported ".ics" file only pu

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-07 Thread Warren Lynn
Goaziou wrote: > Hello, > > Warren Lynn writes: > > > With a simple org file of just one entry as below: > > > > * TODO A weekly task > > SCHEDULED: <2016-11-04 Fri +1w> > > > > If I run org-timeline, I expect to see this task show up on every

[O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-04 Thread Warren Lynn
With a simple org file of just one entry as below: * TODO A weekly task SCHEDULED: <2016-11-04 Fri +1w> If I run org-timeline, I expect to see this task show up on every Friday. But only one line is in the timeline, for "2016-11-04" only. This behavior will make user have doubts when checking a

Re: [O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
Hi Nicolas: Indeed mixed installation was the problem. I fixed that and it works now. Thanks for pointing it out! Warren On Sat, Oct 24, 2015 at 11:51 AM, Nicolas Goaziou wrote: > Hello, > > Warren Lynn writes: > > > Just get an error message: > > propertize: Symbol&

[O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
Just get an error message: propertize: Symbol's function definition is void: org-get-priority-face It used to work in 8.2.10

Re: [O] org-agenda-columns does not work with org 8.3.2

2015-10-24 Thread Warren Lynn
It seems many org-columns functions are broken. org-columns does not work either. On Fri, Oct 23, 2015 at 9:25 PM, Warren Lynn wrote: > Just get an error message: > propertize: Symbol's function definition is void: org-get-priority-face > > It used to work in 8.2.10 >