emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Special property ITEM without stars [9.1.14]
@ 2018-12-03 22:19 Allen Li
  2018-12-03 22:57 ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-03 22:19 UTC (permalink / raw)
  To: Org Mode List

(I used org-submit-bug-report, but this is a feature request.)

It would be nice to have a special property like ITEM
without the leading stars, which is annoying in, e.g., the agenda column
view.

I imagine that this will be easy to implement.
There may be some UI implications (confusing in some contexts?) and
the property name needs to be chosen.

If this is a bad idea, please let me know.

Emacs  : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.22.24), modified by Debian
Package: Org mode version 9.1.14 (9.1.14-1040-gf33fa9-elpaplus @ mixed
installation! /usr/share/emacs/26.1+gg1+14/lisp/org/ and
/usr/local/google/home/ayatane/.emacs.d/elpa/org-plus-contrib-20181125/)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-03 22:19 Bug: Special property ITEM without stars [9.1.14] Allen Li
@ 2018-12-03 22:57 ` Nicolas Goaziou
  2018-12-04 10:14   ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-03 22:57 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> (I used org-submit-bug-report, but this is a feature request.)
>
> It would be nice to have a special property like ITEM
> without the leading stars, which is annoying in, e.g., the agenda column
> view.
>
> I imagine that this will be easy to implement.
> There may be some UI implications (confusing in some contexts?) and
> the property name needs to be chosen.

This is already the case in master branch.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-03 22:57 ` Nicolas Goaziou
@ 2018-12-04 10:14   ` Allen Li
  2018-12-04 10:19     ` Allen Li
  2018-12-04 10:19     ` Nicolas Goaziou
  0 siblings, 2 replies; 19+ messages in thread
From: Allen Li @ 2018-12-04 10:14 UTC (permalink / raw)
  To: Org Mode List

On Mon, Dec 3, 2018 at 2:57 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Allen Li <darkfeline@felesatra.moe> writes:
>
> > (I used org-submit-bug-report, but this is a feature request.)
> >
> > It would be nice to have a special property like ITEM
> > without the leading stars, which is annoying in, e.g., the agenda column
> > view.
> >
> > I imagine that this will be easy to implement.
> > There may be some UI implications (confusing in some contexts?) and
> > the property name needs to be chosen.
>
> This is already the case in master branch.

Is it not documented?  I'm running a master build, but it's not on the
Special Properties info doc.

Or did you mean ITEM omits the stars?  That doesn't appear to be the
case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master
yesterday.

>
> Regards,
>
> --
> Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-04 10:14   ` Allen Li
@ 2018-12-04 10:19     ` Allen Li
  2018-12-06 14:35       ` Nicolas Goaziou
  2018-12-04 10:19     ` Nicolas Goaziou
  1 sibling, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-04 10:19 UTC (permalink / raw)
  To: Org Mode List

On Tue, Dec 4, 2018 at 2:14 AM Allen Li <darkfeline@felesatra.moe> wrote:
>
> Or did you mean ITEM omits the stars?  That doesn't appear to be the
> case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master
> yesterday.

So org-entry-properties does indeed return ITEM without the leading
stars, but the column view adds them back in.
This includes agenda views, where the stars make less sens out of the
outline context.

Apologies, the issue isn't in the ITEM special property, but how
column view processes it.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-04 10:14   ` Allen Li
  2018-12-04 10:19     ` Allen Li
@ 2018-12-04 10:19     ` Nicolas Goaziou
  1 sibling, 0 replies; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-04 10:19 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> Or did you mean ITEM omits the stars?

Yes, I did.

> That doesn't appear to be the case as of
> 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master yesterday.

Actually, that should be the case since Org 9.0.

Do you have an ECM?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-04 10:19     ` Allen Li
@ 2018-12-06 14:35       ` Nicolas Goaziou
  2018-12-07  5:26         ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-06 14:35 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> On Tue, Dec 4, 2018 at 2:14 AM Allen Li <darkfeline@felesatra.moe> wrote:
>>
>> Or did you mean ITEM omits the stars?  That doesn't appear to be the
>> case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master
>> yesterday.
>
> So org-entry-properties does indeed return ITEM without the leading
> stars, but the column view adds them back in.
> This includes agenda views, where the stars make less sens out of the
> outline context.

We could ignore the level when displaying ITEM in agenda column view. As
a consequence, every item would start with a single star, which is
shorter and still not confusing.

WDYT?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-06 14:35       ` Nicolas Goaziou
@ 2018-12-07  5:26         ` Allen Li
  2018-12-12 16:43           ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-07  5:26 UTC (permalink / raw)
  To: Org Mode List

On Thu, Dec 6, 2018 at 6:35 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> We could ignore the level when displaying ITEM in agenda column view. As
> a consequence, every item would start with a single star, which is
> shorter and still not confusing.

Sounds good to me.

>
> WDYT?
>
> Regards,
>
> --
> Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-07  5:26         ` Allen Li
@ 2018-12-12 16:43           ` Nicolas Goaziou
  2018-12-12 22:50             ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-12 16:43 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> On Thu, Dec 6, 2018 at 6:35 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> We could ignore the level when displaying ITEM in agenda column view. As
>> a consequence, every item would start with a single star, which is
>> shorter and still not confusing.
>
> Sounds good to me.

This is not satisfying, actually. If every item has a single asterisk,
you miss hierarchy between headlines in the same tree.

You can use `org-columns-modify-value-for-display-function' to remove
the asterisks, if needed.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-12 16:43           ` Nicolas Goaziou
@ 2018-12-12 22:50             ` Allen Li
  2018-12-13 14:28               ` Bernt Hansen
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-12 22:50 UTC (permalink / raw)
  To: Org Mode List

On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> This is not satisfying, actually. If every item has a single asterisk,
> you miss hierarchy between headlines in the same tree.

I don't know what you mean.  Hierarchy is not displayed normally in
agenda view anyway, I don't know why displaying it in agenda column
view via the ITEM property is desirable?

>
> You can use `org-columns-modify-value-for-display-function' to remove
> the asterisks, if needed.

Is there a recommended way to set this only for agenda views?  I tried
setting it via the custom settings in org-agenda-custom-commands but
that doesn't work.

>
> Regards,
>
> --
> Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-12 22:50             ` Allen Li
@ 2018-12-13 14:28               ` Bernt Hansen
  2018-12-14  0:52                 ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Bernt Hansen @ 2018-12-13 14:28 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Allen Li <darkfeline@felesatra.moe> writes:

> On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>>
>> This is not satisfying, actually. If every item has a single asterisk,
>> you miss hierarchy between headlines in the same tree.
>
> I don't know what you mean.  Hierarchy is not displayed normally in
> agenda view anyway, I don't know why displaying it in agenda column
> view via the ITEM property is desirable?
>

I use hierarchy in my custom agenda view everyday.  Please do not remove
this feature.

Thanks,
Bernt

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-13 14:28               ` Bernt Hansen
@ 2018-12-14  0:52                 ` Allen Li
  2018-12-14 13:11                   ` Nicolas Goaziou
  2018-12-14 14:36                   ` Bernt Hansen
  0 siblings, 2 replies; 19+ messages in thread
From: Allen Li @ 2018-12-14  0:52 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: Org Mode List

On Thu, Dec 13, 2018 at 6:28 AM Bernt Hansen <bernt@norang.ca> wrote:
>
> Allen Li <darkfeline@felesatra.moe> writes:
>
> > On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> >>
> >> This is not satisfying, actually. If every item has a single asterisk,
> >> you miss hierarchy between headlines in the same tree.
> >
> > I don't know what you mean.  Hierarchy is not displayed normally in
> > agenda view anyway, I don't know why displaying it in agenda column
> > view via the ITEM property is desirable?
> >
>
> I use hierarchy in my custom agenda view everyday.  Please do not remove
> this feature.

Apparently I'm missing something.  How are you using hierarchy in an
agenda view?  Agenda views are flat, e.g.:

  tasks:      TODO [#A] Some task
  tasks:      TODO [#A] Some task
  tasks:      TODO [#A] Some task
  tasks:      TODO Some task
  tasks:      TODO Some task
  tasks:      TODO Some task

If I remember correctly, the reason they're flat is that it generally
doesn't make sense to show the hierarchy because it won't make any
sense.  For example, the following:

* TODO Project A
** Some project A notes
* Project B
** TODO Some task for B

would have this hierarchy in an agenda view if we hypothetically displayed it:

  tasks:      * TODO Project A
  tasks:      ** TODO Some task for B

which I think is confusing at best (but I can believe is useful for
some work flows if you're careful).

>
> Thanks,
> Bernt

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-14  0:52                 ` Allen Li
@ 2018-12-14 13:11                   ` Nicolas Goaziou
  2018-12-14 14:36                   ` Bernt Hansen
  1 sibling, 0 replies; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-14 13:11 UTC (permalink / raw)
  To: Allen Li; +Cc: Bernt Hansen, Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> Apparently I'm missing something.  How are you using hierarchy in an
> agenda view?  Agenda views are flat, e.g.:
>
>   tasks:      TODO [#A] Some task
>   tasks:      TODO [#A] Some task
>   tasks:      TODO [#A] Some task
>   tasks:      TODO Some task
>   tasks:      TODO Some task
>   tasks:      TODO Some task

We are talking about /columns view/ within agenda view, not agenda view
itself. Or so I think.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-14  0:52                 ` Allen Li
  2018-12-14 13:11                   ` Nicolas Goaziou
@ 2018-12-14 14:36                   ` Bernt Hansen
  2018-12-14 20:58                     ` Allen Li
  1 sibling, 1 reply; 19+ messages in thread
From: Bernt Hansen @ 2018-12-14 14:36 UTC (permalink / raw)
  To: Allen Li; +Cc: Org Mode List

Allen Li <darkfeline@felesatra.moe> writes:

> On Thu, Dec 13, 2018 at 6:28 AM Bernt Hansen <bernt@norang.ca> wrote:
>>
>> Allen Li <darkfeline@felesatra.moe> writes:
>>
>> > On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> >>
>> >> This is not satisfying, actually. If every item has a single asterisk,
>> >> you miss hierarchy between headlines in the same tree.
>> >
>> > I don't know what you mean.  Hierarchy is not displayed normally in
>> > agenda view anyway, I don't know why displaying it in agenda column
>> > view via the ITEM property is desirable?
>> >
>>
>> I use hierarchy in my custom agenda view everyday.  Please do not remove
>> this feature.
>
> Apparently I'm missing something.  How are you using hierarchy in an
> agenda view?  Agenda views are flat, e.g.:
>
>   tasks:      TODO [#A] Some task
>   tasks:      TODO [#A] Some task
>   tasks:      TODO [#A] Some task
>   tasks:      TODO Some task
>   tasks:      TODO Some task
>   tasks:      TODO Some task
>
> If I remember correctly, the reason they're flat is that it generally
> doesn't make sense to show the hierarchy because it won't make any
> sense.  For example, the following:
>
> * TODO Project A
> ** Some project A notes
> * Project B
> ** TODO Some task for B
>
> would have this hierarchy in an agenda view if we hypothetically displayed it:
>
>   tasks:      * TODO Project A
>   tasks:      ** TODO Some task for B
>
> which I think is confusing at best (but I can believe is useful for
> some work flows if you're careful).
>


In my custom agenda view for Projects I set 
    (org-tags-match-list-sublevels 'indented)

(Tags have been removed for clarity)

Projects
  Rxxxx:      TODO Rxxxx Some Release
  Rxxxx:      .TODO Some Project
  Rxxxx:      ..TODO Some SubProject
  Rxxxx:      ...NEXT Some Task
  Rxxxx:      .TODO Another Project
  Rxxxx:      ..TODO Another Subproject
  Rxxxx:      ...TODO Another Subproject
  Rxxxx:      ....NEXT Another Task
  Rxxxx:      ..TODO Another Subproject [2/6]

which matches my actual tasks in Development.org

#+TITLE: Development
* TODO Rxxxx Some Release
** TODO Some Project
*** TODO Some Subproject
**** NEXT Some Task
** TODO Another Project
*** TODO Another Subproject
**** TODO Another Subproject
***** NEXT Another Task
*** TODO Another Subproject [2/6]
...


Regards,
Bernt

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-14 14:36                   ` Bernt Hansen
@ 2018-12-14 20:58                     ` Allen Li
  2018-12-18 11:18                       ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-14 20:58 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: Org Mode List

On Fri, Dec 14, 2018 at 6:36 AM Bernt Hansen <bernt@norang.ca> wrote:
>
>
> In my custom agenda view for Projects I set
>     (org-tags-match-list-sublevels 'indented)

Good to know, although I see that setting
org-tags-match-list-sublevels to anything other than t is
semi-obsolete.

However, we are talking mostly about how the columns view in the
agenda works, not the agenda itself.

It is odd from a user standpoint that the agenda view deliberately
hides the hierarchy, while the column view adds the hierarchy back in.

Perhaps the stars should only be shown if
org-tags-match-list-sublevels is set to indented, so that the agenda
view matches
the column view with respect to showing hierarchy?  I personally stand
by Org mode's default stance that there's no point in
 showing hierarchy in agenda view.  Some people like Bernt have
workflows that do use hierarchy in agenda view, and that's fine.
But let us be consistent about it.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-14 20:58                     ` Allen Li
@ 2018-12-18 11:18                       ` Nicolas Goaziou
  2018-12-19  3:12                         ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-18 11:18 UTC (permalink / raw)
  To: Allen Li; +Cc: Bernt Hansen, Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> Perhaps the stars should only be shown if
> org-tags-match-list-sublevels is set to indented, so that the agenda
> view matches
> the column view with respect to showing hierarchy?

I don't think it makes sense since the aforementioned variable is not
related to columns view.

> I personally stand by Org mode's default stance that there's no point
> in showing hierarchy in agenda view. Some people like Bernt have
> workflows that do use hierarchy in agenda view, and that's fine. But
> let us be consistent about it.

I removed stars from columns view in Agenda mode, in master branch.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-18 11:18                       ` Nicolas Goaziou
@ 2018-12-19  3:12                         ` Allen Li
  2018-12-19 14:10                           ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-19  3:12 UTC (permalink / raw)
  To: Allen Li, Bernt Hansen, Org Mode List

On Tue, Dec 18, 2018 at 3:18 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Allen Li <darkfeline@felesatra.moe> writes:
>
> > Perhaps the stars should only be shown if
> > org-tags-match-list-sublevels is set to indented, so that the agenda
> > view matches
> > the column view with respect to showing hierarchy?
>
> I don't think it makes sense since the aforementioned variable is not
> related to columns view.
>
> > I personally stand by Org mode's default stance that there's no point
> > in showing hierarchy in agenda view. Some people like Bernt have
> > workflows that do use hierarchy in agenda view, and that's fine. But
> > let us be consistent about it.
>
> I removed stars from columns view in Agenda mode, in master branch.

Okay, thanks.  I guess we can see how this works out with respect to users
like Brent using org-tags-match-list-sublevels or otherwise using hierarchy.

>
> Regards,
>
> --
> Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-19  3:12                         ` Allen Li
@ 2018-12-19 14:10                           ` Nicolas Goaziou
  2018-12-19 19:30                             ` Allen Li
  0 siblings, 1 reply; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-19 14:10 UTC (permalink / raw)
  To: Allen Li; +Cc: Bernt Hansen, Org Mode List

Hello,

Allen Li <darkfeline@felesatra.moe> writes:

> Okay, thanks.  I guess we can see how this works out with respect to users
> like Brent using org-tags-match-list-sublevels or otherwise using
> hierarchy.

On second thought, this may not be a good idea, especially on master
branch, which is close from being released.

As suggested before, you ought to use
`org-columns-modify-value-for-display-function' instead. This is
probably the cleanest way to solve the current issue.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-19 14:10                           ` Nicolas Goaziou
@ 2018-12-19 19:30                             ` Allen Li
  2018-12-19 20:36                               ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Allen Li @ 2018-12-19 19:30 UTC (permalink / raw)
  To: Allen Li, Bernt Hansen, Org Mode List

On Wed, Dec 19, 2018 at 6:11 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
> Hello,
>
> Allen Li <darkfeline@felesatra.moe> writes:
>
> > Okay, thanks.  I guess we can see how this works out with respect to users
> > like Brent using org-tags-match-list-sublevels or otherwise using
> > hierarchy.
>
> On second thought, this may not be a good idea, especially on master
> branch, which is close from being released.
>
> As suggested before, you ought to use
> `org-columns-modify-value-for-display-function' instead. This is
> probably the cleanest way to solve the current issue.

I have worked around this locally, but I hope we can revisit this later since
it makes Org mode's user interface better.

Does it make sense for Org mode to keep a separate release branch so
new features can be worked on while a release is prepared (like how I
think Emacs does it)?

>
> Regards,
>
> --
> Nicolas Goaziou

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Bug: Special property ITEM without stars [9.1.14]
  2018-12-19 19:30                             ` Allen Li
@ 2018-12-19 20:36                               ` Nicolas Goaziou
  0 siblings, 0 replies; 19+ messages in thread
From: Nicolas Goaziou @ 2018-12-19 20:36 UTC (permalink / raw)
  To: Allen Li; +Cc: Bernt Hansen, Org Mode List

Allen Li <darkfeline@felesatra.moe> writes:

> I have worked around this locally, but I hope we can revisit this later since
> it makes Org mode's user interface better.

I'm not totally convinced about that.

> Does it make sense for Org mode to keep a separate release branch so
> new features can be worked on while a release is prepared (like how I
> think Emacs does it)?

This is what "next" branch is about.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-12-19 20:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 22:19 Bug: Special property ITEM without stars [9.1.14] Allen Li
2018-12-03 22:57 ` Nicolas Goaziou
2018-12-04 10:14   ` Allen Li
2018-12-04 10:19     ` Allen Li
2018-12-06 14:35       ` Nicolas Goaziou
2018-12-07  5:26         ` Allen Li
2018-12-12 16:43           ` Nicolas Goaziou
2018-12-12 22:50             ` Allen Li
2018-12-13 14:28               ` Bernt Hansen
2018-12-14  0:52                 ` Allen Li
2018-12-14 13:11                   ` Nicolas Goaziou
2018-12-14 14:36                   ` Bernt Hansen
2018-12-14 20:58                     ` Allen Li
2018-12-18 11:18                       ` Nicolas Goaziou
2018-12-19  3:12                         ` Allen Li
2018-12-19 14:10                           ` Nicolas Goaziou
2018-12-19 19:30                             ` Allen Li
2018-12-19 20:36                               ` Nicolas Goaziou
2018-12-04 10:19     ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).