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-14 Wed 11:45]
  :END:
  :LOGBOOK:
  - State "DONE"   from "TODO"   [2020-10-14 Wed 11:45]
  :END:

But then if you run "org-agenda-undo" immediately in the agenda buffer, the
task did not revert back to the original, instead, only the "LOGBOOK" part
is gone, so it becomes this:

* TODO My weekly task
  SCHEDULED: <2020-10-21 Wed +1w>
  :PROPERTIES:
  :LAST_REPEAT: [2020-10-14 Wed 11:45]
  :END:

I don't think that's what people would expect from "org-agenda-undo", so it
seems a bug to me.

This bug is also in orgmode 6.3.7, so likely has been there for a long time.

Thanks for looking into this.

Warren


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

2017-09-12 Thread Warren Lynn
Hi Eric:

The change of "-" to "--" actually fixed the issue!. Thanks.

It would be nice though if the single "-" also works just like in org
agenda, and I don't need to worry about missing one hyphen. But I am happy
now. :-)

Warren

On Mon, Sep 11, 2017 at 9:59 AM, Eric S Fraga <esfli...@gmail.com> 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 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 puts one entry for the starting date, which neither
> > correctly reflects the task nor be consistent with the daily org agenda
> > view.
>
> Not sure whether this helps or not but a period is specified using two
> hyphen characters: <...>--<...>
>
> --
> : Eric S Fraga via Emacs 24.5.1, Org release_9.1-57-gc6e563
>


[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 puts one entry for the starting date, which neither
correctly reflects the task nor be consistent with the daily org agenda
view.

Thanks for looking into it.

Warren


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
Thanks. I have been using org mode for probably over 10 years, but did not
keep checking the messages.

The feature is very useful to me. Do you have any suggestion how to
replicate this with an agenda view (with skipped empty days, especially)?
Thanks.

On Fri, Nov 4, 2016 at 2:38 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Warren Lynn <wrn.l...@gmail.com> 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
> > Friday. But only one line is in the timeline, for "2016-11-04"
> > only. This behavior will make user have doubts when checking a date in
> the
> > timeline.
> >
> > BTW: if we change the above file into the following:
> >
> > * TODO A weekly task
> >   SCHEDULED: <2016-11-04 Fri +1w>
> > * TODO Some other task in next week.
> >   SCHEDULED: <2016-11-11 Fri>
> >
> > Then orgline WILL show the repeat task for "2016-11-11".
>
> Org Timeline is pretty much deprecated. Carsten pointed out its
> limitations years ago already (I cannot find the references on the ML,
> tho).
>
> I suggest to stay away from this feature, which ought to be removed at
> some point. You can probably obtain the same feature with an agenda view
> restricted to buffer.
>
> Regards,
>
> --
> Nicolas Goaziou
>


[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 date in the
timeline.

BTW: if we change the above file into the following:

* TODO A weekly task
  SCHEDULED: <2016-11-04 Fri +1w>
* TODO Some other task in next week.
  SCHEDULED: <2016-11-11 Fri>

Then orgline WILL show the repeat task for "2016-11-11".

-

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.



Emacs  : GNU Emacs 24.5.1 (x86_64-w64-mingw32)
 of 2015-05-16 on KAEL
Package: Org mode version 9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)


[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 <wrn.l...@gmail.com> 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
>


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 <m...@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Warren Lynn <wrn.l...@gmail.com> writes:
>
> > Just get an error message:
> > propertize: Symbol's function definition is void: org-get-priority-face
> >
> > It used to work in 8.2.10
>
> You may have a mixed installation. I do not see any error here.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>