From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle Date: Thu, 10 Sep 2015 22:08:59 +0200 Message-ID: References: <8737ynu18z.fsf@kyleam.com> Mime-Version: 1.0 (1.0) Content-Type: multipart/alternative; boundary=Apple-Mail-2038B6CC-ACF9-4215-9C6D-C2D4BBC5C829 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za89Z-0003US-KK for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 16:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za89X-0000Rn-VM for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 16:09:05 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:38288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za89X-0000Rc-KR for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 16:09:03 -0400 Received: by wiclk2 with SMTP id lk2so35799722wic.1 for ; Thu, 10 Sep 2015 13:09:02 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kaushal Modi Cc: Andreas Leha , emacs-org list --Apple-Mail-2038B6CC-ACF9-4215-9C6D-C2D4BBC5C829 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Envoy=C3=A9 de mon iPhone > Le 10 sept. 2015 =C3=A0 21:28, Kaushal Modi a =C3= =A9crit : >=20 > The author just merged my PR. So it should be in Melpa shortly, in its nex= t build cycle. >=20 Thanks - perfect.=20 Rainer >> On Sep 10, 2015 6:50 AM, "Rainer M Krug" wrote: >> Andreas Leha writes: >>=20 >> > Hi Rainer, >> > >> > Rainer M Krug writes: >> >> Kyle Meyer writes: >> >> >> >>> Hi, >> >>> >> >>> Rainer M Krug writes: >> >>> >> >>>> Hi >> >>>> >> >>>> when doing global cycling using org in emacs 25.0.50.1, I get an "Be= fore >> >>>> first heading" error (see backtrace below). >> >>>> >> >>>> It doesn't matter if the cursor is before or after the first header i= n >> >>>> the document. >> >>>> >> >>>> Is this something in my settings or the combination emacs 25 HEAD an= d >> >>>> org-mode git? >> >>> >> >>> I'm not able to reproduce this using emacs -Q with a recent version o= f >> >>> Org (release_8.3.1-218-g70f590) and Emacs >> >>> (emacs-24.5-rc3-fixed-5796-g8a6260e). C-u org-cycle goes through all= >> >>> the views fine. >> >> >> >> OK - it seems to be outshine: >> >> >> >> When evaluating the following: >> >> >> >> #+begin_src emacs-lisp >> >> ;; must be set before outline is loaded >> >> (defvar outline-minor-mode-prefix "\M-#") >> >> >> >> (require 'outshine) >> >> (add-hook 'outline-minor-mode-hook 'outshine-hook-function) >> >> (setq outshine-use-speed-commands t) >> >> >> >> (eval-after-load 'outline >> >> '(progn >> >> (require 'outline-magic) >> >> (define-key outline-minor-mode-map (kbd "") 'outline-cycle)= )) >> >> >> >> #+end_src >> >> >> >> I get the error when opening an org file. >> >> >> >> ,---- >> >> | GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17 Ve= rsion 10.10.5 (Build 14F27)) of 2015-09-10 >> >> | Org-mode version 8.3.1 (release_8.3.1-225-g66a211 @ /Users/rainerkru= g/.emacs.d/org-mode/lisp/) >> >> `---- >> >> >> >> >> > >> > This might be the issue discussed earlier [1]. If so, it is solved (se= e the linked thread). >>=20 >> That looks likely. >>=20 >> I assume that the propagation to melpa will take some time? >>=20 >> Thanks, >>=20 >> Rainer >>=20 >> > >> > Regards, >> > Andreas >> > >> > [1] http://article.gmane.org/gmane.emacs.orgmode/100215/match=3Doutshin= e >> > >> > >>=20 >> -- >> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biolog= y, UCT), Dipl. Phys. (Germany) >>=20 >> Centre of Excellence for Invasion Biology >> Stellenbosch University >> South Africa >>=20 >> Tel : +33 - (0)9 53 10 27 44 >> Cell: +33 - (0)6 85 62 59 98 >> Fax : +33 - (0)9 58 10 27 44 >>=20 >> Fax (D): +49 - (0)3 21 21 25 22 44 >>=20 >> email: Rainer@krugs.de >>=20 >> Skype: RMkrug >>=20 >> PGP: 0x0F52F982 --Apple-Mail-2038B6CC-ACF9-4215-9C6D-C2D4BBC5C829 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable


Envoy=C3=A9 de mon iPhone

Le 10 sept. 2015 =C3=A0 21:28, Kaushal Modi <kaushal.modi@gmail.com> a =C3=A9crit :

The author just me= rged my PR. So it should be in Melpa shortly, in its next build cycle.

<= /div>

Thanks - perfect. 

= Rainer

On Sep 10, 2015 6:50 AM, "Rainer M Krug" <Rainer@krugs.de> wrote:
Andreas Leha <andreas.leha@med.uni-goettingen.de>= ; writes:

> Hi Rainer,
>
> Rainer M Krug <Rainer@krugs.de> writes:
>> Kyle Meyer <
kyle@kyleam.com> writes:
>>
>>> Hi,
>>>
>>> Rainer M Krug <
Rainer@kru= gs.de> writes:
>>>
>>>> Hi
>>>>
>>>> when doing global cycling using org in emacs 25.0.50.1, I g= et an "Before
>>>> first heading" error (see backtrace below).
>>>>
>>>> It doesn't matter if the cursor is before or after the firs= t header in
>>>> the document.
>>>>
>>>> Is this something in my settings or the combination emacs 2= 5 HEAD and
>>>> org-mode git?
>>>
>>> I'm not able to reproduce this using emacs -Q with a recent ver= sion of
>>> Org (release_8.3.1-218-g70f590) and Emacs
>>> (emacs-24.5-rc3-fixed-5796-g8a6260e).  C-u org-cycle goes t= hrough all
>>> the views fine.
>>
>> OK - it seems to be outshine:
>>
>> When evaluating the following:
>>
>> #+begin_src emacs-lisp
>>  ;; must be set before outline is loaded
>> (defvar outline-minor-mode-prefix "\M-#")
>>
>> (require 'outshine)
>> (add-hook 'outline-minor-mode-hook 'outshine-hook-function)
>> (setq outshine-use-speed-commands t)
>>
>> (eval-after-load 'outline
>>   '(progn
>>     (require 'outline-magic)
>>     (define-key outline-minor-mode-map (kbd "<C-t= ab>") 'outline-cycle)))
>>
>> #+end_src
>>
>> I get the error when opening an org file.
>>
>> ,----
>> | GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.5.0, NS appkit-1348.17= Version 10.10.5 (Build 14F27)) of 2015-09-10
>> | Org-mode version 8.3.1 (release_8.3.1-225-g66a211 @ /Users/rainer= krug/.emacs.d/org-mode/lisp/)
>> `----
>>
>>
>
> This might be the issue discussed earlier [1].  If so, it is solve= d (see the linked thread).

That looks likely.

I assume that the propagation to melpa will take some time?

Thanks,

Rainer

>
> Regards,
> Andreas
>
> [1] http://article.gmane.org/= gmane.emacs.orgmode/100215/match=3Doutshine
>
>

--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, U= CT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.d= e

Skype:      RMkrug

PGP: 0x0F52F982
= --Apple-Mail-2038B6CC-ACF9-4215-9C6D-C2D4BBC5C829--