emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: steckerhalter <org-mode@postmomentum.ch>
Cc: emacs-orgmode@gnu.org
Subject: Re: Issue with commit 6062f9e in ox-publish
Date: Tue, 25 Mar 2014 16:09:24 +0100	[thread overview]
Message-ID: <8761n2wc0r.fsf@gmail.com> (raw)
In-Reply-To: <CAJa170raA69PM0n4dCXUzHOY74J6+_NEPf8+eOFcKVBtHniBmw@mail.gmail.com> (steckerhalter's message of "Tue, 25 Mar 2014 15:56:18 +0100")

steckerhalter <org-mode@postmomentum.ch> writes:

> I still get an error:
>
> Debugger entered--Lisp error: (args-out-of-range #<buffer
> org-mode-blog/posts/blogging-with-org-mode.org> 0 33)
>   match-string(1)
>
> I think you need to provide the original string to match-string, so either
> "let" it or like so:
>
> @@ -1171,7 +1171,7 @@ the file including them will be republished as well."
>    (and (eq (org-element-type element) 'keyword)
>         (string-match "^\\(\".+?\"\\|\\S-+\\)"
>       (org-element-property :value element))
> -       (org-remove-double-quotes (match-string 1)))))
> +       (org-remove-double-quotes (match-string 1 (org-element-property
> :value element))))))
>      (when included-file
>        (add-to-list 'included-files-ctime
>     (org-publish-cache-ctime-of-src
>
> with this change it works for me

Doh. This should be fixed... hopefully. Thank you again.


Regards,

-- 
Nicolas Goaziou

      reply	other threads:[~2014-03-25 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25  7:57 Issue with commit 6062f9e in ox-publish steckerhalter
2014-03-25  9:08 ` Nicolas Goaziou
2014-03-25 14:56   ` steckerhalter
2014-03-25 15:09     ` Nicolas Goaziou [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=8761n2wc0r.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=org-mode@postmomentum.ch \
    /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).