emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix numbering of captioned images


From: Pablo Barraza Cornejo
Subject: Re: [PATCH] Fix numbering of captioned images
Date: Thu, 29 Apr 2021 23:44:36 -0600
User-agent: mu4e 1.4.15; emacs 27.2


Kyle Meyer writes:

What about returning to the boundp/fboundp combination that was in place
before ab1ce2a75?

  (and (boundp 'my/foo)
       (fboundp my/foo))    ; => nil
(let ((my/foo #'ignore))
    (and (boundp 'my/foo)
         (fboundp my/foo)))  ; => t

Sounds good to me! I've modified the patch to reflect this change.

Attachment: 0001-ox-html.el-inline-image-export-Fix-caption-numbering.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]