mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-29 11:02:33 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git for CI/development purposes because the upstream savannah git repo is flakey.
c74ecf4387
* lisp/org-agenda.el (org-agenda-get-progress): Avoid reusing previous value of EXTRA. Sebastien Vauban writes: > Finally reporting the following bug. Has been there for as long as I can > remember, but never did report it when seeing it. And kept forgetting. > > So, now... > > --8<---------------cut here---------------start------------->8--- > * 2010 > > ** 2010-06 June > > *** Admin > > **** Organization > :LOGBOOK: > CLOCK: [2010-06-30 Wed 13:30]--[2010-06-30 Wed 17:50] => 4:20 > - DUPLICATED TeXt. > :END: > > **** Emails and News > :LOGBOOK: > CLOCK: [2010-06-28 Mon 09:10]--[2010-06-28 Mon 10:40] => 1:30 > CLOCK: [2010-06-30 Wed 10:30]--[2010-06-30 Wed 12:30] => 2:00 > :END: > > *** ABC > :LOGBOOK: > CLOCK: [2010-06-30 Wed 09:30]--[2010-06-30 Wed 10:30] => 1:00 > - Transfer of files to ABC. > :END: > --8<---------------cut here---------------end--------------->8--- > > generates the following timeline: > > --8<---------------cut here---------------start------------->8--- > Timeline of file /home/sva/Projects/ecm.org > > 2010-06-28 Mon _________________________________ > Clocked: (1:30) Emails and News > > 2010-06-29 Tue _________________________________ > > 2010-06-30 Wed _________________________________ > Clocked: (1:00) ABC - Transfer of files to ABC. > Clocked: (2:00) Emails and News - DUPLICATED TeXt. > Clocked: (4:20) Organization - DUPLICATED TeXt. > --8<---------------cut here---------------end--------------->8--- > > As you can see, the fact that I never put a descriptive text for "reading > emails" is wrongly reported: previous text is used in the timeline, instead. |
||
---|---|---|
BUGFIXING | ||
contrib | ||
doc | ||
EXPERIMENTAL | ||
lisp | ||
ORGWEBPAGE | ||
testing/org-html | ||
UTILITIES | ||
xemacs | ||
.dir-locals.el | ||
.dir-settings.el | ||
.gitignore | ||
ChangeLog | ||
Makefile | ||
README | ||
README_DIST | ||
README_GIT | ||
request-assign-future.txt |
This is the Emacs Org project, an emacs subsystem for organizing your life The homepage of Org is at http://orgmode.org This distribution contains: README This file. README_DIST The README file for the distribution (zip and tar files) README_GIT Information about the git repository and how to contribute to Org-mode development. lisp/ Directory with all the Emacs Lisp files that make up Org. doc/ The documentation files. org.texi is the source of the documentation, org.html and org.pdf are formatted versions of it. xemacs/ The xemacs directory contains special code for XEmacs users, in particular a port of the GNU Emacs outline.el to XEmacs. Org-mode does not work under XEmacs without this file installed. It did until version 4.37, but no longer. contrib/ A directory with third-party additions for Org. Some really cool stuff is in there. ORGWEBPAGE/ Directory with the source files for the orgmode.org web page. ChangeLog The standard ChangeLog file. Makefile The makefile to compile and install Org, and also for maintenance tasks. request-assign-future.txt The form that contributors have to sign and get processed with the FSF before contributed changes can be integrated into the Org core. All files in this distribution except the CONTRIB directory have copyright assigned to the FSF. EXPERIMENTAL Experimental code, not necessarily FSF copyright.