Re: Supress title on html export

2022-12-02 Thread Nick Dokos
Galaxy Being  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




Re: Supress title on html export

2022-12-02 Thread Galaxy Being
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č  wrote:

> Galaxy Being  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:  .title { display: none; } 
>
> Rudy
> --
> "Genius is 1% inspiration and 99% perspiration."
> -- Thomas Alva Edison, 1932
>
> Rudolf Adamkovič  [he/him]
> Studenohorská 25
> 84103 Bratislava
> Slovakia
>


-- 
⨽
Lawrence Bottorff
Grand Marais, MN, USA
borg...@gmail.com


Re: Supress title on html export

2022-11-30 Thread Rudolf Adamkovič
Galaxy Being  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:  .title { display: none; } 

Rudy
-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič  [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



Supress title on html export

2022-11-30 Thread Galaxy Being
I found this
,
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
borg...@gmail.com