Skip to content

Commit

Permalink
doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawabata committed Jul 21, 2014
1 parent 667b41a commit 233357e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ document. Latter options will override former options.

Below are examples:

: (setq org-pandoc-options '((standalone . t))) ;; for all output
: (setq org-pandoc-options-docx '((standalone . nil))) ;; cancel general settings.
: ;; default options for all output formats
: (setq org-pandoc-options '((standalone . t)))
:
: ;; cancel above settings only for 'docx' format
: (setq org-pandoc-options-for-docx '((standalone . nil)))
:
: # following will only apply to specific document.
: #+PANDOC_OPTIONS: standalone:t

Expand Down

0 comments on commit 233357e

Please sign in to comment.