emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH 0/2] org-publish: Fix errors of commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8
@ 2010-05-14 14:56 David Maus
  2010-05-14 23:04 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: David Maus @ 2010-05-14 14:56 UTC (permalink / raw)
  To: emacs-orgmode

Commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 introduced two bugs in
org-publish:

 - it used something that resulted in "Invalid read syntax: '#'" when
   compiling: #s(...) that should be a (make-hash-table ...)

 - call two function `org-publish-cache-set' with superfluous third
   argument

Both patches are available on git://github.com/dmj/dmj-org-mode.git
quickfix.

Not sure if such small bugfixes go into ChangeLog, so no ChangeLog
update here.

HTH
 -- David

David Maus (2):
  Use `make-hash-table' to create hash table of org-publish-cache.
  Remove superfluous third argument to `org-publish-cache-set'.

 lisp/org-publish.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

* Re: [PATCH 0/2] org-publish: Fix errors of commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8
  2010-05-14 14:56 [PATCH 0/2] org-publish: Fix errors of commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 David Maus
@ 2010-05-14 23:04 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-05-14 23:04 UTC (permalink / raw)
  To: David Maus; +Cc: emacs-orgmode

Applied, thanks.

- Carsten

On May 14, 2010, at 4:56 PM, David Maus wrote:

> Commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 introduced two bugs in
> org-publish:
>
> - it used something that resulted in "Invalid read syntax: '#'" when
>   compiling: #s(...) that should be a (make-hash-table ...)
>
> - call two function `org-publish-cache-set' with superfluous third
>   argument
>
> Both patches are available on git://github.com/dmj/dmj-org-mode.git
> quickfix.
>
> Not sure if such small bugfixes go into ChangeLog, so no ChangeLog
> update here.
>
> HTH
> -- David
>
> David Maus (2):
>  Use `make-hash-table' to create hash table of org-publish-cache.
>  Remove superfluous third argument to `org-publish-cache-set'.
>
> lisp/org-publish.el |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> _______________________________________________
> 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-05-14 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-14 14:56 [PATCH 0/2] org-publish: Fix errors of commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 David Maus
2010-05-14 23:04 ` 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).