emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [patch] Correction for the manual (chapter 13.1.4)
@ 2010-02-28 20:35 David Maus
  2010-03-01  7:53 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: David Maus @ 2010-02-28 20:35 UTC (permalink / raw)
  To: Org Mode


[-- Attachment #1.1.1: Type: text/plain, Size: 932 bytes --]


While wrapping my head around a set of publishing functions to create
atom and rss feeds I noticed an incorrect description in the manual.
In chapter 13.1.4 in reads:

,----
| :publishing-function
|
| Function executing the publication of a file. This may also be a list
| of functions, which will all be called in turn.
|
| [...]
|
| The function must accept two arguments: a property list containing at
| least a :publishing-directory property, and the name of the file to be
| published. It should take the specified file, make the necessary
| transformation (if any) and place the result into the destination
| folder.
`----

But the publishing function must accept /three/ arguments: The third
one is the specific publishing directory for the source file.

Attached patch corrects the information in the manual.

Regards
 -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... maus.david@gmail.com

[-- Attachment #1.1.2: 0001-Fix-description-of-mandatory-parameters-of-publishin.patch --]
[-- Type: application/octet-stream, Size: 1388 bytes --]

From bd9444d3031a33e7f2041c7da0239aa2d3751f82 Mon Sep 17 00:00:00 2001
From: David Maus <maus.david@gmail.com>
Date: Sun, 28 Feb 2010 20:51:32 +0100
Subject: [PATCH] Fix description of mandatory parameters of publishing-function in
 org-publish-project-alist.

---
 doc/org.texi |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index ef17947..a5d8622 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10156,10 +10156,11 @@ list of functions, which will all be called in turn.
 @tab Non-nil means, publish htmlized source.
 @end multitable
 
-The function must accept two arguments: a property list containing at least a
-@code{:publishing-directory} property, and the name of the file to be
-published.  It should take the specified file, make the necessary
-transformation (if any) and place the result into the destination folder.
+The function must accept three arguments: a property list containing at least
+a @code{:publishing-directory} property, the name of the file to be
+published, and the path to the publishing directory of the output file.  It
+should take the specified file, make the necessary transformation (if any)
+and place the result into the destination folder.
 
 @node Publishing options, Publishing links, Publishing action, Configuration
 @subsection Options for the HTML/La@TeX{} exporters
-- 
1.7.0


[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: [patch] Correction for the manual (chapter 13.1.4)
  2010-02-28 20:35 [patch] Correction for the manual (chapter 13.1.4) David Maus
@ 2010-03-01  7:53 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-03-01  7:53 UTC (permalink / raw)
  To: David Maus; +Cc: Org Mode

Hi David,

thanks for the patch, I have applied it.

- Carsten

On Feb 28, 2010, at 9:35 PM, David Maus wrote:

>
> While wrapping my head around a set of publishing functions to create
> atom and rss feeds I noticed an incorrect description in the manual.
> In chapter 13.1.4 in reads:
>
> ,----
> | :publishing-function
> |
> | Function executing the publication of a file. This may also be a  
> list
> | of functions, which will all be called in turn.
> |
> | [...]
> |
> | The function must accept two arguments: a property list containing  
> at
> | least a :publishing-directory property, and the name of the file  
> to be
> | published. It should take the specified file, make the necessary
> | transformation (if any) and place the result into the destination
> | folder.
> `----
>
> But the publishing function must accept /three/ arguments: The third
> one is the specific publishing directory for the source file.
>
> Attached patch corrects the information in the manual.
>
> Regards
> -- David
>
> --
> OpenPGP... 0x99ADB83B5A4478E6
> Jabber.... dmjena@jabber.org
> Email..... maus.david@gmail.com
> <0001-Fix-description-of-mandatory-parameters-of- 
> publishin.patch>_______________________________________________
> 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

- Carsten

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

end of thread, other threads:[~2010-03-01  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-28 20:35 [patch] Correction for the manual (chapter 13.1.4) David Maus
2010-03-01  7:53 ` Carsten Dominik

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).