* Doubt about writing before PROPERTIES
@ 2024-06-06 8:45 Kepa
2024-06-06 9:19 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Kepa @ 2024-06-06 8:45 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
Hi
I would like to know if this "syntax" is ok or if I shouldn't write anything in the first line after a headline:
EXAMPLE 1:
** PROY CLIENT
DEADLINE: <2024-07-03 mi.> (26 weeks excluding week 52, ready)
:PROPERTIES:
:DIR: c:/CLIENT
:END:
ETC
*** ETC
EXAMPLE 2:
** PROY CLIENT
DEADLINE: <2024-07-03 mi.>
(26 weeks excluding week 52, ready)
:PROPERTIES:
:DIR: c:/CLIENT
:END:
ETC
*** ETC
Best regards
[-- Attachment #2: Type: text/html, Size: 3211 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Doubt about writing before PROPERTIES
2024-06-06 8:45 Doubt about writing before PROPERTIES Kepa
@ 2024-06-06 9:19 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-06-06 9:19 UTC (permalink / raw)
To: Kepa; +Cc: emacs-orgmode
Kepa <gnu.cognition199@slmails.com> writes:
> I would like to know if this "syntax" is ok or if I shouldn't write anything in the first line after a headline:
>
> EXAMPLE 1:
>
> ** PROY CLIENT
> DEADLINE: <2024-07-03 mi.> (26 weeks excluding week 52, ready)
> :PROPERTIES:
This will happen to work, but I do not recommend.
> ...
> ** PROY CLIENT
> DEADLINE: <2024-07-03 mi.>
> (26 weeks excluding week 52, ready)
> :PROPERTIES:
This will invalidate property drawer.
(M-x lint will warn you about the second example)
--
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] 2+ messages in thread
end of thread, other threads:[~2024-06-06 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 8:45 Doubt about writing before PROPERTIES Kepa
2024-06-06 9:19 ` 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).