emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-html-link problem
@ 2013-02-07  5:46 cberry
  2013-02-07  8:57 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: cberry @ 2013-02-07  5:46 UTC (permalink / raw)
  To: emacs-orgmode


M-x org-export-dispatch RET h H terminates with an error

,----
| 
| * https link
| 
| 
| Here is the
| [[https://github.com/downloads/yihui/knitr/knitr-minimal.html][link]]
| 
`----

The problem seems to be here:

lisp/ox-html.el around line 2172:

 (unless (and desc (string-match (regexp-quote (car att)) desc)) 

att is nil


maybe 

(unless (and att desc (string-match (regexp-quote (car att)) desc))??

Chuck

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

* Re: org-html-link problem
  2013-02-07  5:46 org-html-link problem cberry
@ 2013-02-07  8:57 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-02-07  8:57 UTC (permalink / raw)
  To: cberry; +Cc: emacs-orgmode

Hi Chuck,

cberry@tajo.ucsd.edu writes:

> lisp/ox-html.el around line 2172:
>
>  (unless (and desc (string-match (regexp-quote (car att)) desc)) 
>
> att is nil
>
>
> maybe 
>
> (unless (and att desc (string-match (regexp-quote (car att))
> desc))??

Indeed, fixed, thanks.

-- 
 Bastien

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

end of thread, other threads:[~2013-02-07  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07  5:46 org-html-link problem cberry
2013-02-07  8:57 ` Bastien

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