* Supress title on html export
@ 2022-11-30 19:07 Galaxy Being
2022-12-01 0:43 ` Rudolf Adamkovič
0 siblings, 1 reply; 4+ messages in thread
From: Galaxy Being @ 2022-11-30 19:07 UTC (permalink / raw)
To: emacs-orgmode Mailinglist
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
I found this
<https://stackoverflow.com/questions/12878502/how-to-disable-automatic-title-inclusion-in-org-mode-html-export>,
but apparently it no longer applies. Any ideas how to not display a title
-- besides leaving #+TITLE: blank? Yes, leaving it blank suppresses it, but
then my browser needs a page title for searching. I'm trying to have and
not display a title.
--
⨽
Lawrence Bottorff
Grand Marais, MN, USA
borgauf@gmail.com
[-- Attachment #2: Type: text/html, Size: 695 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Supress title on html export
2022-11-30 19:07 Supress title on html export Galaxy Being
@ 2022-12-01 0:43 ` Rudolf Adamkovič
2022-12-02 16:43 ` Galaxy Being
0 siblings, 1 reply; 4+ messages in thread
From: Rudolf Adamkovič @ 2022-12-01 0:43 UTC (permalink / raw)
To: Galaxy Being, emacs-orgmode Mailinglist
Galaxy Being <borgauf@gmail.com> writes:
> Yes, leaving it blank suppresses it, but then my browser needs a page
> title for searching. I'm trying to have and not display a title.
Using CSS, for example:
#+html_head_extra: <style> .title { display: none; } </style>
Rudy
--
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932
Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Supress title on html export
2022-12-01 0:43 ` Rudolf Adamkovič
@ 2022-12-02 16:43 ` Galaxy Being
2022-12-02 19:21 ` Nick Dokos
0 siblings, 1 reply; 4+ messages in thread
From: Galaxy Being @ 2022-12-02 16:43 UTC (permalink / raw)
To: Rudolf Adamkovič; +Cc: emacs-orgmode Mailinglist
[-- Attachment #1: Type: text/plain, Size: 928 bytes --]
BTW, this would seem to suggest org-mode has some built-in "master CSS".
Or, how does org-mode know about the class/ID .title? In my case, I use my
own CSS that I put in the header, and yes, it has a .title. Still, how does
bare-bones default html export know about .title?
On Wed, Nov 30, 2022 at 6:43 PM Rudolf Adamkovič <salutis@me.com> wrote:
> Galaxy Being <borgauf@gmail.com> writes:
>
> > Yes, leaving it blank suppresses it, but then my browser needs a page
> > title for searching. I'm trying to have and not display a title.
>
> Using CSS, for example:
>
> #+html_head_extra: <style> .title { display: none; } </style>
>
> Rudy
> --
> "Genius is 1% inspiration and 99% perspiration."
> -- Thomas Alva Edison, 1932
>
> Rudolf Adamkovič <salutis@me.com> [he/him]
> Studenohorská 25
> 84103 Bratislava
> Slovakia
>
--
⨽
Lawrence Bottorff
Grand Marais, MN, USA
borgauf@gmail.com
[-- Attachment #2: Type: text/html, Size: 1574 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Supress title on html export
2022-12-02 16:43 ` Galaxy Being
@ 2022-12-02 19:21 ` Nick Dokos
0 siblings, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2022-12-02 19:21 UTC (permalink / raw)
To: emacs-orgmode
Galaxy Being <borgauf@gmail.com> writes:
> BTW, this would seem to suggest org-mode has some built-in "master
> CSS". Or, how does org-mode know about the class/ID .title? In my
> case, I use my own CSS that I put in the header, and yes, it has a
> .title. Still, how does bare-bones default html export know about
> .title?
>
Do
C-h v org-html-style-default
Also do
C-h i g(org)RET m CSS
--
Nick
"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-02 20:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 19:07 Supress title on html export Galaxy Being
2022-12-01 0:43 ` Rudolf Adamkovič
2022-12-02 16:43 ` Galaxy Being
2022-12-02 19:21 ` Nick Dokos
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).