From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi 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 15:28:53 -0400 Message-ID: References: <8737ynu18z.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c20dce1d7992051f699ca1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za7Wj-0005Sv-1D for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:28:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za7Wh-0006Le-Fk for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:28:56 -0400 Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:33249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za7Wh-0006LB-9G for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 15:28:55 -0400 Received: by obbbh8 with SMTP id bh8so43329789obb.0 for ; Thu, 10 Sep 2015 12:28:54 -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: Rainer M Krug Cc: Andreas Leha , emacs-org list --001a11c20dce1d7992051f699ca1 Content-Type: text/plain; charset=UTF-8 The author just merged my PR. So it should be in Melpa shortly, in its next build cycle. On Sep 10, 2015 6:50 AM, "Rainer M Krug" wrote: > Andreas Leha writes: > > > 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 > "Before > >>>> first heading" error (see backtrace below). > >>>> > >>>> It doesn't matter if the cursor is before or after the first header in > >>>> the document. > >>>> > >>>> Is this something in my settings or the combination emacs 25 HEAD and > >>>> org-mode git? > >>> > >>> I'm not able to reproduce this using emacs -Q with a recent version of > >>> 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 > Version 10.10.5 (Build 14F27)) of 2015-09-10 > >> | Org-mode version 8.3.1 (release_8.3.1-225-g66a211 @ > /Users/rainerkrug/.emacs.d/org-mode/lisp/) > >> `---- > >> > >> > > > > This might be the issue discussed earlier [1]. If so, it is solved (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=outshine > > > > > > -- > Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation > Biology, UCT), 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.de > > Skype: RMkrug > > PGP: 0x0F52F982 > --001a11c20dce1d7992051f699ca1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

The author just merged my PR. So it should be in Melpa short= ly, in its next build cycle.

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

> Hi Rainer,
>
> Rainer M Krug <Rainer@krugs.de> writes:
>> Kyle Meyer <
kyle@kyleam.com<= /a>> writes:
>>
>>> Hi,
>>>
>>> Rainer M Krug <
Rainer@kr= ugs.de> writes:
>>>
>>>> Hi
>>>>
>>>> when doing global cycling using org in emacs 25.0.50.1, I = get an "Before
>>>> first heading" error (see backtrace below).
>>>>
>>>> It doesn't matter if the cursor is before or after the= first header in
>>>> the document.
>>>>
>>>> Is this something in my settings or the combination emacs = 25 HEAD and
>>>> org-mode git?
>>>
>>> I'm not able to reproduce this using emacs -Q with a recen= t version of
>>> Org (release_8.3.1-218-g70f590) and Emacs
>>> (emacs-24.5-rc3-fixed-5796-g8a6260e).=C2=A0 C-u org-cycle goes= through all
>>> the views fine.
>>
>> OK - it seems to be outshine:
>>
>> When evaluating the following:
>>
>> #+begin_src emacs-lisp
>>=C2=A0 ;; 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
>>=C2=A0 =C2=A0'(progn
>>=C2=A0 =C2=A0 =C2=A0(require 'outline-magic)
>>=C2=A0 =C2=A0 =C2=A0(define-key outline-minor-mode-map (kbd "&= lt;C-tab>") '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.1= 7 Version 10.10.5 (Build 14F27)) of 2015-09-10
>> | Org-mode version 8.3.1 (release_8.3.1-225-g66a211 @ /Users/raine= rkrug/.emacs.d/org-mode/lisp/)
>> `----
>>
>>
>
> This might be the issue discussed earlier [1].=C2=A0 If so, it is solv= ed (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.or= g/gmane.emacs.orgmode/100215/match=3Doutshine
>
>

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

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

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

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

email:=C2=A0 =C2=A0 =C2=A0 Rainer@krugs.= de

Skype:=C2=A0 =C2=A0 =C2=A0 RMkrug

PGP: 0x0F52F982
--001a11c20dce1d7992051f699ca1--