Re: [O] Release 7.6

2011-07-14 Thread Christian Moe

Hi all,

Better late than never:

From the joy of Lilypond snippets (thanks, Martyn) in ODT exports 
(thanks, Jambu), to time arithmetic in tables (thanks, Eric)...


7.6 rocks (thanks Bastien).

Yours,
Christian

On 7/7/11 9:16 AM, Bastien wrote:

Dear all,

I'm releasing Org 7.6.

You can get it from the website as an archive:

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

Apologies for the delay between 7.5 and 7.6 -- it has been hectic times.
I owe a big *thank* to everyone who maintain a high level of activity,
both in the code and on the mailing list.

In particular: Carsten, Eric Schulte, Nicolas Goaziou, David Maus,
Julien Danjou, Jambunathan K, Michael Brand, Achim Gratz, Eric S. Fraga,
Nick Dokos, Lawrence Mitchell, Memnon Anon, Bernt Hansen, Sébastien
Vauban, Thomas S. Dye, Manuel Giraud, Karl Voit, Huy, ... and many
more!  Thanks to all.

The highlight of this release is the new ODT exporter, which lives in
the contrib/ directory but will soon make its way to the core: kudos to
Jambunathan for this addition, and thanks to him for his patience.

Below is the (incomplete) list of changes:


Version 7.6


New features and user-visible improvements
===

Integration of Jambunathan's OpenDocumentText Exporter
~~~

* Activation

   Org-mode 7.6 supports exporting to OpenDocument Text (=odt=)
   format using org-odt.el.  Depending on how you installed Org,
   this module can be enabled in one of the following ways:

   1. If you have downloaded the Org from the Web, either as a
  distribution =.zip= or =.tar.gz= file, or as a Git archive,
  enable the =odt= option in the variable =org-modules=.

   2. If you are using Org-mode 7.6 that comes bundled with
  Emacs-24.0.50 (or future Emacs-24.1), then you can install the
  OpenDocumentText exporter using the package manager.  Check
  the list of available packages with =M-x list-packages= and
  install the =org-odt= package.

   Thanks a lot to Jambunathan K for this great contribution.

* Keybindings

   The following interactive commands are provided:

   1. =C-c C-e o= (=org-export-as-odt=): Export as an =odt= file.

   2. =C-c C-e O= (=org-export-as-odt-and-open=): Export as an =odt=
  file and open the resulting file.

   See the =contrib/odt/README.org= file for further details; you
   may check in particular the commands =M-x org-lparse= and =M-x
   org-export-convert=.


Ob-Lilypond -- new Babel language to allow score generation


ob-lilypond - an org-babel language, provided to allow LilyPond
music score generation, complete with optional auditioning via
midi, whilst leveraging the full power of org mode, and literate
programming.  See [https://github.com/mjago/ob-lilypond] for more
documentation.

Thanks to Martyn Jago for this addition.

Org-Bibtex -- major improvements
~

Provides support for managing bibtex bibliographical references
data in headline properties.  Each headline corresponds to a
single reference and the relevant bibliographic meta-data is
stored in headline properties, leaving the body of the headline
free to hold notes and comments.  Org-bibtex is aware of all
standard bibtex reference types and fields.

The key new functions are

org-bibtex-check: queries the user to flesh out all required
  (and with prefix argument optional) bibtex fields available
  for the specific reference =type= of the current headline.

org-bibtex-create: Create a new entry at the given level,
  using org-bibtex-check to flesh out the relevant fields.

org-bibtex-yank: Yank a bibtex entry on the kill ring as a
  formatted Org-mode headline into the current buffer

org-bibtex-export-to-kill-ring: Export the current headline
  to the kill ring as a formatted bibtex entry.

Spreadsheet computation of durations and time values
~

If you want to compute time values use the =T= flag, either in
Calc formulas or Elisp formulas:

   Task 1   Task 2 Total
  ++-
35:0035:00   1:10:00

Values must be of the form =[HH:]MM:SS=, where hours are
optional.

Thanks to Martin Halder, Eric Schulte and Carsten for code and
feedback on this.

Links within inlined footnotes.


It as also possible to have footnotes side-by-side correctly
exported. New variables =org-export-latex-footnote-separator=,
=org-export-html-footnote-separator= and
=org-export-docbook-footnote-separator= are used to separate them
in that case.

Fontification of footnotes is also more accurate.

New variable =org-export-with-tasks=
~

Non-nil means include TODO items for export.

This may have the following values:

- tinclude tasks independent of state.
- todo  

Re: [O] Release 7.6

2011-07-14 Thread Aankhen
Thanks for another great release!

Aankhen



Re: [O] Release 7.6

2011-07-10 Thread Joost Kremers
Hi Bastien,

 Joost Kremers joostkrem...@fastmail.fm writes:
  On Thu, Jul 07, 2011 at 09:16:24AM +0200, Bastien wrote:
  I'm releasing Org 7.6.
 
  could it be that the new release hasn't been merged into maint yet? 
 
 You're right -- it's done now, let me know if that's okay for you.

Yes, I've just upgraded. Thanks!

-- 
Joost Kremers
Life has its moments



Re: [O] Release 7.6

2011-07-09 Thread 立野 豊

Org-mode version 7.6 installed

M-x Org-version 

Org-mode version 6.33x

version 7.6
ok?




Re: [O] Release 7.6

2011-07-09 Thread Bastien
Hi,

立野 豊 yutaka.tat...@gmail.com writes:

 Org-mode version 7.6 installed

How?

 M-x Org-version 

This is M-x org-version RET (not Org-version)

 Org-mode version 6.33x

You probably need to run make  make install

But we need more detailed information on what you did, what is your
system, etc.

-- 
 Bastien



Re: [O] Release 7.6

2011-07-09 Thread Michael Markert

On 8 Jul 2011, 立野 豊 wrote:

 Org-mode version 7.6 installed

 M-x Org-version 

 Org-mode version 6.33x

 version 7.6
 ok?
Do I understand you correctly, that you see a 6.33 version information
instead of a 7.6?

If so, have you followed the instructions[1] completely?

To me it looks like you forgot a step and fall back to the
emacs23-bundled version of org-mode.

Michael

Footnotes:

[1] http://orgmode.org/manual/Installation.html#Installation



Re: [O] Release 7.6

2011-07-09 Thread Jambunathan K
立野 豊 yutaka.tat...@gmail.com writes:

 Org-mode version 7.6 installed

 M-x Org-version 

 Org-mode version 6.33x

 version 7.6
 ok?


What does M-x locate-library RET org RET report?




-- 



Re: [O] Release 7.6

2011-07-09 Thread 立野 豊
Sorry!!

I did an easy mistake.

I did not do make.

Org-mode version 7.6 installed.



On Sat, Jul 9, 2011 at 10:48 PM, Bastien b...@altern.org wrote:

 Hi,

  Org-mode version 7.6 installed

 How?

  M-x Org-version

 This is M-x org-version RET (not Org-version)

  Org-mode version 6.33x

 You probably need to run make  make install

 But we need more detailed information on what you did, what is your
 system, etc.

 --
  Bastien




-- 
辰巳出版株式会社
第一編集本部  立野  豊

住所 東京都新宿区新宿2-15-14 辰巳ビル
TEL 03-5360-8976(直通)
FAX 03-5360-8047
Mail   y.tat...@tatsumi-publishing.co.jp
  yutaka.tat...@gmail.com
Web http://www.tg-net.co.jp/main.html


Re: [O] Release 7.6

2011-07-08 Thread Jonathan Arkell
After every release there are messages like this.

And Memmon is right.  It cannot be said too often.  Thank you everyone for
your hard work.

On 7/07/11 11:01 AM, Achim Gratz strom...@nexgo.de wrote:

Bastien b...@altern.org writes:
 I'm releasing Org 7.6.

Thank you and everyone else for all the work that has been put into this
release.

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

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




The information contained in this message is confidential. It is intended to be 
read only by the individual or entity named above or their designee. If the 
reader of this message is not the intended recipient, you are hereby notified 
that any distribution of this message, in any form, is strictly prohibited. If 
you have received this message in error, please immediately notify the sender 
and delete or destroy any copy of this message.



[O] Release 7.6

2011-07-07 Thread Bastien
Dear all,

I'm releasing Org 7.6.

You can get it from the website as an archive:

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

Apologies for the delay between 7.5 and 7.6 -- it has been hectic times.
I owe a big *thank* to everyone who maintain a high level of activity,
both in the code and on the mailing list.

In particular: Carsten, Eric Schulte, Nicolas Goaziou, David Maus,
Julien Danjou, Jambunathan K, Michael Brand, Achim Gratz, Eric S. Fraga,
Nick Dokos, Lawrence Mitchell, Memnon Anon, Bernt Hansen, Sébastien
Vauban, Thomas S. Dye, Manuel Giraud, Karl Voit, Huy, ... and many
more!  Thanks to all.
 
The highlight of this release is the new ODT exporter, which lives in
the contrib/ directory but will soon make its way to the core: kudos to
Jambunathan for this addition, and thanks to him for his patience.

Below is the (incomplete) list of changes:


Version 7.6 


New features and user-visible improvements 
===

Integration of Jambunathan's OpenDocumentText Exporter 
~~~

* Activation 
  
  Org-mode 7.6 supports exporting to OpenDocument Text (=odt=)
  format using org-odt.el.  Depending on how you installed Org,
  this module can be enabled in one of the following ways:
  
  1. If you have downloaded the Org from the Web, either as a
 distribution =.zip= or =.tar.gz= file, or as a Git archive,
 enable the =odt= option in the variable =org-modules=.
  
  2. If you are using Org-mode 7.6 that comes bundled with
 Emacs-24.0.50 (or future Emacs-24.1), then you can install the
 OpenDocumentText exporter using the package manager.  Check
 the list of available packages with =M-x list-packages= and
 install the =org-odt= package.
  
  Thanks a lot to Jambunathan K for this great contribution.
  
* Keybindings 
  
  The following interactive commands are provided:
  
  1. =C-c C-e o= (=org-export-as-odt=): Export as an =odt= file.
  
  2. =C-c C-e O= (=org-export-as-odt-and-open=): Export as an =odt=
 file and open the resulting file.
  
  See the =contrib/odt/README.org= file for further details; you
  may check in particular the commands =M-x org-lparse= and =M-x
  org-export-convert=.
  

Ob-Lilypond -- new Babel language to allow score generation 


ob-lilypond - an org-babel language, provided to allow LilyPond
music score generation, complete with optional auditioning via
midi, whilst leveraging the full power of org mode, and literate
programming.  See [https://github.com/mjago/ob-lilypond] for more
documentation.

Thanks to Martyn Jago for this addition.

Org-Bibtex -- major improvements 
~

Provides support for managing bibtex bibliographical references
data in headline properties.  Each headline corresponds to a
single reference and the relevant bibliographic meta-data is
stored in headline properties, leaving the body of the headline
free to hold notes and comments.  Org-bibtex is aware of all
standard bibtex reference types and fields.

The key new functions are

org-bibtex-check: queries the user to flesh out all required
 (and with prefix argument optional) bibtex fields available
 for the specific reference =type= of the current headline.

org-bibtex-create: Create a new entry at the given level,
 using org-bibtex-check to flesh out the relevant fields.

org-bibtex-yank: Yank a bibtex entry on the kill ring as a
 formatted Org-mode headline into the current buffer

org-bibtex-export-to-kill-ring: Export the current headline
 to the kill ring as a formatted bibtex entry.

Spreadsheet computation of durations and time values 
~

If you want to compute time values use the =T= flag, either in
Calc formulas or Elisp formulas:

  Task 1   Task 2 Total  
 ++-
   35:0035:00   1:10:00  

Values must be of the form =[HH:]MM:SS=, where hours are
optional.

Thanks to Martin Halder, Eric Schulte and Carsten for code and
feedback on this.

Links within inlined footnotes. 


It as also possible to have footnotes side-by-side correctly
exported. New variables =org-export-latex-footnote-separator=,
=org-export-html-footnote-separator= and
=org-export-docbook-footnote-separator= are used to separate them
in that case.

Fontification of footnotes is also more accurate.

New variable =org-export-with-tasks= 
~

Non-nil means include TODO items for export.

This may have the following values:

- tinclude tasks independent of state.
- todo include only tasks that are not yet done.
- done include only tasks that are already done.
- nil  remove all tasks before export
- list of TODO kwdskeep only tasks with these keywords

Thanks 

Re: [O] Release 7.6

2011-07-07 Thread Eric S Fraga
Bastien b...@altern.org writes:

 Dear all,

 I'm releasing Org 7.6.

Brilliant!  Many thanks for getting this all together; it must be akin
to herding cats... ;-)

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.586.g382e6)



Re: [O] Release 7.6

2011-07-07 Thread Puneeth Chaganti
On Thu, Jul 7, 2011 at 12:46 PM, Bastien b...@altern.org wrote:
 Dear all,

 I'm releasing Org 7.6.

Congratulations to Bastien and everybody else who made this release possible!

--
Puneeth



Re: [O] Release 7.6

2011-07-07 Thread Puneeth Chaganti
Bastien

On Thu, Jul 7, 2011 at 12:46 PM, Bastien b...@altern.org wrote:
 Dear all,

 I'm releasing Org 7.6.

 You can get it from the website as an archive:

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

Looks like a new tag with release_7.6 has not been created.  Shouldn't
one be created?

Thanks,
Puneeth



Re: [O] Release 7.6

2011-07-07 Thread Glyn Millington
Bastien b...@altern.org writes:

 Dear all,

 I'm releasing Org 7.6.

Wonderful!  Thanks to all who make this avaliable to a useless user like
me :-)


atb




Glyn




Re: [O] Release 7.6

2011-07-07 Thread Rasmus
Bastien b...@altern.org writes:

 Dear all,

 I'm releasing Org 7.6.

Looking forward to to trying the new beast.

Kudos to Bastien. I foresee that JK's odt exporter will become handy
when working with Org illiterates.

Thanks!

-- 
Sent from my Emacs




Re: [O] Release 7.6

2011-07-07 Thread Giovanni Ridolfi
Bastien b...@altern.org writes:

Hi, Bastien

 I'm releasing Org 7.6.
Thanks. However in commit:

http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=0fba25a37fadef195ad02eeb035dd61c75919b08

|--- a/doc/org.texi
|+++ b/doc/org.texi
|@@ -4,8 +4,8 @@
| @setfilename ../../info/org
| @settitle The Org Manual
| 
|-@set VERSION 7.5
|-@set DATE March 2011
|+@set VERSION 7.6
|+@set DATE juillet 2011
| ^^^

irony on
why did you not change in:

|+@set JOUR juillet 2011

;-)

I see, perhaps you did not like the alliteration.
:-D

cheers,
Giovanni



Re: [O] Release 7.6

2011-07-07 Thread Bastien
Hi Puneeth,

Puneeth Chaganti puncha...@gmail.com writes:

 Looks like a new tag with release_7.6 has not been created.  Shouldn't
 one be created?

Done -- thanks!

-- 
 Bastien



Re: [O] Release 7.6

2011-07-07 Thread Bastien
Hi Giovanni,

Giovanni Ridolfi giovanni.rido...@yahoo.it writes:

 irony on
 why did you not change in:

 |+@set JOUR juillet 2011

Actually, this should be @set DATE July 2011

Fixed now - thanks!

-- 
 Bastien



Re: [O] Release 7.6

2011-07-07 Thread Joost Kremers
On Thu, Jul 07, 2011 at 09:16:24AM +0200, Bastien wrote:
 I'm releasing Org 7.6.

could it be that the new release hasn't been merged into maint yet? i've created
a stable branch tracking origin/maint as per the instructions here:

http://orgmode.org/worg/org-faq.html#using-stable-releases-only

but doing a 'git pull' tells me already up-to-date and 'grep org-version'
gives me a line with 7.5 in it.


-- 
Joost Kremers
Life has its moments



Re: [O] Release 7.6

2011-07-07 Thread Martyn Jago
Hi Bastien
 
 Dear all,
 
 I'm releasing Org 7.6.
 
 You can get it from the website as an archive:
 
   http://orgmode.org/org-7.6.zip
   http://orgmode.org/org-7.6.tar.gz
 

Thanks for the tremendous effort supplied by yourself and other key 
committers to make this happen!

Regards

Martyn




Re: [O] Release 7.6

2011-07-07 Thread Memnon Anon
Bastien b...@altern.org writes:

 I'm releasing Org 7.6.

Excellent!

And it can't be said too often: 

Thanks for your dedication.

Org is just amazing.

Memnon





Re: [O] Release 7.6

2011-07-07 Thread Rainer Stengele
Am 07.07.2011 09:16, schrieb Bastien:
 Dear all,
 
 I'm releasing Org 7.6.
 
 You can get it from the website as an archive:
 
   http://orgmode.org/org-7.6.zip
   http://orgmode.org/org-7.6.tar.gz
 
 Apologies for the delay between 7.5 and 7.6 -- it has been hectic times.
 I owe a big *thank* to everyone who maintain a high level of activity,
 both in the code and on the mailing list.
 
 In particular: Carsten, Eric Schulte, Nicolas Goaziou, David Maus,
 Julien Danjou, Jambunathan K, Michael Brand, Achim Gratz, Eric S. Fraga,
 Nick Dokos, Lawrence Mitchell, Memnon Anon, Bernt Hansen, Sébastien
 Vauban, Thomas S. Dye, Manuel Giraud, Karl Voit, Huy, ... and many
 more!  Thanks to all.
  
 The highlight of this release is the new ODT exporter, which lives in
 the contrib/ directory but will soon make its way to the core: kudos to
 Jambunathan for this addition, and thanks to him for his patience.
 
 Below is the (incomplete) list of changes:
 
 
 Version 7.6 
 
 
 New features and user-visible improvements 
 ===
 
 Integration of Jambunathan's OpenDocumentText Exporter 
 ~~~
 
 * Activation 
   
   Org-mode 7.6 supports exporting to OpenDocument Text (=odt=)
   format using org-odt.el.  Depending on how you installed Org,
   this module can be enabled in one of the following ways:
   
   1. If you have downloaded the Org from the Web, either as a
  distribution =.zip= or =.tar.gz= file, or as a Git archive,
  enable the =odt= option in the variable =org-modules=.
   
   2. If you are using Org-mode 7.6 that comes bundled with
  Emacs-24.0.50 (or future Emacs-24.1), then you can install the
  OpenDocumentText exporter using the package manager.  Check
  the list of available packages with =M-x list-packages= and
  install the =org-odt= package.
   
   Thanks a lot to Jambunathan K for this great contribution.
   
 * Keybindings 
   
   The following interactive commands are provided:
   
   1. =C-c C-e o= (=org-export-as-odt=): Export as an =odt= file.
   
   2. =C-c C-e O= (=org-export-as-odt-and-open=): Export as an =odt=
  file and open the resulting file.
   
   See the =contrib/odt/README.org= file for further details; you
   may check in particular the commands =M-x org-lparse= and =M-x
   org-export-convert=.
   
 
 Ob-Lilypond -- new Babel language to allow score generation 
 
 
 ob-lilypond - an org-babel language, provided to allow LilyPond
 music score generation, complete with optional auditioning via
 midi, whilst leveraging the full power of org mode, and literate
 programming.  See [https://github.com/mjago/ob-lilypond] for more
 documentation.
 
 Thanks to Martyn Jago for this addition.
 
 Org-Bibtex -- major improvements 
 ~
 
 Provides support for managing bibtex bibliographical references
 data in headline properties.  Each headline corresponds to a
 single reference and the relevant bibliographic meta-data is
 stored in headline properties, leaving the body of the headline
 free to hold notes and comments.  Org-bibtex is aware of all
 standard bibtex reference types and fields.
 
 The key new functions are
 
 org-bibtex-check: queries the user to flesh out all required
  (and with prefix argument optional) bibtex fields available
  for the specific reference =type= of the current headline.
 
 org-bibtex-create: Create a new entry at the given level,
  using org-bibtex-check to flesh out the relevant fields.
 
 org-bibtex-yank: Yank a bibtex entry on the kill ring as a
  formatted Org-mode headline into the current buffer
 
 org-bibtex-export-to-kill-ring: Export the current headline
  to the kill ring as a formatted bibtex entry.
 
 Spreadsheet computation of durations and time values 
 ~
 
 If you want to compute time values use the =T= flag, either in
 Calc formulas or Elisp formulas:
 
   Task 1   Task 2 Total  
  ++-
35:0035:00   1:10:00  
 
 Values must be of the form =[HH:]MM:SS=, where hours are
 optional.
 
 Thanks to Martin Halder, Eric Schulte and Carsten for code and
 feedback on this.
 
 Links within inlined footnotes. 
 
 
 It as also possible to have footnotes side-by-side correctly
 exported. New variables =org-export-latex-footnote-separator=,
 =org-export-html-footnote-separator= and
 =org-export-docbook-footnote-separator= are used to separate them
 in that case.
 
 Fontification of footnotes is also more accurate.
 
 New variable =org-export-with-tasks= 
 ~
 
 Non-nil means include TODO items for export.
 
 This may have the following values:
 
 - tinclude tasks independent of state.
 - todo include only tasks that are not yet done.
 - done   

Re: [O] Release 7.6

2011-07-07 Thread Bastien
Hi Joost,

Joost Kremers joostkrem...@fastmail.fm writes:

 On Thu, Jul 07, 2011 at 09:16:24AM +0200, Bastien wrote:
 I'm releasing Org 7.6.

 could it be that the new release hasn't been merged into maint yet? 

You're right -- it's done now, let me know if that's okay for you.

Thanks,

-- 
 Bastien



Re: [O] Release 7.6

2011-07-07 Thread Marcelo de Moraes Serpa
Bastien and team,

Congrats! I will update it right away :)

Keep up the awesome work.

Marcelo.

On Thu, Jul 7, 2011 at 9:39 AM, Bastien b...@altern.org wrote:

 Hi Joost,

 Joost Kremers joostkrem...@fastmail.fm writes:

  On Thu, Jul 07, 2011 at 09:16:24AM +0200, Bastien wrote:
  I'm releasing Org 7.6.
 
  could it be that the new release hasn't been merged into maint yet?

 You're right -- it's done now, let me know if that's okay for you.

 Thanks,

 --
  Bastien




Re: [O] Release 7.6

2011-07-07 Thread Achim Gratz
Bastien b...@altern.org writes:
 I'm releasing Org 7.6.

Thank you and everyone else for all the work that has been put into this
release.

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

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada