emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Dates in headlines
@ 2022-06-28  9:06 Ypo
  2022-06-28 21:13 ` Jean Louis
  2022-06-28 23:23 ` Samuel Wales
  0 siblings, 2 replies; 6+ messages in thread
From: Ypo @ 2022-06-28  9:06 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

I think I've read somewhere that it is a "bad practice" to use dates in 
headlines, is it correct? I haven't found it in the manual.

Like:

**** <2022-06-29 mi. 10:30> Meeting

Best regards

[-- Attachment #2: Type: text/html, Size: 602 bytes --]

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

* Re: Dates in headlines
  2022-06-28  9:06 Dates in headlines Ypo
@ 2022-06-28 21:13 ` Jean Louis
  2022-06-28 23:23 ` Samuel Wales
  1 sibling, 0 replies; 6+ messages in thread
From: Jean Louis @ 2022-06-28 21:13 UTC (permalink / raw)
  To: Ypo; +Cc: Org-mode, Emacs-orgmode

On 2022-06-28 12:06, Ypo wrote:
> I think I've read somewhere that it is a "bad practice" to use dates
> in headlines, is it correct? I haven't found it in the manual.
> 
> Like:
> 
> **** <2022-06-29 mi. 10:30> Meeting
> 
> Best regards

In many of my notes I use dates in titles of the section. Note creation 
is not always equal to date to which not relates. When it is useful, use 
it.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/


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

* Re: Dates in headlines
  2022-06-28  9:06 Dates in headlines Ypo
  2022-06-28 21:13 ` Jean Louis
@ 2022-06-28 23:23 ` Samuel Wales
  2022-06-29 18:11   ` Ypo
  2022-10-06 10:04   ` What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines] Alain.Cochard
  1 sibling, 2 replies; 6+ messages in thread
From: Samuel Wales @ 2022-06-28 23:23 UTC (permalink / raw)
  To: Ypo; +Cc: Org-mode

this iirc has been obsolete for many years and ime and on ml never was
an issue.  i tried to find out why it was mentioned but did not find
anything.  it might have been an ambiguity in the manual to do with
active tses like in your example?  e.g. the agenda will remove the
active ts at least in certain cases, but that is a deliberate feature.

i successfully rely on inactive as below.  they are sorted by the ts.
a capture template inserts them.

much better than date trees for my case.  always show, sorted at
bottom, no hierarchy, nothing out of sync, can scan and bisect to find
an entry or get a sense of number, can change a ts and sort again,
looks the same in the agenda, etc.


***** LOG [2021-07-01 Thu] vulcans mediating with klingons
***** LOG [2021-06-28 Mon 15:44] brawl.  scottie of course :(.
***** LOG [2021-06-28 Mon 15:44] hauled away AS garbage?
***** LOG [2021-06-28 Mon 15:44] klingons said garbage scow


On 6/28/22, Ypo <ypuntot@gmail.com> wrote:
> I think I've read somewhere that it is a "bad practice" to use dates in
> headlines, is it correct? I haven't found it in the manual.
>
> Like:
>
> **** <2022-06-29 mi. 10:30> Meeting
>
> Best regards
>


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


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

* Re: Dates in headlines
  2022-06-28 23:23 ` Samuel Wales
@ 2022-06-29 18:11   ` Ypo
  2022-10-06 10:04   ` What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines] Alain.Cochard
  1 sibling, 0 replies; 6+ messages in thread
From: Ypo @ 2022-06-29 18:11 UTC (permalink / raw)
  To: Samuel Wales, Jean Louis; +Cc: Org-mode

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

Thanks, Jean and Samuel, I will keep using them without remorse then :-)

Best regards!



El 28/06/2022 a las 23:13, Jean Louis escribió:
 > On 2022-06-28 12:06, Ypo wrote:
 >> I think I've read somewhere that it is a "bad practice" to use dates
 >> in headlines, is it correct? I haven't found it in the manual.
 >>
 >> Like:
 >>
 >> **** <2022-06-29 mi. 10:30> Meeting
 >>
 >> Best regards
 >
 > In many of my notes I use dates in titles of the section. Note 
creation is not always equal to date to which not relates. When it is 
useful, use it.

El 29/06/2022 a las 1:23, Samuel Wales escribió:
> this iirc has been obsolete for many years and ime and on ml never was
> an issue.  i tried to find out why it was mentioned but did not find
> anything.  it might have been an ambiguity in the manual to do with
> active tses like in your example?  e.g. the agenda will remove the
> active ts at least in certain cases, but that is a deliberate feature.
>
> i successfully rely on inactive as below.  they are sorted by the ts.
> a capture template inserts them.
>
> much better than date trees for my case.  always show, sorted at
> bottom, no hierarchy, nothing out of sync, can scan and bisect to find
> an entry or get a sense of number, can change a ts and sort again,
> looks the same in the agenda, etc.
>
>
> ***** LOG [2021-07-01 Thu] vulcans mediating with klingons
> ***** LOG [2021-06-28 Mon 15:44] brawl.  scottie of course :(.
> ***** LOG [2021-06-28 Mon 15:44] hauled away AS garbage?
> ***** LOG [2021-06-28 Mon 15:44] klingons said garbage scow
>
>
> On 6/28/22, Ypo<ypuntot@gmail.com>  wrote:
>> I think I've read somewhere that it is a "bad practice" to use dates in
>> headlines, is it correct? I haven't found it in the manual.
>>
>> Like:
>>
>> **** <2022-06-29 mi. 10:30> Meeting
>>
>> Best regards
>>

[-- Attachment #2: Type: text/html, Size: 2726 bytes --]

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

* What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines]
  2022-06-28 23:23 ` Samuel Wales
  2022-06-29 18:11   ` Ypo
@ 2022-10-06 10:04   ` Alain.Cochard
  2022-10-07  4:05     ` Ihor Radchenko
  1 sibling, 1 reply; 6+ messages in thread
From: Alain.Cochard @ 2022-10-06 10:04 UTC (permalink / raw)
  To: Samuel Wales; +Cc: Ypo, Org-mode

Samuel Wales writes on Tue 28 Jun 2022 16:23:

 > [inactive timestamps] much better than date trees for my case.

Reading this, I tried to find out what a date tree is.

The manual says (in 10.1.3.1):

   A date tree is an outline structure with years on the highest
   level, months or ISO weeks as sublevels and then dates on the
   lowest level.

which I don't understand.  Could I be provided with a simple example
of a date tree?

Also, in the manual, the 'Main index' has the entry:

   * date tree: Using capture.  

but, if I follow the link, I end up in 10.1.2, in a paragraph about
'M-x org-capture' and I don't see the relevance with date trees.

Regards.


-- 
EOST (École et Observatoire des Sciences de la Terre) 
ITE (Institut Terre & Environnement) | alain.cochard@unistra.fr
5 rue René Descartes   [bureau 106]  | Phone: +33 (0)3 68 85 50 44 
F-67084 Strasbourg Cedex, France     | [ slot available for rent ]



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

* Re: What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines]
  2022-10-06 10:04   ` What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines] Alain.Cochard
@ 2022-10-07  4:05     ` Ihor Radchenko
  0 siblings, 0 replies; 6+ messages in thread
From: Ihor Radchenko @ 2022-10-07  4:05 UTC (permalink / raw)
  To: alain.cochard; +Cc: Samuel Wales, Ypo, Org-mode

Alain.Cochard@unistra.fr writes:

> Samuel Wales writes on Tue 28 Jun 2022 16:23:
>
>  > [inactive timestamps] much better than date trees for my case.
>
> Reading this, I tried to find out what a date tree is.
>
> The manual says (in 10.1.3.1):
>
>    A date tree is an outline structure with years on the highest
>    level, months or ISO weeks as sublevels and then dates on the
>    lowest level.
>
> which I don't understand.  Could I be provided with a simple example
> of a date tree?

Indeed. Thanks for the heads-up!
Added on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eece396db88e5793c994825fcb1f75d13091ee5c

> Also, in the manual, the 'Main index' has the entry:
>
>    * date tree: Using capture.  
>
> but, if I follow the link, I end up in 10.1.2, in a paragraph about
> 'M-x org-capture' and I don't see the relevance with date trees.

Fixed. Now the index entry points to Capture template elements section.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9ef449224bc532f5cb2d0bc95cce0bb4a43c73bf

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

end of thread, other threads:[~2022-10-07  4:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  9:06 Dates in headlines Ypo
2022-06-28 21:13 ` Jean Louis
2022-06-28 23:23 ` Samuel Wales
2022-06-29 18:11   ` Ypo
2022-10-06 10:04   ` What is a "date tree"? (find manual unclear) [was: Re: Dates in headlines] Alain.Cochard
2022-10-07  4:05     ` Ihor Radchenko

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).