Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Eli Zaretskii writes: > Not even that: the release candidate already reports its version as > 24.3, so all is needed is to rename the tarball and upload to > ftp.gnu.org. I stand corrected.

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
joa...@verona.se writes: > Just a small reminder of the idea Stefan sometimes drops in these > discussions: > - Emacs "trunk" could be stripped of all but the bare essentials to > achieve bootstrap. I don't know that I'd go so far as to include all of CC-mode, but more than once I've missed s

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Xue Fuqiao writes: > On 03/08/2013 02:40 PM, Bastien wrote: > > I missed the distinction between "pretest" and "release candidate". > > What's the difference between "pretest" and "release candidate"? A release candidate may be considered to be a kind of pretest. The difference (as Glenn al

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Stephen J. Turnbull
Bastien writes: > I find it hard to draw a clear line between regressions and bugs, > especially since Org 7.9.x versions are way behind the current Org > master branch. A regression is a feature that is missing, incomplete, or buggy in the current HEAD that was present, complete, and correct

[O] Bug: get-face-font: Xemacs21.5.29: org-preview-latex-fragment [7.5]

2012-01-28 Thread Stephen J. Turnbull
Uwe Brauer writes: > (if (featurep 'xemacs) > (font-height (get-face-font 'default)) The function you want is `face-font'.