[O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug
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/)
`


>
> --
> Kyle

-- 
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:  rai...@krugs.de

Skype:  RMkrug

PGP: 0x0F52F982


signature.asc
Description: PGP signature


Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Andreas Leha
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).

Regards,
Andreas

[1] http://article.gmane.org/gmane.emacs.orgmode/100215/match=outshine




Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug
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:  rai...@krugs.de

Skype:  RMkrug

PGP: 0x0F52F982


signature.asc
Description: PGP signature


Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Thorsten Jolitz
Rainer M Krug  writes:

Hi Rainer, 

>> This might be the issue discussed earlier [1].  If so, it is solved
>> (see the linked thread).

I just applied the (hopefully relevant) patch for this on github, so
this should propagate to MELA anytime soon.

I tried to close some of the other issues around outshine/outorg on
github too, but some of them are very specific and at the moment I have
no clue how to fix them (if I understand them at all ;-)

But if I start to use Emacs more often now, I will use outshine too, and
maybe get involved a bit more in the future.

Hope that helps a bit ...

-- 
cheers,
Thorsten




Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Rainer M Krug


Envoyé de mon iPhone

> Le 10 sept. 2015 à 21:28, Kaushal Modi  a écrit :
> 
> The author just merged my PR. So it should be in Melpa shortly, in its next 
> build cycle.
> 

Thanks - perfect. 

Rainer

>> 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:  rai...@krugs.de
>> 
>> Skype:  RMkrug
>> 
>> PGP: 0x0F52F982


Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Kaushal Modi
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:  rai...@krugs.de
>
> Skype:  RMkrug
>
> PGP: 0x0F52F982
>