From: Kyle Meyer <kyle@kyleam.com> To: Titus von der Malsburg <malsburg@posteo.de> Cc: emacs-orgmode@gnu.org Subject: [PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via `org-hidden-keywords' Date: Mon, 16 Nov 2020 00:33:18 -0500 Message-ID: <87r1otvpb5.fsf@kyleam.com> (raw) In-Reply-To: <87blg2o5v8.fsf@posteo.de> Titus von der Malsburg writes: > Subject: [PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via > `org-hidden-keywords' > > * lisp/org.el: Allow users to include 'subtitle in > `org-hidden-keywords' to hide #+SUBTITLE: keyword. > > This way #+SUBTITLE is treated like similar keywords for title, date, > e-mail, and author. Thanks, sounds good. > --- > lisp/org.el | 1 + > 1 file changed, 1 insertion(+) Could you add an entry to ORG-NEWS? > diff --git a/lisp/org.el b/lisp/org.el > index 73b270712..0d2fbddda 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -3573,6 +3573,7 @@ appear in the buffer without the initial \"#+TITLE:\" part." > :type '(set (const :tag "#+AUTHOR" author) > (const :tag "#+DATE" date) > (const :tag "#+EMAIL" email) > + (const :tag "#+SUBTITLE" subtitle) > (const :tag "#+TITLE" title))) Please add :package-version '(Org . "9.5") dropping the current ':version "24.1"'.
next prev parent reply other threads:[~2020-11-16 5:34 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-03 9:48 [PATCH] lisp/org.el: Use `org-document-info' face for subtitles Titus von der Malsburg 2020-11-06 6:18 ` Kyle Meyer 2020-11-06 11:59 ` Titus von der Malsburg 2020-11-07 22:04 ` Kyle Meyer 2020-11-12 17:13 ` Titus von der Malsburg 2020-11-16 5:33 ` Kyle Meyer [this message] 2020-11-16 10:20 ` [PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via `org-hidden-keywords' Titus von der Malsburg 2020-11-17 4:38 ` Kyle Meyer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://orgmode.org * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=87r1otvpb5.fsf@kyleam.com \ --to=kyle@kyleam.com \ --cc=emacs-orgmode@gnu.org \ --cc=malsburg@posteo.de \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Org-mode mailing list This inbox may be cloned and mirrored by anyone: git clone --mirror https://orgmode.org/list/0 list/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 list list/ https://orgmode.org/list \ emacs-orgmode@gnu.org public-inbox-index list Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.yhetil.org/yhetil.emacs.orgmode nntp://news.gmane.io/gmane.emacs.orgmode AGPL code for this site: git clone https://public-inbox.org/public-inbox.git