Michael Sperber writes:
> Thanks. One bit slipped through:
>
> diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
> index 14d7d5d..44ed82b 100644
> --- a/lisp/ob-calc.el
> +++ b/lisp/ob-calc.el
> @@ -28,7 +28,6 @@
> ;;; Code:
> (require 'ob)
> (require 'calc)
> -(require 'calc-store)
> (unless (
Carsten Dominik writes:
> Hi Michael,
>
> I have checked these in, with the following exceptions:
Thanks. One bit slipped through:
diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el
index 14d7d5d..44ed82b 100644
--- a/lisp/ob-calc.el
+++ b/lisp/ob-calc.el
@@ -28,7 +28,6 @@
;;; Code:
(require 'o
Carsten Dominik writes:
> I have checked these in, with the following exceptions:
>
> - Somewhere you have a call to `org-ref', I guess this must be
> `org-re'
I fixed this one.
> - The special hunk you are mentioning is not longer in org.el,
> I guess it was removed somehow in some other com
Hi Michael,
I have checked these in, with the following exceptions:
- Somewhere you have a call to `org-ref', I guess this must be `org-re'
- The special hunk you are mentioning is not longer in org.el,
I guess it was removed somehow in some other commit...
Hope this makes XEmacs run smoothly
Hi Bastien and Michael,
Bastien wrote:
> thanks for these patches. Next time, could you provide one patch per
> mail? The patchwork server cannot handle multiple patches and it makes
> it easier to discuss every patch -- thanks!
Just updated Org, and tried to launch my XEmacs 21.5 (beta29) "ga
Hi Michael,
thanks for these patches. Next time, could you provide one patch per
mail? The patchwork server cannot handle multiple patches and it makes
it easier to discuss every patch -- thanks!
Some comments below.
Michael Sperber writes:
> ... are attached. I've run with this for a few w
Hello,
Michael Sperber writes:
> ... are attached. I've run with this for a few weeks now, and what I
> use mostly works. So I would appreciate if these could go into the git
> repo.
>
> Let me draw your attention to this hunk:
>
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -7360,7 +7360,7 @@