emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* using org-export-generic
@ 2009-04-16 13:36 Rustom Mody
  2009-04-16 17:07 ` Wes Hardaker
  0 siblings, 1 reply; 2+ messages in thread
From: Rustom Mody @ 2009-04-16 13:36 UTC (permalink / raw)
  To: emacs-orgmode, wjhns209

Im trying to play around with Wes's org-export-generic to export to curl
I need to turn off the heading number generation that org normally
automatically does

ie
* A head
* Another head
*** A SubHead


becomes

1 A head
2 Another head
  2.1 A SubHead

I dont want those 1, 2 and 1.2 etc because curl (like latex?) does
that on its own

Any tips?

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: using org-export-generic
  2009-04-16 13:36 using org-export-generic Rustom Mody
@ 2009-04-16 17:07 ` Wes Hardaker
  0 siblings, 0 replies; 2+ messages in thread
From: Wes Hardaker @ 2009-04-16 17:07 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

>>>>> On Thu, 16 Apr 2009 19:06:27 +0530, Rustom Mody <rustompmody@gmail.com> said:

RM> I dont want those 1, 2 and 1.2 etc because curl (like latex?) does
RM> that on its own

If you're using my export-generic like you said then set:

     :body-header-section-numbers nil

-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-16 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-16 13:36 using org-export-generic Rustom Mody
2009-04-16 17:07 ` Wes Hardaker

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).