emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-publish-sitemap-file-entry-format documented despite being obsolete
@ 2024-01-21 14:15 Stefan Kangas
  2024-01-21 14:30 ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2024-01-21 14:15 UTC (permalink / raw)
  To: Org-mode

The variable `org-publish-sitemap-file-entry-format' is documented in
org.org in emacs.git, but that variable is obsolete.  Perhaps it should
be removed and/or updated.


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

* Re: org-publish-sitemap-file-entry-format documented despite being obsolete
  2024-01-21 14:15 org-publish-sitemap-file-entry-format documented despite being obsolete Stefan Kangas
@ 2024-01-21 14:30 ` Ihor Radchenko
  2024-01-21 14:31   ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2024-01-21 14:30 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Org-mode

Stefan Kangas <stefankangas@gmail.com> writes:

> The variable `org-publish-sitemap-file-entry-format' is documented in
> org.org in emacs.git, but that variable is obsolete.  Perhaps it should
> be removed and/or updated.

My grepping through Emacs sources does not show anything:

3 matches total for "org-publish-sitemap-file-entry-format":
2 matches in buffer: org-compat.el<lisp>
    762:(defcustom org-publish-sitemap-file-entry-format "%t"
    772: 'org-publish-sitemap-file-entry-format
1 match in buffer: ORG-NEWS<org-mode>
   4056:*** ~org-publish-sitemap-file-entry-format~ is deprecated

-- 
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] 5+ messages in thread

* Re: org-publish-sitemap-file-entry-format documented despite being obsolete
  2024-01-21 14:30 ` Ihor Radchenko
@ 2024-01-21 14:31   ` Stefan Kangas
  2024-01-22 11:27     ` Ihor Radchenko
  2024-01-31 13:10     ` Ihor Radchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Kangas @ 2024-01-21 14:31 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Org-mode

Ihor Radchenko <yantar92@posteo.net> writes:

> Stefan Kangas <stefankangas@gmail.com> writes:
>
>> The variable `org-publish-sitemap-file-entry-format' is documented in
>> org.org in emacs.git, but that variable is obsolete.  Perhaps it should
>> be removed and/or updated.
>
> My grepping through Emacs sources does not show anything:
>
> 3 matches total for "org-publish-sitemap-file-entry-format":
> 2 matches in buffer: org-compat.el<lisp>
>     762:(defcustom org-publish-sitemap-file-entry-format "%t"
>     772: 'org-publish-sitemap-file-entry-format
> 1 match in buffer: ORG-NEWS<org-mode>
>    4056:*** ~org-publish-sitemap-file-entry-format~ is deprecated

Thanks, I must have grepped the wrong directory.  Sorry for the noise.

BTW, I see the following symbols that are only mentioned once in
emacs.git, so I suspect some of them might be typos.

I fixed a few typos on master in emacs.git already (9364c28959a):

    org-col-cookies
    org-export--populate-ignore-list
    org-latex--org-align-string-tabbing
    org-publish-sitemap-date-format
    org-table-hide-column
    org-table-increment
    org-translate-link-from-planner
    org-try-structure-completion


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

* Re: org-publish-sitemap-file-entry-format documented despite being obsolete
  2024-01-21 14:31   ` Stefan Kangas
@ 2024-01-22 11:27     ` Ihor Radchenko
  2024-01-31 13:10     ` Ihor Radchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2024-01-22 11:27 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Org-mode

Stefan Kangas <stefankangas@gmail.com> writes:

> BTW, I see the following symbols that are only mentioned once in
> emacs.git, so I suspect some of them might be typos.
>
> I fixed a few typos on master in emacs.git already (9364c28959a):
>
>     org-col-cookies
>     org-export--populate-ignore-list
>     org-latex--org-align-string-tabbing
>     org-publish-sitemap-date-format
>     org-table-hide-column
>     org-table-increment
>     org-translate-link-from-planner
>     org-try-structure-completion

Thanks for the heads-up!
It looks like you fixed `org-latex--org-align-string-tabbing', but not
the rest.

I will go through them and see what should be fixed. Not all the
mentions above are obvious to fix.

-- 
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] 5+ messages in thread

* Re: org-publish-sitemap-file-entry-format documented despite being obsolete
  2024-01-21 14:31   ` Stefan Kangas
  2024-01-22 11:27     ` Ihor Radchenko
@ 2024-01-31 13:10     ` Ihor Radchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2024-01-31 13:10 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Org-mode

Stefan Kangas <stefankangas@gmail.com> writes:

> BTW, I see the following symbols that are only mentioned once in
> emacs.git, so I suspect some of them might be typos.
>
> I fixed a few typos on master in emacs.git already (9364c28959a):
>
>     org-col-cookies
>     org-export--populate-ignore-list
>     org-latex--org-align-string-tabbing
>     org-publish-sitemap-date-format
>     org-table-hide-column
>     org-table-increment
>     org-translate-link-from-planner
>     org-try-structure-completion

I addressed everything in a series of commits on Org mode's bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ede8294cf
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4aced687b
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a5e84c2fb
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=75b6f2712
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ad90ff7cb
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f1978ede2
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ee0196e6a
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=28e38a47a
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d4eaf8fe5

-- 
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] 5+ messages in thread

end of thread, other threads:[~2024-01-31 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 14:15 org-publish-sitemap-file-entry-format documented despite being obsolete Stefan Kangas
2024-01-21 14:30 ` Ihor Radchenko
2024-01-21 14:31   ` Stefan Kangas
2024-01-22 11:27     ` Ihor Radchenko
2024-01-31 13:10     ` 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).