emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] HTML export with custom_id tags


From: Lawrence Bottorff
Subject: [O] HTML export with custom_id tags
Date: Thu, 7 May 2015 13:49:16 -0400

I'm picking over Eric Schulte's web page (http://www.cs.unm.edu/~eschulte/), and the base .org file it came from, and I see he has given his outline headers (level **) a PROPERTIES drawer:

:PROPERTIES:
:CUSTOM_ID: research
:END

then in his .css file he has this:

#outline-container-research 
{
   padding-top: 100px;
}

I can't find any sort of code that would be associating these two, so I must assume this is a built-in org-mode HTML export feature. Is this true? (Not really understanding the manual on HTML CSS, either.) If not, how are these two associated?

LB

reply via email to

[Prev in Thread] Current Thread [Next in Thread]