[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] New feature? Remove duplicate subheadings, preserving order
From: |
Nicolas Goaziou |
Subject: |
Re: [O] New feature? Remove duplicate subheadings, preserving order |
Date: |
Mon, 01 Jan 2018 19:26:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Allen Li <address@hidden> writes:
> Org mode is fundamentally an outliner, and one often makes lists with
> an outliner. Filtering out duplicates from a list seems to me like a
> common need.
AFAIK, this is the first time this need is expressed on this ML. There
is no equivalent in "org-list.el" either.
Anyway, I'm not questioning the usefulness of the feature in your
workflow. AIUI, in your implementation, duplicates are headlines with
the same title, but without considering TODO keyword, priority, comment
status, tags or contents. So,
* DONE Summary :Alice:
* TODO Summary :Bob:
are duplicates. Isn't it a bit too tolerant? We may be able to find
a more general function that still suits you.
> I wrote such a command to support some of my work flows, and I posted
> this here because I think there is a possibility that other Org users
> might also find it useful.
You didn't answer to any of my suggestions, tho. Are they fundamentally
wrong? I.e., wouldn't warning instead of deleting more useful? Or would
it make more sense to include contents when looking for duplicates ? In
the latter case, maybe a prefix argument could toggle headline check and
full check.
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Marcin Borkowski, 2018/01/01
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Nicolas Goaziou, 2018/01/01
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Allen Li, 2018/01/01
- Re: [O] New feature? Remove duplicate subheadings, preserving order,
Nicolas Goaziou <=
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Allen Li, 2018/01/01
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Adam Porter, 2018/01/01
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Allen Li, 2018/01/02
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Robert Horn, 2018/01/02
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Allen Li, 2018/01/02
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Nick Dokos, 2018/01/02
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Allen Li, 2018/01/02
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Adam Porter, 2018/01/03
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Adam Porter, 2018/01/03
- Re: [O] New feature? Remove duplicate subheadings, preserving order, Ihor Radchenko, 2018/01/03