Bug#751014: Org-mime spurious alternative

2014-06-13 Thread Sébastien Delafond
On Jun/13, Bastien wrote:
> PS: I let Sébastien tag this bug accordingly, don't know for sure
> what's the policy here.

I just tagged it "pending".

Cheers,

--Seb


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#751014: Org-mime spurious alternative

2014-06-13 Thread Bastien
Hi Juliusz,

This is now fixed in upstream Org.

Thanks for reporting this,

PS: I let Sébastien tag this bug accordingly, don't know for sure
what's the policy here.

-- 
 Bastien


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#751014: Org-mime spurious alternative

2014-06-09 Thread Juliusz Chroboczek
Package: org-mode
Version: 8.2.5h-2

When org-mime-library is set to semi, org-mime generates a spurious
alternative section around the HTML part.  This is due to two bugs in
the function org-mime-multipart:

1. it attempts to put a multipart/alternative section around the HTML,
   where it should be putting a multipart/related part;

2. it tests for the presence of images by doing "(when images ...)", which
   triggers when images is the empty string (somebody has been programming
   in Python or Javascript?).

To repeat:

  M-x load-library "org-mime" RET
  M-: (setq org-mime-library 'semi) RET
  M-x wl RET
  w

Then insert some text below the separator line, and do

  M-x org-mime-htmlize

and see the breakage.

-- Juliusz


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org