[O] Preserving the geometry of a table range

2012-08-25 Thread Jarmo Hurri
Greetings. If you pass a table range to an elisp function in a tblfm - say, using remote - the values in the range seem to be passed to the function as a single list. Thus the geometry of the region is lost. Is it possible to return a list of lists, e.g., a list of rows instead? Is this supported

Re: [O] Best way to implement project specific captures

2012-08-25 Thread Richard Riley
Bastien writes: > Hi Richard, > > Richard Riley writes: > >> ALso it would be really really nice if it would >> use the existing org file if that file is on the agenda list and I dont >> specify a path component on the destination file variable in the >> template. > > Mhh... can't parse this, so

Re: [O] Org-mode release 7.9

2012-08-25 Thread James Harkins
I'm delighted to hear of the new release, and will upgrade today via git. However... might I suggest that those who are commenting on the release, please refrain from quoting the entire changelog? It's rather unpleasant for digest readers. It's one of the reasons why computers have Delete keys :-

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Charles Philip Chan
Ashfaq writes: > However, as I wanted to indent too, it added extra stars in the > line. To be precise, each line has now (2 * line_no -1) no. stars. Why > is it like this? I have no idea. I haven't ran Emacs in a console, let along through ssh, in a couple of years. These days I connect to my m

Re: [O] [GSoC] Org Merge Driver Update

2012-08-25 Thread Simon Thum
Hi Andrew, I finally got to code a bit and tried clang on the merge driver. BTW you should probably mention prerequisites like gcc 4.7. clang suggests your syntax is C11/requires a c++-style ODR. Also there is one error and numerous warnings you might want to fix. HTH, Simon clang -DHAVE_

Re: [O] [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns

2012-08-25 Thread Sean O'Halpin
On Sat, Aug 25, 2012 at 11:50 PM, Eric Schulte wrote: > Are you familiar with file local variables? > > See (info "(emacs)Specifying File Variables") > Yes. That's what I'm trying to enable. Without the patch, it seems that the =with-temp-buffer= used in =org-babel-expand-noweb-references= overri

Re: [O] [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns

2012-08-25 Thread Eric Schulte
Are you familiar with file local variables? See (info "(emacs)Specifying File Variables") "Sean O'Halpin" writes: > * lisp/ob.el (org-babel-expand-noweb-references): Capture current > noweb start and end patterns then use to set buffer locals in > (with-temp-buffer) form. > > This solves the pr

[O] [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns

2012-08-25 Thread Sean O'Halpin
* lisp/ob.el (org-babel-expand-noweb-references): Capture current noweb start and end patterns then use to set buffer locals in (with-temp-buffer) form. This solves the problem that using different patterns for org-babel-noweb-wrap-start and org-babel-noweb-wrap-end could be done only globally. T

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-25 Thread Nick Dokos
Bastien wrote: > Bastien writes: > > > Yes, we can improve the website. > > > > - Participants will send their demo by August, 25th, midnight. > > I received approximately ~0 redesign proposal(s). > > I also feel like the website needs to be revamped, > but I don't have that much time for thi

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > I have pushed one last change to org-e-odt.el. (I would have liked to > polish it a bit) > > What you see is what you get - org-e-html.el and org-e-odt.el. > > I leave maintainers to do their better judgement. Those changes are significant enough to belo

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Jambunathan K
Bastien writes: > Hi Jambunathan, > > Jambunathan K writes: > >> commit 2cb72af8e8d818d10c744783549a6195c95036f0 >> Author: Jambunathan K >> Date: Sun Aug 26 00:50:17 2012 +0530 >> >> Set `org-e-html-coding-system' to 'utf-8 > > Thanks for the quick fix. > > Please commit bug fixes to mai

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Bastien
Achim Gratz writes: > Bastien writes: >> There is something I don't understand here: the version *is* in >> org-7.9.tar.gz and org-7.9.zip with lisp/org-version.el. > > Yes, that is for when you would want to run uncompiled from the unpacked > tarball. Okay. > I'll add > a file to the tarball t

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Achim Gratz
Bastien writes: > There is something I don't understand here: the version *is* in > org-7.9.tar.gz and org-7.9.zip with lisp/org-version.el. Yes, that is for when you would want to run uncompiled from the unpacked tarball. > I assumed that, in the absence of git, `make' would rely on this. No.

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-25 Thread Bastien
Bastien writes: > Yes, we can improve the website. > > - Participants will send their demo by August, 25th, midnight. I received approximately ~0 redesign proposal(s). I also feel like the website needs to be revamped, but I don't have that much time for this right now. -- Bastien

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
On 25 August 2012 16:12, Bastien wrote: > Achim Gratz writes: > >>> I would suggest that the installation instructions at >>> be updated, >>> as there one finds nothing about the need for ORGVERSION and >>> GITVERSION arguments to make. >

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > commit 2cb72af8e8d818d10c744783549a6195c95036f0 > Author: Jambunathan K > Date: Sun Aug 26 00:50:17 2012 +0530 > > Set `org-e-html-coding-system' to 'utf-8 Thanks for the quick fix. Please commit bug fixes to maint and merge to master, as we will

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Bastien
Achim Gratz writes: >> I would suggest that the installation instructions at >> be updated, >> as there one finds nothing about the need for ORGVERSION and >> GITVERSION arguments to make. > > I hadn't really considered installation from

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Achim Gratz
John Hendy writes: > Having a Mac myself, I'm assuming the answer is that it's just the > easiest way. Pop in the DVD and install the gcc tools from the extras > folder. Is there a better way? Dunno. The first and last thing Apple I've used was a Macintosh Classic IIRC… Regards, Achim. -- +<[Q

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Achim Gratz
Brian van den Broek writes: > On 25 August 2012 13:24, Achim Gratz wrote: > That does seem to fix the manifested problem. (make install-info seems > to leave with with the 6.33x docs, but that's a problem for another > day and thread, I expect.) Then the configuration for the info directory is wr

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
Achim, Thanks for confirming the bit about compiling org here and copying it elsewhere. I'll give it a shot. /fas On 25 August 2012 15:39, Achim Gratz wrote: > Filippo A. Salustri writes: > > I haven't yet installed Xcode on some of my Lion machines, so I haven't > > got 'make' everywhere. > >

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
Yes, John is right. Xcode is one-stop shopping for gcc, fortran (!?!?!), objective-c, all the command-line tools, etc & so on, without having to use macports or fink or whatever. And it's a trivial installation. (Note to non-Mac users; Lion client version comes with no compilation stuff cuz... we

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Ashfaq
> The "hidden stars" colour is determined by the "org-hide" face which > defaults to white. The easiest way for you is to start emacs with the > "-rv" switch when you are using Putty. > > Thanks for the info. I have installed emacs-goodies-el, inserted the following line in .emacs (require 'color-

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread John Hendy
On Sat, Aug 25, 2012 at 2:39 PM, Achim Gratz wrote: > Filippo A. Salustri writes: >> I haven't yet installed Xcode on some of my Lion machines, so I haven't >> got 'make' everywhere. > > Why do you need Xcode to get make? Having a Mac myself, I'm assuming the answer is that it's just the easiest

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Achim Gratz
Filippo A. Salustri writes: > I haven't yet installed Xcode on some of my Lion machines, so I haven't > got 'make' everywhere. Why do you need Xcode to get make? > I've been toying with trying to do the installation on my Mac server, > which has Xcode, then copying the compiled stuff into the ide

Re: [O] new HTML export prompts for file encoding

2012-08-25 Thread Jambunathan K
Eric Schulte writes: > Hi, > > The new export engine often runs into problems with file encodings where > the old exporter did not. As an example export the index.org page from > the worg repository (or any page containing utf8 characters) to html > using the old export (which works fine), and t

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
On 25 August 2012 13:24, Achim Gratz wrote: > Brian van den Broek writes: >> I've seemingly managed to install org 7.9, but M-x org-version yields >> Org-mode version N/A (N/A @ /home/brian/.emacsd/site-lisp/) >> >> The details: > > You could've saved yourself a lot of writing if you'd just posted

Re: [O] Org-mode release 7.9

2012-08-25 Thread Thomas S. Dye
Hi Bastien, Bastien writes: > Hi Thomas, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm using Org from Elpa (which is neat). When I updated and refreshed >> Org, I got the following error: >> >> Loading >> /Applications/Emacs.app/Contents/Resources/lisp/org/org-w3m.elc...done >> Loading /

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
John, Thanks for your idea. I am aware of the worg page you linked to. I forgot to mention one other thing: I use Aquamacs, which has a hard time with the compiling-without-make stuff. My bad; sorry. /fas On 25 August 2012 14:19, John Hendy wrote: > Can you just compile without make tools? This

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread John Hendy
Can you just compile without make tools? This is what I do on Windows in combination with git, which is easier to setup than trying to get a compiler up and running, at least for me :) http://orgmode.org/worg/org-hacks.html#compiling-org-without-make Hope that helps! John On Aug 25, 2012 12:32 PM

[O] new HTML export prompts for file encoding

2012-08-25 Thread Eric Schulte
Hi, The new export engine often runs into problems with file encodings where the old exporter did not. As an example export the index.org page from the worg repository (or any page containing utf8 characters) to html using the old export (which works fine), and then export using the new exporter

[O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
I have looked but cannot find anything especially enlightening. I haven't yet installed Xcode on some of my Lion machines, so I haven't got 'make' everywhere. I've been toying with trying to do the installation on my Mac server, which has Xcode, then copying the compiled stuff into the identical d

Re: [O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Achim Gratz
Brian van den Broek writes: > I've seemingly managed to install org 7.9, but M-x org-version yields > Org-mode version N/A (N/A @ /home/brian/.emacsd/site-lisp/) > > The details: You could've saved yourself a lot of writing if you'd just posted what make config-all prints out. But the only way

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Charles Philip Chan
Ashfaq writes: > They have different background colors. putty has black background. But > the emacs application in Ubuntu has white background. Can it be hacked > into again? :-) The "hidden stars" colour is determined by the "org-hide" face which defaults to white. The easiest way for you is to

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Ashfaq
On Sat, Aug 25, 2012 at 7:03 PM, Charles Philip Chan wrote: > Ashfaq writes: > > > Within the host, I opened an org file with the emacs. Now it can hide > > the stars. However, interestingly, when I ssh-ed into the host with > > 'putty' and opened the same file with emacs, it shows the stars. >

Re: [O] Strange Problem with "org-agenda-redo"

2012-08-25 Thread Nick Dokos
Charles Philip Chan wrote: > My whole org-mode configuration or just the configuration for that > Agenda view? I have to make it clear that if I take out the "6 day" > agenda block and leave the "one day" one in that view, things are back > to normal. For what it is worth, here is the config for

Re: [O] Org-mode release 7.9

2012-08-25 Thread Torsten Wagner
Hi Bastien, with all the new features and changes for each release, we might really need a release-party or better a release-workshop. 1-2 days to get introduced to all the great new stuff ;) Kudos to all the org developers. Torsten On 25 August 2012 00:48, Bastien wrote: > Hi all, > > I'

Re: [O] org-notify Tutorial

2012-08-25 Thread Peter Münster
On Tue, Aug 07 2012, SW wrote: > Is a tutorial/guide available for org-notify? Neither of the following were > very > helpful: > > http://orgmode.org/worg/org-api/org-notify-api.html > > http://thread.gmane.org/gmane.emacs.orgmode/52634/focus=52693 On Sat, Aug 25 2012, maroony wrote: > Thanks

Re: [O] Org-mode release 7.9

2012-08-25 Thread François Allisson
Hi Bastien, Le vendredi 24 aoû 2012 à 17:48:42 (+0200), Bastien a écrit : > Hi all, > > I've released Org 7.9. > > http://orgmode.org/org-7.9.zip > http://orgmode.org/org-7.9.gz > http://orgmode.org/org-mode-download.html > > After 1885 commits since Org 7.8, it was about time. > > See t

[O] difficulty installing 7.9 with the new build system: org-version not informative

2012-08-25 Thread Brian van den Broek
Hi all, tl;dr I've seemingly managed to install org 7.9, but M-x org-version yields Org-mode version N/A (N/A @ /home/brian/.emacsd/site-lisp/) The details: I've not really been following the new build system discussions, but was half-ways dreading my first org-mode upgrade unde them :-) I just

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Charles Philip Chan
Ashfaq writes: > Within the host, I opened an org file with the emacs. Now it can hide > the stars. However, interestingly, when I ssh-ed into the host with > 'putty' and opened the same file with emacs, it shows the stars. Do they have different colour backgrounds? Hide star is really just a h

Re: [O] org-notify.el doesn't work

2012-08-25 Thread Jambunathan K
maroony writes: > Bastien altern.org> writes: > >> >> Achim Gratz nexgo.de> writes: >> >> > None of those functions are interactive, so you can't run them with >> > M-x. >> >> `org-notify-start' is now interactive in git. >> > > Thanks for your answers! The new notify package sounds very in

Re: [O] org-notify.el doesn't work

2012-08-25 Thread maroony
Bastien altern.org> writes: > > Achim Gratz nexgo.de> writes: > > > None of those functions are interactive, so you can't run them with > > M-x. > > `org-notify-start' is now interactive in git. > Thanks for your answers! The new notify package sounds very interesting, but it would be grea

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Ashfaq
I am testing orgmode in Ubuntu 12.04. The host is a VM in oracle virtual box (ver 4.1.18) in Windows 7. Here the emacs version is 23.3.1. I am using the default org-mode here. Within the host, I opened an org file with the emacs. Now it can hide the stars. However, interestingly, when I ssh-ed int

Re: [O] Kudos to Auréliens and Andrew who finished the GSoC successfully!

2012-08-25 Thread Puneeth Chaganti
On Fri, Aug 24, 2012 at 9:41 PM, Bastien wrote: > I'm happy to announce Aurélien and Andrew both passed the final > evaluation for their GSoC. Join me in congratulating them :) Aurélien and Andrew, Congratulations on successfully completing your GSoC, and the wonderful projects!

Re: [O] I can't make work 'startup hidestars'

2012-08-25 Thread Bastien
Hi Ashfaq, Ashfaq writes: > I have installed slacwark13.7 and emacs 23.3. Then I've installed the > orgmode 7.9.3. This is my .emacs initialization file: ^^ The version is not 7.9.3 but 7.9. The "3" in "org-7.9-3-ga986d3" means that there has been 3 commits since the release of

[O] I can't make work 'startup hidestars'

2012-08-25 Thread Ashfaq
Hi All, I have installed slacwark13.7 and emacs 23.3. Then I've installed the orgmode 7.9.3. This is my .emacs initialization file: (require 'org-install) Then, in a org file, I added the following lines to have cleaner view #+STARTUP: indent #+STARTUP: hidestars But the starts are not hidden

Re: [O] org-notify.el doesn't work

2012-08-25 Thread Bastien
Achim Gratz writes: > None of those functions are interactive, so you can't run them with > M-x. `org-notify-start' is now interactive in git. -- Bastien

Re: [O] Org-mode release 7.9

2012-08-25 Thread Bastien
Moritz Ulrich writes: > The second link seems dead to me. Maybe it should read > 'org-7.9.tar.gz'? Err... yes, indeed -- here it is: http://orgmode.org/org-7.9.tar.gz -- Bastien

Re: [O] Org-mode release 7.9

2012-08-25 Thread Bastien
Hi Eric, Eric Schulte writes: > Will the new ELPA package include org-element.el and org-export.el, or > would those require separate packaging? We will move org-export.el into core as soon as there is no conflict with the current export variables/functions. That way org-export.el (which will

Re: [O] Org-mode release 7.9

2012-08-25 Thread Moritz Ulrich
Bastien writes: > Hi all, > > I've released Org 7.9. > > http://orgmode.org/org-7.9.zip > http://orgmode.org/org-7.9.gz > http://orgmode.org/org-mode-download.html > The second link seems dead to me. Maybe it should read 'org-7.9.tar.gz'? -- Moritz Ulrich

Re: [O] Org-mode release 7.9

2012-08-25 Thread Bastien
Achim Gratz writes: > However, one of the last-minute changes to the build system was to add a > friendlier way to include stuff from contrib, I wish it could be even friendlier, with e.g. `make install-contrib' :) -- Bastien, The Stubborn Git

Re: [O] Org-mode release 7.9

2012-08-25 Thread Bastien
Hi Rasmus, Rasmus writes: > It seems doc.html on worg ins't up to date. At least a couple of the > links weren't working for me (the anchor didn't exists). E.g. orgtbl > to unicode. http://orgmode.org/worg/doc.html only document hooks, commands and options. Putting all functions and variable

Re: [O] Sendmail and orgstruct

2012-08-25 Thread Igor Sosa Mayor
maybe the error has nothing to do with org-struct... If I disable it, i'm still getting: Debugger entered--Lisp error: (error "Sending...failed to mail for [ -oi -a default -f igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing to send); ") signal(error ("Sending...

[O] Sendmail and orgstruct

2012-08-25 Thread Igor Sosa Mayor
Hi, first of all, many thanks for providing orgmode. I have at the moment a problem sending emails. I get the following error messages: Debugger entered--Lisp error: (error "Sending...failed to mail for [ -oi -a default -f igor.s...@gmail.com -t ] : send was successful; mail queue is empty

[O] agenda bulk actions

2012-08-25 Thread Eric Abrahamsen
I'm brushing up on org agenda commands, and have a question about bulk actions. It seems to me there's some odd overlap here: we've got 'k' bound to `org-agenda-action', which is used for marking items and shifting their dates to the date under point, or for capturing using the date under point as

Re: [O] org-notify.el doesn't work

2012-08-25 Thread Achim Gratz
Andy Schönemann writes: > I just upgraded to org-mode 7.9 and I want to test the new > org-notify.el package. I inserted the two lines (require 'org-notify) > and (org-notify-start) into my init file. But I can't use this > mode.That means I can't run none of the commands with M-x > org-notify-*.

Re: [O] Strange Problem with "org-agenda-redo"

2012-08-25 Thread Charles Philip Chan
Nick Dokos writes: Hi Nick: > Can you post your configuration? Best to do it with M-x > org-submit-bug-report, I'd guess. My whole org-mode configuration or just the configuration for that Agenda view? I have to make it clear that if I take out the "6 day" agenda block and leave the "one day" o

Re: [O] Org-mode release 7.9

2012-08-25 Thread Achim Gratz
Eric Schulte writes: > Will the new ELPA package include org-element.el and org-export.el, or > would those require separate packaging? The ELPA archive does not include aynthing from contrib/. So, org-element is included, but not org-export. However, one of the last-minute changes to the build