all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-export-section-number-format does not work
@ 2013-07-07 19:40 Jisang Yoo
  2013-07-08  8:05 ` Bastien
  0 siblings, 1 reply; 10+ messages in thread
From: Jisang Yoo @ 2013-07-07 19:40 UTC (permalink / raw)
  To: emacs-orgmode

Org-mode version 8.0.5 (latest)



Test done with this command:

emacs -q --load ~/t/org-test-final.el



Contents of ~/t/org-test-final.el:

(setq package-load-list '((org t)
                          (org-plus-contrib t)))
(setq org-export-section-number-format '((("I" ".")) . "."))
(package-initialize)
(find-file "~/t/simple.org")



Contents of ~/t/simple.org:

* one
** two
*** three



In the test emacs session, press C-c C-e (org-export-dispatch) then
press h o to open the exported html in the browser. The section
numbers are shown as 1 and 1.1 and 1.1.1 when they should be, I guess,
I. and I.I. and I.I.I.

Same result with this too:

(setq package-load-list '((org t)))
(custom-set-variables
 '(org-export-section-number-format (quote ((("1" ".")) . "."))))
(package-initialize)
(find-file "~/t/simple.org")

C-h v cannot find the variable org-export-section-number-format but
M-x customize-group RET org-export-general RET shows its
documentation, after that C-h v shows it is defined in org-exp.el
which is a file bundled with Emacs, and is not part of the latest org
package.

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

end of thread, other threads:[~2013-08-24  6:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-07 19:40 org-export-section-number-format does not work Jisang Yoo
2013-07-08  8:05 ` Bastien
2013-07-08  8:19   ` Jisang Yoo
2013-07-08  8:21     ` Bastien
2013-07-08 19:57       ` Jisang Yoo
2013-07-08 20:31         ` Bastien
2013-07-08 20:35         ` Nicolas Goaziou
2013-08-24  6:55           ` Jisang Yoo
2013-07-09  4:22         ` Nick Dokos
2013-07-09 11:15           ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.