From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: HTML export with custom_id tags Date: Thu, 7 May 2015 13:49:16 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01030060cce6be05158187c9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqPvD-0007QQ-ST for emacs-orgmode@gnu.org; Thu, 07 May 2015 13:49:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqPvC-0002g2-Pj for emacs-orgmode@gnu.org; Thu, 07 May 2015 13:49:19 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:36610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqPvC-0002fw-Hx for emacs-orgmode@gnu.org; Thu, 07 May 2015 13:49:18 -0400 Received: by pabsx10 with SMTP id sx10so46142978pab.3 for ; Thu, 07 May 2015 10:49:16 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e01030060cce6be05158187c9 Content-Type: text/plain; charset=UTF-8 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 --089e01030060cce6be05158187c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 h= eaders (level **) a PROPERTIES drawer:

:PROPERTIES:=
:CUSTOM_ID: research
:END

then in his .css file he has this:

#outlin= e-container-research=C2=A0
{
=C2=A0 =C2=A0padding-top: = 100px;
}

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

LB
--089e01030060cce6be05158187c9--