Convert level 3 headings to @subsubsections

This commit is contained in:
Dan Davison 2010-04-11 12:28:25 -04:00 committed by Eric Schulte
parent a465cff872
commit 50716ee1e7
1 changed files with 22 additions and 22 deletions

View File

@ -131,7 +131,7 @@ language-specific header arguments.
The values of header arguments can be set in three different ways, The values of header arguments can be set in three different ways,
each more specific than the last. each more specific than the last.
*** System-wide @subsubsection System-wide
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: system-wide-header-argument :CUSTOM_ID: system-wide-header-argument
:END: :END:
@ -161,7 +161,7 @@ each more specific than the last.
(assq-delete-all :noweb org-babel-default-header-args))) (assq-delete-all :noweb org-babel-default-header-args)))
@end example @end example
*** Org-mode Properties @subsubsection Org-mode Properties
Header arguments are also read from [[http://orgmode.org/manual/Properties-and-Columns.html#Properties-and-Columns][Org-mode properties]], which Header arguments are also read from [[http://orgmode.org/manual/Properties-and-Columns.html#Properties-and-Columns][Org-mode properties]], which
means they can be set on the outline header level. For example, the means they can be set on the outline header level. For example, the
@ -179,7 +179,7 @@ each more specific than the last.
=org-set-property= function bound to =C-c C-x p= to set properties =org-set-property= function bound to =C-c C-x p= to set properties
in Org-mode documents. in Org-mode documents.
*** Source Code Block @subsubsection Source Code Block
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: single-block-header-arguments :CUSTOM_ID: single-block-header-arguments
:END: :END:
@ -207,7 +207,7 @@ each more specific than the last.
:CUSTOM_ID: header-argument-specific-documentation :CUSTOM_ID: header-argument-specific-documentation
:END: :END:
*** =:var= @subsubsection =:var=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-var :CUSTOM_ID: header-argument-var
:END: :END:
@ -352,7 +352,7 @@ each more specific than the last.
function) and =describe-variable= (M-x describe variable) function) and =describe-variable= (M-x describe variable)
functions, respectively. functions, respectively.
*** =:results= @subsubsection =:results=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-results :CUSTOM_ID: header-argument-results
:END: :END:
@ -430,7 +430,7 @@ each more specific than the last.
into the Org-mode buffer. E.g., =:results output into the Org-mode buffer. E.g., =:results output
replace=. replace=.
*** =:file= @subsubsection =:file=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-file :CUSTOM_ID: header-argument-file
:END: :END:
@ -453,7 +453,7 @@ each more specific than the last.
While the =:file= header argument can be used to specify the path While the =:file= header argument can be used to specify the path
to the output file, to the output file,
*** =:dir= and remote execution @subsubsection =:dir= and remote execution
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-dir :CUSTOM_ID: header-argument-dir
:END: :END:
@ -521,7 +521,7 @@ above features to work correctly.
default-directory is altered using =:dir=, it it probable that default-directory is altered using =:dir=, it it probable that
the file will be created in a location to which the link does the file will be created in a location to which the link does
not point. not point.
*** =:exports= @subsubsection =:exports=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-exports :CUSTOM_ID: header-argument-exports
:END: :END:
@ -538,7 +538,7 @@ above features to work correctly.
- none :: nothing is included in the exported file. E.g., - none :: nothing is included in the exported file. E.g.,
=:exports none=. =:exports none=.
*** =:tangle= @subsubsection =:tangle=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: tangle-header-arguments :CUSTOM_ID: tangle-header-arguments
:END: :END:
@ -555,7 +555,7 @@ above features to work correctly.
is interpreted as a file basename to which the block will is interpreted as a file basename to which the block will
be exported. E.g., =:tangle basename=. be exported. E.g., =:tangle basename=.
*** =:session= @subsubsection =:session=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-session :CUSTOM_ID: header-argument-session
:END: :END:
@ -570,7 +570,7 @@ above features to work correctly.
session a name. This makes it possible to run concurrent session a name. This makes it possible to run concurrent
sessions for each interpreted language. sessions for each interpreted language.
*** =:noweb= @subsubsection =:noweb=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-noweb :CUSTOM_ID: header-argument-noweb
:END: :END:
@ -614,7 +614,7 @@ above features to work correctly.
Thanks to Sébastien Vauban for this idea. Thanks to Sébastien Vauban for this idea.
*** =:cache= @subsubsection =:cache=
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: header-argument-cache :CUSTOM_ID: header-argument-cache
:END: :END:
@ -779,7 +779,7 @@ above features to work correctly.
@subsection Functions @subsection Functions
*** org-babel-execute-src-block @subsubsection org-babel-execute-src-block
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-execute-src-block :CUSTOM_ID: function-org-babel-execute-src-block
:END: :END:
@ -803,7 +803,7 @@ above features to work correctly.
block. block.
@end example @end example
*** org-babel-open-src-block-result @subsubsection org-babel-open-src-block-result
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-open-src-block-result :CUSTOM_ID: function-org-babel-open-src-block-result
:END: :END:
@ -820,7 +820,7 @@ above features to work correctly.
results already exist. results already exist.
@end example @end example
*** org-babel-load-in-session @subsubsection org-babel-load-in-session
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-load-in-session :CUSTOM_ID: function-org-babel-load-in-session
:END: :END:
@ -838,7 +838,7 @@ above features to work correctly.
[back] [back]
@end example @end example
*** org-babel-pop-to-session @subsubsection org-babel-pop-to-session
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-pop-to-session :CUSTOM_ID: function-org-babel-pop-to-session
:END: :END:
@ -857,7 +857,7 @@ above features to work correctly.
[back] [back]
@end example @end example
*** org-babel-tangle @subsubsection org-babel-tangle
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-tangle :CUSTOM_ID: function-org-babel-tangle
:END: :END:
@ -877,7 +877,7 @@ above features to work correctly.
exported source code blocks by language. exported source code blocks by language.
@end example @end example
*** org-babel-execute-subtree @subsubsection org-babel-execute-subtree
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-execute-subtree :CUSTOM_ID: function-org-babel-execute-subtree
:END: :END:
@ -893,7 +893,7 @@ above features to work correctly.
Replace EVAL snippets in the entire subtree. Replace EVAL snippets in the entire subtree.
@end example @end example
*** org-babel-execute-buffer @subsubsection org-babel-execute-buffer
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-execute-buffer :CUSTOM_ID: function-org-babel-execute-buffer
:END: :END:
@ -909,7 +909,7 @@ above features to work correctly.
Replace EVAL snippets in the entire buffer. Replace EVAL snippets in the entire buffer.
@end example @end example
*** org-babel-sha1-hash @subsubsection org-babel-sha1-hash
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-sha1-hash :CUSTOM_ID: function-org-babel-sha1-hash
:END: :END:
@ -924,7 +924,7 @@ above features to work correctly.
Not documented. Not documented.
@end example @end example
*** org-babel-goto-named-source-block @subsubsection org-babel-goto-named-source-block
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-goto-named-source-block :CUSTOM_ID: function-org-babel-goto-named-source-block
:END: :END:
@ -940,7 +940,7 @@ above features to work correctly.
Go to a named source-code block. Go to a named source-code block.
@end example @end example
*** org-babel-lob-ingest @subsubsection org-babel-lob-ingest
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: function-org-babel-lob-ingest :CUSTOM_ID: function-org-babel-lob-ingest
:END: :END: