emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode release 7.9.2
@ 2012-09-29 22:23 Bastien
  2012-09-30  1:50 ` Memnon Anon
  2012-09-30  7:37 ` Torsten Wagner
  0 siblings, 2 replies; 19+ messages in thread
From: Bastien @ 2012-09-29 22:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I've released Org 7.9.2.

  http://orgmode.org/org-7.9.2.zip
  http://orgmode.org/org-7.9.2.tar.gz

See http://orgmode.org/Changes.html#sec-1 for the updated
list of changes.

Thanks again to all who contributed!

Enjoy,

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-29 22:23 Org-mode release 7.9.2 Bastien
@ 2012-09-30  1:50 ` Memnon Anon
  2012-09-30  6:49   ` Bastien
  2012-09-30  8:09   ` Steinar Bang
  2012-09-30  7:37 ` Torsten Wagner
  1 sibling, 2 replies; 19+ messages in thread
From: Memnon Anon @ 2012-09-30  1:50 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:

> I've released Org 7.9.2.
[...]
> See http://orgmode.org/Changes.html#sec-1 for the updated
> list of changes.

Excellent release!

Probably my favorite: 

,----
|   * New special property CLOCKSUM_T to display today's clocked time
|    
|     You can use CLOCKSUM_T the same way you use CLOCKSUM. It will
|     display the time spent on tasks for today only.
`----

This is so *immensely* useful, thanks!

Memnon

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

* Re: Org-mode release 7.9.2
  2012-09-30  1:50 ` Memnon Anon
@ 2012-09-30  6:49   ` Bastien
  2012-09-30  8:09   ` Steinar Bang
  1 sibling, 0 replies; 19+ messages in thread
From: Bastien @ 2012-09-30  6:49 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode

Hi Memnon,

Memnon Anon <gegendosenfleisch@googlemail.com> writes:

> Probably my favorite: 
>
> ,----
> |   * New special property CLOCKSUM_T to display today's clocked time
> |    
> |     You can use CLOCKSUM_T the same way you use CLOCKSUM. It will
> |     display the time spent on tasks for today only.
> `----

Note that this was in 7.9 -- the release notes displayed on
http://orgmode.org/Changes.html reflect all changes since 7.8.11.
I've updated this page with a short explanation.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-29 22:23 Org-mode release 7.9.2 Bastien
  2012-09-30  1:50 ` Memnon Anon
@ 2012-09-30  7:37 ` Torsten Wagner
  2012-09-30  7:39   ` Bastien
  1 sibling, 1 reply; 19+ messages in thread
From: Torsten Wagner @ 2012-09-30  7:37 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

thanks for the release and the hard work.
As for ELPA, the changelogs say add

(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)

to the emacs config. I am not a big fan of add-to-list for pure users
config, since it fragments the those settings a little bit
Instead I force myself of configuring it at a single place like

(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
                         ("gnu" . "http://elpa.gnu.org/packages/")
                         ("marmalade" . "http://marmalade-repo.org/packages/")
			 ("org" . "http://orgmode.org/elpa/")
))

Not sure if this is really good or better, but I would like to point
out as an alternative.

Greetings

Torsten

On 30 September 2012 07:23, Bastien <bzg@altern.org> wrote:
> Hi all,
>
> I've released Org 7.9.2.
>
>   http://orgmode.org/org-7.9.2.zip
>   http://orgmode.org/org-7.9.2.tar.gz
>
> See http://orgmode.org/Changes.html#sec-1 for the updated
> list of changes.
>
> Thanks again to all who contributed!
>
> Enjoy,
>
> --
>  Bastien
>
>

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

* Re: Org-mode release 7.9.2
  2012-09-30  7:37 ` Torsten Wagner
@ 2012-09-30  7:39   ` Bastien
  2012-09-30  7:50     ` Torsten Wagner
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  7:39 UTC (permalink / raw)
  To: Torsten Wagner; +Cc: emacs-orgmode

Hi Torsten,

Torsten Wagner <torsten.wagner@gmail.com> writes:

> Not sure if this is really good or better, but I would like to point
> out as an alternative.

As long as people have http://orgmode.org/elpa/ as the new Org ELPA
repo, I don't really mind the way they add it :)

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  7:39   ` Bastien
@ 2012-09-30  7:50     ` Torsten Wagner
  2012-09-30  8:01       ` Achim Gratz
  2012-09-30  8:02       ` Bastien
  0 siblings, 2 replies; 19+ messages in thread
From: Torsten Wagner @ 2012-09-30  7:50 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,


On 30 September 2012 16:39, Bastien <bzg@altern.org> wrote:
>
> As long as people have http://orgmode.org/elpa/ as the new Org ELPA
> repo, I don't really mind the way they add it :)
Sure,

just made an update...
org-version gives now

Org-mode version N/A (N/A @
/home/torsten/.emacs.d/elpa/org-20120929/org-install.el)

Is that intended?
Started emacs again to be sure about it but the string remains the same

Best,

Torsten



>
> --
>  Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  7:50     ` Torsten Wagner
@ 2012-09-30  8:01       ` Achim Gratz
  2012-09-30  8:05         ` Bastien
  2012-09-30  8:02       ` Bastien
  1 sibling, 1 reply; 19+ messages in thread
From: Achim Gratz @ 2012-09-30  8:01 UTC (permalink / raw)
  To: emacs-orgmode

Torsten Wagner writes:
> just made an update...
> org-version gives now
>
> Org-mode version N/A (N/A @
> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)

This is not the version that is published on orgmode.org currently.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

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

* Re: Org-mode release 7.9.2
  2012-09-30  7:50     ` Torsten Wagner
  2012-09-30  8:01       ` Achim Gratz
@ 2012-09-30  8:02       ` Bastien
  2012-09-30  8:06         ` Bastien
  1 sibling, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:02 UTC (permalink / raw)
  To: Torsten Wagner; +Cc: emacs-orgmode

Torsten Wagner <torsten.wagner@gmail.com> writes:

> just made an update...
> org-version gives now
>
> Org-mode version N/A (N/A @
> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>
> Is that intended?

Did you restart Emacs?

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:01       ` Achim Gratz
@ 2012-09-30  8:05         ` Bastien
  2012-09-30  8:09           ` Achim Gratz
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:05 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

>> Org-mode version N/A (N/A @
>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>
> This is not the version that is published on orgmode.org currently.

Torsten updated from (Org) ELPA and this is the latest ELPA version.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:02       ` Bastien
@ 2012-09-30  8:06         ` Bastien
  2012-09-30  8:10           ` Bastien
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:06 UTC (permalink / raw)
  To: Torsten Wagner; +Cc: emacs-orgmode

Bastien <bzg@altern.org> writes:

> Torsten Wagner <torsten.wagner@gmail.com> writes:
>
>> just made an update...
>> org-version gives now
>>
>> Org-mode version N/A (N/A @
>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>>
>> Is that intended?
>
> Did you restart Emacs?

Er... forget that.  I'll try and let you know if I get the same.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  1:50 ` Memnon Anon
  2012-09-30  6:49   ` Bastien
@ 2012-09-30  8:09   ` Steinar Bang
  2012-09-30  8:10     ` Bastien
  1 sibling, 1 reply; 19+ messages in thread
From: Steinar Bang @ 2012-09-30  8:09 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Memnon Anon <gegendosenfleisch@googlemail.com>:

> ,----
> |   * New special property CLOCKSUM_T to display today's clocked time
> |    
> |     You can use CLOCKSUM_T the same way you use CLOCKSUM. It will
> |     display the time spent on tasks for today only.
> `----

> This is so *immensely* useful, thanks!

Cool!  I've been looking for something like this for a long time.  Is it
possible to show the CLOCKSUM_T value on the status line as well?

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:05         ` Bastien
@ 2012-09-30  8:09           ` Achim Gratz
  2012-09-30  8:11             ` Bastien
  0 siblings, 1 reply; 19+ messages in thread
From: Achim Gratz @ 2012-09-30  8:09 UTC (permalink / raw)
  To: emacs-orgmode

Bastien writes:
> Achim Gratz <Stromeko@nexgo.de> writes:
>
>>> Org-mode version N/A (N/A @
>>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>>
>> This is not the version that is published on orgmode.org currently.
>
> Torsten updated from (Org) ELPA and this is the latest ELPA version.

I've checked just a minute ago and no, this is not what's currently up
on "Org ELPA" => http://orgmode.org/elpa/build-org-pkg.txt.  The version
that's published (20120928) installs and reports just fine.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:06         ` Bastien
@ 2012-09-30  8:10           ` Bastien
  2012-09-30  8:29             ` Torsten Wagner
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:10 UTC (permalink / raw)
  To: Torsten Wagner; +Cc: emacs-orgmode

Bastien <bzg@altern.org> writes:

> Er... forget that.  I'll try and let you know if I get the same.

I just did this:

emacs -Q

Eval'ed this:

(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)

M-x list-packages RET

installed org-20120929

then M-x org-reload RET

I get 

Org-mode version 7.9.2 (7.9.2-elpa @ /home/guerry/.emacs.d/elpa/org-20120929/)

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:09   ` Steinar Bang
@ 2012-09-30  8:10     ` Bastien
  2012-09-30 17:34       ` Steinar Bang
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:10 UTC (permalink / raw)
  To: emacs-orgmode

Hi Steinar,

Steinar Bang <sb@dod.no> writes:

> Cool!  I've been looking for something like this for a long time.  Is it
> possible to show the CLOCKSUM_T value on the status line as well?

Do you mean in the mode line?  

Nope, this is not possible.

The clock mode line will be reworked for 8.0.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:09           ` Achim Gratz
@ 2012-09-30  8:11             ` Bastien
  2012-09-30  8:24               ` Achim Gratz
  0 siblings, 1 reply; 19+ messages in thread
From: Bastien @ 2012-09-30  8:11 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> I've checked just a minute ago and no, this is not what's currently up
> on "Org ELPA" => http://orgmode.org/elpa/build-org-pkg.txt.  The version
> that's published (20120928) installs and reports just fine.

That's because I updated the ELPA packages manually, not with the script
which outputs this file.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:11             ` Bastien
@ 2012-09-30  8:24               ` Achim Gratz
  0 siblings, 0 replies; 19+ messages in thread
From: Achim Gratz @ 2012-09-30  8:24 UTC (permalink / raw)
  To: emacs-orgmode

Bastien writes:
> That's because I updated the ELPA packages manually, not with the script
> which outputs this file.

That too.  But there's also apparently a bug in package manager that no
matter how often you refresh the package archives it will still show you
the old version in the package menu until you restart emacs.  So, a
freshly restarted emacs will offer to update to version 20120929 now and
another restart later it will correctly show org-version as:

Org-mode version 7.9.2 (7.9.2-elpaplus @ /home/gratz/.emacs.d/elpa/org-plus-contrib-20120929/)

So there must be another problem in Torsten's setup.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:10           ` Bastien
@ 2012-09-30  8:29             ` Torsten Wagner
  2012-09-30  8:39               ` Bastien
  0 siblings, 1 reply; 19+ messages in thread
From: Torsten Wagner @ 2012-09-30  8:29 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

onHi Bastien,

hmmmm an entire kill of emacs (including emacs-server) and restart did not help.
However,
M-x org-reload did...
figured out I had (require 'org-install) not set for some strange
reason. It was set before using the Arch Linux git packages.

Now it seems ok. Can confirm ELPA upgrade seems to work fine.

Sorry for troubling.

Torsten




On 30 September 2012 17:10, Bastien <bzg@altern.org> wrote:
> Bastien <bzg@altern.org> writes:
>
>> Er... forget that.  I'll try and let you know if I get the same.
>
> I just did this:
>
> emacs -Q
>
> Eval'ed this:
>
> (require 'package)
> (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
>
> M-x list-packages RET
>
> installed org-20120929
>
> then M-x org-reload RET
>
> I get
>
> Org-mode version 7.9.2 (7.9.2-elpa @ /home/guerry/.emacs.d/elpa/org-20120929/)
>
> --
>  Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:29             ` Torsten Wagner
@ 2012-09-30  8:39               ` Bastien
  0 siblings, 0 replies; 19+ messages in thread
From: Bastien @ 2012-09-30  8:39 UTC (permalink / raw)
  To: Torsten Wagner; +Cc: emacs-orgmode

Torsten Wagner <torsten.wagner@gmail.com> writes:

> hmmmm an entire kill of emacs (including emacs-server) and restart did not help.
> However,
> M-x org-reload did...

This is a symptom of Org being required before the Org package is
loaded.  Please check that you have (package-initialize) *before*
any Org customization.

-- 
 Bastien

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

* Re: Org-mode release 7.9.2
  2012-09-30  8:10     ` Bastien
@ 2012-09-30 17:34       ` Steinar Bang
  0 siblings, 0 replies; 19+ messages in thread
From: Steinar Bang @ 2012-09-30 17:34 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Bastien <bzg@altern.org>:

> Steinar Bang <sb@dod.no> writes:

>> Cool!  I've been looking for something like this for a long time.  Is it
>> possible to show the CLOCKSUM_T value on the status line as well?

> Do you mean in the mode line?  

Yes.

> Nope, this is not possible.

> The clock mode line will be reworked for 8.0.

Ok, thanks!

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

end of thread, other threads:[~2012-09-30 17:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-29 22:23 Org-mode release 7.9.2 Bastien
2012-09-30  1:50 ` Memnon Anon
2012-09-30  6:49   ` Bastien
2012-09-30  8:09   ` Steinar Bang
2012-09-30  8:10     ` Bastien
2012-09-30 17:34       ` Steinar Bang
2012-09-30  7:37 ` Torsten Wagner
2012-09-30  7:39   ` Bastien
2012-09-30  7:50     ` Torsten Wagner
2012-09-30  8:01       ` Achim Gratz
2012-09-30  8:05         ` Bastien
2012-09-30  8:09           ` Achim Gratz
2012-09-30  8:11             ` Bastien
2012-09-30  8:24               ` Achim Gratz
2012-09-30  8:02       ` Bastien
2012-09-30  8:06         ` Bastien
2012-09-30  8:10           ` Bastien
2012-09-30  8:29             ` Torsten Wagner
2012-09-30  8:39               ` Bastien

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).