emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-shiftright and org-shiftleft bug ?
@ 2015-08-15 10:45 David Bonnafous
  2015-08-15 15:27 ` Kyle Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: David Bonnafous @ 2015-08-15 10:45 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

hi,

since commit 6f9184a294e4e7914041c2ae42ef147d11e9ebec on file
lisp/org-clock.el on branch 'maint' the functions org-shiftright and
org-shiftleft don't work anymore: Emacs is frozen.

With the following version of lisp/org-clock.el it's working again.

git checkout fa1a61c2efce905e5d83d4322c44ec9cd8b3b183 lisp/org-clock.el

I try with the option -Q of emacs and with .el files: same problem.

Could you look for the (probably) bug ?

Thank you.

my config:

GNU Emacs 24.5.1 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36)

Org-mode version 8.3.1 (release_8.3.1-49-g23e629 @
/Users/dbonnafo/etc/Emacs/org-mode/lisp/)

[-- Attachment #2: Type: text/html, Size: 854 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-shiftright and org-shiftleft bug ?
  2015-08-15 10:45 org-shiftright and org-shiftleft bug ? David Bonnafous
@ 2015-08-15 15:27 ` Kyle Meyer
  2015-08-15 16:28   ` David Bonnafous
  0 siblings, 1 reply; 4+ messages in thread
From: Kyle Meyer @ 2015-08-15 15:27 UTC (permalink / raw)
  To: David Bonnafous; +Cc: emacs-orgmode

David Bonnafous <dbonnafo@gmail.com> writes:

> hi,
>
> since commit 6f9184a294e4e7914041c2ae42ef147d11e9ebec on file
> lisp/org-clock.el on branch 'maint' the functions org-shiftright and
> org-shiftleft don't work anymore: Emacs is frozen.

I cannot reproduce this using org-shift{left,right} in various contexts.

    * DONE h
      :LOGBOOK:
      CLOCK: [2015-08-20 Thu 11:22]--[2015-08-25 Tue 11:22] => 120:00
      :END:

I tried both commands on elements of the time stamps above as well as
the heading.

Can you provide a minimal example where you see this and a detailed
description of the actions that trigger the issue?

Thanks.

--
Kyle

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-shiftright and org-shiftleft bug ?
  2015-08-15 15:27 ` Kyle Meyer
@ 2015-08-15 16:28   ` David Bonnafous
  2015-08-15 17:02     ` Kyle Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: David Bonnafous @ 2015-08-15 16:28 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

my test is:

1- I launch emacs -Q
2- I open a simpe file with those 3 lines

(add-to-list 'load-path "~/etc/Emacs/org-mode/lisp")
(org-reload)
<2015-09-17 Thu>

3- I eval elisp code
4- I place the cursor on the timestamp and then M-x org-shiftright

Emacs is frozen (for me)...

If I do step 4 before step 3, Emacs freeze with "Loading [...]/org-clock.el
(source)" in the mini-buffer.

yours,


Le sam. 15 août 2015 à 17:27, Kyle Meyer <kyle@kyleam.com> a écrit :

> David Bonnafous <dbonnafo@gmail.com> writes:
>
> > hi,
> >
> > since commit 6f9184a294e4e7914041c2ae42ef147d11e9ebec on file
> > lisp/org-clock.el on branch 'maint' the functions org-shiftright and
> > org-shiftleft don't work anymore: Emacs is frozen.
>
> I cannot reproduce this using org-shift{left,right} in various contexts.
>
>     * DONE h
>       :LOGBOOK:
>       CLOCK: [2015-08-20 Thu 11:22]--[2015-08-25 Tue 11:22] => 120:00
>       :END:
>
> I tried both commands on elements of the time stamps above as well as
> the heading.
>
> Can you provide a minimal example where you see this and a detailed
> description of the actions that trigger the issue?
>
> Thanks.
>
> --
> Kyle
>

[-- Attachment #2: Type: text/html, Size: 1794 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-shiftright and org-shiftleft bug ?
  2015-08-15 16:28   ` David Bonnafous
@ 2015-08-15 17:02     ` Kyle Meyer
  0 siblings, 0 replies; 4+ messages in thread
From: Kyle Meyer @ 2015-08-15 17:02 UTC (permalink / raw)
  To: David Bonnafous; +Cc: emacs-orgmode

David Bonnafous <dbonnafo@gmail.com> writes:

> my test is:
>
> 1- I launch emacs -Q
> 2- I open a simpe file with those 3 lines
>
> (add-to-list 'load-path "~/etc/Emacs/org-mode/lisp")
> (org-reload)

If this is an Org file, then you have already loaded the builtin Org.
Try evaluating the first line (e.g., with --eval in your emacs call) and
discarding the second.  Then find the Org file with the time stamp
below.

> <2015-09-17 Thu>

> Emacs is frozen (for me)...
>
> If I do step 4 before step 3, Emacs freeze with "Loading [...]/org-clock.el
> (source)" in the mini-buffer.

org-shift{left,right} on the time stamp snippet works fine on my end.

--
Kyle

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-15 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-15 10:45 org-shiftright and org-shiftleft bug ? David Bonnafous
2015-08-15 15:27 ` Kyle Meyer
2015-08-15 16:28   ` David Bonnafous
2015-08-15 17:02     ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).