Package: org-mode
Version: 7.6-1
Followup-For: Bug #634695
Hello,
The attached patch fixes the issue for me.
Cheers,
Niels
-- System Information:
Debian Release: wheezy/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.34-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages org-mode depends on:
ii dpkg 1.16.0.3 Debian package management system
ii emacs23 23.3+1-1 The GNU Emacs editor (with GTK+ us
ii install-info 4.13a.dfsg.1-6 Manage installed documentation in
org-mode recommends no packages.
Versions of packages org-mode suggests:
ii ditaa 0.9+ds1-3 convert ASCII diagrams into proper
ii easypg 0.0.16-2.1 yet another GnuPG interface for Em
pn remember-el <none> (no description available)
-- no debconf information
--- org-mode-7.6.orig/lisp/ob.el
+++ org-mode-7.6/lisp/ob.el
@@ -755,7 +755,7 @@ the current subtree."
lst)
(norm (arg)
(let ((v (if (listp (cdr arg))
- (copy-seq (cdr arg))
+ (copy-sequence (cdr arg))
(cdr arg))))
(when (and v (not (and (sequencep v)
(not (consp v))