Re: [O] org-html-link problem

2013-02-07 Thread Bastien
Hi Chuck, cbe...@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

[O] org-html-link problem

2013-02-06 Thread cberry
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 (