Hi,Here is my sample org entry which i want to build a website for.
- * Home
- ** Design
- *My Sample design attempt*
- The journey has been quite long coupled with heuristic approaches
- This is an attempt to generate an html file from my blog written in
- org-mode.
- * Archives
- ** By Categories
- ** By Date
- ** By Author
- * Account
- ** Register
- - username
- - password
- - Gender
- ** Login
- - Username
- - Password
- ** Activate
- ** Logout
I have been able to to export usingC-c C-e
h o
- How do i insert my personal template with custom CSS and JS?
- Under Register, and Login heading, How do i generate html forms which will post entries to specific destinations? and also generate code for capturing the data?
- How do i link Activate and Logout heading to custom urls?
Headlines are exported to ‘<h1>’, ‘<h2>’, etc. Each headline gets the ‘id’ attribute from ‘CUSTOM_ID’ property, or a unique generated value, see Internal Links.
When org-html-self-link-headlines
is set to a non-nil
value, the text of the headlines is also wrapped in ‘<a>’ tags. These tags have a ‘href’ attribute making the headlines link to themselves.
You'll have to put an CUSTOM_ID to the custom url you'll need
I m finding hard grasping orgmode i will be grateful if you can help elucidate.