Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-12 Thread Titus von der Malsburg
On 2020-11-07 Sa 23:04, Kyle Meyer wrote: > Titus von der Malsburg writes: > >> On 2020-11-06 Fr 07:18, Kyle Meyer wrote: >>> Titus von der Malsburg writes: >>> Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle * lisp/org.el: The value for the #+subtitle: propert

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-07 Thread Kyle Meyer
Titus von der Malsburg writes: > On 2020-11-06 Fr 07:18, Kyle Meyer wrote: >> Titus von der Malsburg writes: >> >>> Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle >>> >>> * lisp/org.el: The value for the #+subtitle: property is now displayed >>> with face `org-document-info'

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-06 Thread Titus von der Malsburg
On 2020-11-06 Fr 07:18, Kyle Meyer wrote: > Titus von der Malsburg writes: > >> Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle >> >> * lisp/org.el: The value for the #+subtitle: property is now displayed >> with face `org-document-info' instead of `org-meta-line'. >> >> Like

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-05 Thread Kyle Meyer
Titus von der Malsburg writes: > Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle > > * lisp/org.el: The value for the #+subtitle: property is now displayed > with face `org-document-info' instead of `org-meta-line'. > > Like the title, author, e-mail, date, the subtitle is in

[PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-03 Thread Titus von der Malsburg
Org currently uses `org-meta-line' to display the value of the #+subtitle: property. However, the subtitle isn’t meta information, but document information supposed to be displayed in the exported document like title, author, date, e-mail. The attached patch uses the face `org-document-info'