emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <dominik@uva.nl>,
	Org-Mode List <emacs-orgmode@gnu.org>,
	Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: Support (or not) for Emacs 21, and XEmacs
Date: Fri, 16 Apr 2010 09:13:34 -0400	[thread overview]
Message-ID: <874ojb4k1t.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: 87k4s7mtvk.fsf@gmx.de

Found a bug.

I'll switch to this branch for regular work to try to find issues with
it.

I'm running it on two versions of emacs uncompiled:

GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09
on raven, modified by Debian

and

GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-03 on
LENNART-69DE564 (patched)

Clocking in doesn't work correctly.

I have a task like this

,----[ x.org ]
| * TODO foo
|   :CLOCK:
|   CLOCK: [2010-04-16 Fri 09:10]--[2010-04-16 Fri 09:11] =>  0:01
|   :END:
| 
| ** TODO Bar baz
|    [2010-04-16 Fri 09:10]
`----

if the parent task is clocking I can't clock in the subtask - the parent
task continues to clock and the point is moved to the headline of the
parent task.  Same behaviour on both versions.

Switching back to master until this is fixed since I can't function
without working clocking :)

-Bernt




Sebastian Rose <sebastian_rose@gmx.de> writes:

> Carsten Dominik <dominik@uva.nl> writes:
>> I would appreciate if some people could check out the
>> `remove-compatibility-code' branch from repo.or.cz and report back
>> if they experience any problems with Emacs 22, 23, and 24, either
>> during compilation or while running.
>
> I'm testing it with emacs 24.
>
>
> The build went fine. Only one warning:
>
>
> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-remember.el
>
> In end of data:
> org-remember.el:1156:1:Warning: the function `partial-completion-mode' is not
>     known to be defined.
> Wrote /home/sebastian/emacs/lisp/ext/org-mode/lisp/org-remember.elc
>
>
>
>
> I reloaded Org-mode and tried remembering, published a project and it
> seems to work so far. But I'll better remove the lisp/org/ directory
> from my emacs tree and restart.
>
>
>
> * One git question:
>
>
> When I pulled, I got the message, that there is a new branch. But that
> branch did not show up in the list `git branch' gives me.
>
> Then I did:
>
>
>
> sh$ git checkout origin/remove-compatibility-code
> Note: moving to 'origin/remove-compatibility-code' which isn't a local branch
> ...
>
> sh$ git branch
> * (no branch)
>
> sh$ git checkout -b remove-compatibility-code
> Switched to a new branch 'remove-compatibility-code'
>
>
>
>
> While this is all fine, and I'm on `remove-compatibility-code' now: will
> that branch be updated when I pull the next time?
>
>
>
> Best wishes
>
>
>     Sebastian
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-04-16 13:13 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-14  8:15 Support (or not) for Emacs 21, and XEmacs Carsten Dominik
2010-04-16 10:26 ` Carsten Dominik
2010-04-16 10:27   ` Carsten Dominik
2010-04-16 12:19   ` Matt Lundin
2010-04-16 16:41     ` Carsten Dominik
2010-04-16 13:03   ` Sebastian Rose
2010-04-16 13:13     ` Bernt Hansen [this message]
2010-04-16 14:39       ` Carsten Dominik
2010-04-16 14:42         ` Bernt Hansen
2010-04-16 14:42           ` Carsten Dominik
2010-04-16 19:15             ` Bernt Hansen
2010-04-16 22:02               ` Carsten Dominik
2010-04-16 13:32     ` Rémi Vanicat
2010-04-16 13:56       ` Sebastian Rose
2010-04-16 13:07   ` Jan Böcker
2010-04-16 13:47   ` Günter Kolousek
2010-04-17 15:39 ` Michael Sperber
2010-04-17 20:31   ` Carsten Dominik
2010-04-18  8:22     ` Michael Sperber
2010-04-18 14:03       ` Carsten Dominik
2010-04-19 11:00         ` Michael Sperber
2010-04-19 11:19           ` Michael Sperber
2010-04-19 15:51             ` Carsten Dominik
2010-04-19 15:54               ` Michael Sperber
2010-04-19 15:55                 ` Carsten Dominik
2010-04-19 15:59           ` Carsten Dominik
2010-05-07  7:51           ` Carsten Dominik
2010-05-07  8:30             ` Michael Sperber
2010-05-07  9:21               ` Carsten Dominik
2010-04-23 15:50         ` Michael Sperber
2010-04-23 19:03           ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ojb4k1t.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=dominik@uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).