|
@@ -12040,9 +12040,10 @@ language-specific documentation available online at
|
|
|
|
|
|
@node Buffer-wide header arguments, Header arguments in Org-mode properties, Language-specific header arguments, Using header arguments
|
|
|
@subsubheading Buffer-wide header arguments
|
|
|
-Buffer-wide header arguments may be specified through the use of a special
|
|
|
+Buffer-wide header arguments may be specified through the use of a
|
|
|
+@code{#+PROPERTIES:}
|
|
|
line placed anywhere in an Org-mode file. The line consists of the
|
|
|
-@code{#+BABEL:} keyword followed by a series of header arguments which may be
|
|
|
+@code{#+PROPERTIES:} keyword followed by a series of header arguments which may be
|
|
|
specified using the standard header argument syntax.
|
|
|
|
|
|
For example the following would set @code{session} to @code{*R*}, and
|
|
@@ -12051,7 +12052,7 @@ that all execution took place in the same session, and no results would be
|
|
|
inserted into the buffer.
|
|
|
|
|
|
@example
|
|
|
-#+BABEL: :session *R* :results silent
|
|
|
+#+PROPERTIES: :session *R* :results silent
|
|
|
@end example
|
|
|
|
|
|
@node Header arguments in Org-mode properties, Code block specific header arguments, Buffer-wide header arguments, Using header arguments
|