emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: documentation patch, Babel header arguments
Date: Sun, 17 Oct 2010 16:29:00 -0600	[thread overview]
Message-ID: <87hbgk313n.fsf@gmail.com> (raw)
In-Reply-To: <5B882A0F-D27B-4BFC-A147-F8C3BF6631B8@tsdye.com> (Thomas S. Dye's message of "Sun, 17 Oct 2010 11:48:49 -1000")

Applied Thanks -- Eric

"Thomas S. Dye" <tsd@tsdye.com> writes:

> Changes in HEAD
> 	Modified doc/org.texi
> diff --git a/doc/org.texi b/doc/org.texi
> index bd22ce9..84df413 100644
> --- a/doc/org.texi
> +++ b/doc/org.texi
> @@ -456,6 +456,7 @@ Using header arguments
>  * Buffer-wide header arguments::  Set default values for a specific
> buffer
>  * Header arguments in Org-mode properties::  Set default values for a
> buffer or heading
>  * Code block specific header arguments::  The most common way to set
> values
> +* Header arguments in function calls::
>
>  Specific header arguments
>
> @@ -11299,7 +11300,7 @@ Code blocks defined in the ``Library of
> Babel'' can be called remotely as if
>  they were in the current Org-mode buffer (see @ref{Evaluating code
> blocks}
>  for information on the syntax of remote code block evaluation).
>
> -@kindex C-c C-v l
> +@kindex C-c C-v i
>  Code blocks located in any Org-mode file can be loaded into the
> Library of
>  Babel'' with the @code{org-babel-lob-ingest} function, bound to
> @kbd{C-c C-v
>  i}.
> @@ -11378,7 +11379,7 @@ describes each header argument in detail.
>  @node Using header arguments, Specific header arguments, Header
> arguments, Header arguments
>  @subsection Using header arguments
>
> -The values of header arguments can be set in five different ways,
> each more
> +The values of header arguments can be set in six different ways, each
> more
>  specific (and having higher priority) than the last.
>  @menu
>  * System-wide header arguments::  Set global default values
> @@ -11386,6 +11387,7 @@ specific (and having higher priority) than the
> last.
>  * Buffer-wide header arguments::  Set default values for a specific
> buffer
>  * Header arguments in Org-mode properties::  Set default values for a
> buffer or heading
>  * Code block specific header arguments::  The most common way to set
> values
> +* Header arguments in function calls::  The most specific level
>  @end menu
>
>
> @@ -11480,7 +11482,7 @@ Properties defined in this way override the
> properties set in
>  @code{org-set-property} function bound to @kbd{C-c C-x p} to set
> properties
>  in Org-mode documents.
>
> -@node Code block specific header arguments,  , Header arguments in
> Org-mode properties, Using header arguments
> +@node Code block specific header arguments, Header arguments in
> function calls, Header arguments in Org-mode properties, Using header
> arguments
>  @subsubheading Code block specific header arguments
>
>  The most common way to assign values to header arguments is at the
> @@ -11501,14 +11503,18 @@ fac 0 = 1
>  fac n = n * fac (n-1)
>  #+end_src
>  @end example
> -
>  Similarly, it is possible to set header arguments for inline code
> blocks:
>
>  @example
>  src_haskell[:exports both]@{fac 5@}
>  @end example
>
> -Header arguments for ``Library of Babel'' or function call lines can
> be set as shown below:
> +@node Header arguments in function calls,  , Code block specific
> header arguments, Using header arguments
> +@comment  node-name,  next,  previous,  up
> +@subsubheading Header arguments in function calls
> +
> +At the most specific level, header arguments for ``Library of Babel''
> or
> +function call lines can be set as shown below:
>
>  @example
>  #+call: factorial(n=5) :exports results
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2010-10-17 22:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-17 21:48 documentation patch, Babel header arguments Thomas S. Dye
2010-10-17 22:29 ` Eric Schulte [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbgk313n.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tsd@tsdye.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).