Re: [O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-26 Thread Nick Dokos
Bill Day wrote: > The following code used to include the sitemap and a search box in my > published index.html page: > > index.org > > #+SETUPFILE: ~/elisp/org-templates/level-0.org > #+TITLE: Wiki > #+HTML: > #+INCLUDE sitemap-generated.org > #+HTML: > #+INCLUDE search.org > ... > Now they

Re: [O] Alternate format for datetree

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 11:04 PM, Nick Dokos wrote: > John Hendy wrote: > >> On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: >> > Hi, >> > >> > I have been using org-mode for about 18 months now and love it. I recently >> > came across the org-capture file+datetree format and it

Re: [O] build failure

2012-08-26 Thread Achim Gratz
Erich Neuwirth writes: > I just pulled the latest version of the sources on my MacBook with OSX 10.8.1 > > Buildung does not work any more, here is the error. > Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)... > Cannot open load file: ../UTILITIES/org-fixup.el > make[1]: *** [o

[O] #+INCLUDE broken (or changed) in org-mode 7.9? Help!

2012-08-26 Thread Bill Day
The following code used to include the sitemap and a search box in my published index.html page: index.org #+SETUPFILE: ~/elisp/org-templates/level-0.org #+TITLE: Wiki #+HTML: #+INCLUDE sitemap-generated.org #+HTML: #+INCLUDE search.org . . . default.el (require 'org-publish) (setq org-publis

Re: [O] Problems Setting Drawers in .emacs

2012-08-26 Thread Nick Dokos
Rodolfo Aramayo wrote: > Hi, > > I am having essentially the same problem described on the following thread: > > http://thread.gmane.org/gmane.emacs.orgmode/22263 > > Which is essentially: > > when I define in my .emacs file: > > ;; Define some default drawers. > (setq org-drawers (quote ("P

[O] Problems Setting Drawers in .emacs

2012-08-26 Thread Rodolfo Aramayo
Hi, I am having essentially the same problem described on the following thread: http://thread.gmane.org/gmane.emacs.orgmode/22263 Which is essentially: when I define in my .emacs file: ;; Define some default drawers. (setq org-drawers (quote ("PROPERTIES" "SETUP"))) PROPERTIES and SETUP aren'

Re: [O] Alternate format for datetree

2012-08-26 Thread Nick Dokos
John Hendy wrote: > On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: > > Hi, > > > > I have been using org-mode for about 18 months now and love it. I recently > > came across the org-capture file+datetree format and it is just what I am > > looking for, except that I need a sligh

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 10:15 PM, John Hendy wrote: > On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: >> John Hendy writes: >> >>> I'm conducting some neural network analysis, and the results are >>> highly dependent on the random seed set prior to creating the model. I >>> loop through se

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: > John Hendy writes: > >> I'm conducting some neural network analysis, and the results are >> highly dependent on the random seed set prior to creating the model. I >> loop through seeds 1-500, storing the predicted values in one data >> frame

[O] How to fontify FIXME in tables?

2012-08-26 Thread François Pinard
Hi, Org people. I just refreshed Org mode from Git today, and as usual, it was fairly easy. From the announcement, tons of work accumulated, and I wanted to take advantage of them! It's fun putting oneself in a position to lazily discover new possibilities over something which is already highly

Re: [O] Including multiple plots resulting from a loop of R code in LaTeX

2012-08-26 Thread John Hendy
On Thu, Aug 23, 2012 at 11:43 AM, Eric Schulte wrote: > John Hendy writes: > >> I'm conducting some neural network analysis, and the results are >> highly dependent on the random seed set prior to creating the model. I >> loop through seeds 1-500, storing the predicted values in one data >> frame

Re: [O] Alternate format for datetree

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 3:11 PM, c b <24x7x...@gmail.com> wrote: > Hi, > > I have been using org-mode for about 18 months now and love it. I recently > came across the org-capture file+datetree format and it is just what I am > looking for, except that I need a slightly different format described a

[O] Small suggestion for org-taskjuggler.el

2012-08-26 Thread Bill Day
In working with org-mode's taskjuggler exporter, I have noticed that it does not support the attributes chargeset and charge in taskjuggler 3. These attributes are necessary to use taskjuggler's cost estimating functions. I am not much of a coder, but I have tried my hand at a patch. commit 15b52

Re: [O] comma as decimal point: bug?

2012-08-26 Thread Nicolas Goaziou
Hello, Bastien writes: > Mhh.. but many users might expect the calculation to happen just > because those strings are aligned as numbers. ">3.5" will also be recognized and aligned as a number, but you can't expect calculations to happen on it either. Regards, -- Nicolas Goaziou

Re: [O] comma as decimal point: bug?

2012-08-26 Thread Bastien
Nicolas Goaziou writes: > But it only means such numbers will be properly aligned to > the right. Internally, calculations still require dot separator. Mhh.. but many users might expect the calculation to happen just because those strings are aligned as numbers. The name of the variable is som

Re: [O] comma as decimal point: bug?

2012-08-26 Thread Nicolas Goaziou
Hello, Rainer Thiel writes: > I have seen that as of v. 7.9, org tables are supposed to accept > commas as decimal points which is useful if you set up tables to be > used in in files where continental conventions are expected to be > followed. Actually, this more subtle. Tables recognize numbe

Re: [O] comma as decimal point: bug?

2012-08-26 Thread Bastien
Hi Rainer, Rainer Thiel writes: > I have seen that as of v. 7.9, org tables are supposed to accept > commas as decimal points which is useful if you set up tables to be > used in in files where continental conventions are expected to be > followed. > > But I cannot see this really works. Well

Re: [O] build failure

2012-08-26 Thread Bastien
Hi Erich, Erich Neuwirth writes: > I just pulled the latest version of the sources on my MacBook with OSX 10.8.1 > > Buildung does not work any more, here is the error. > Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)... > Cannot open load file: ../UTILITIES/org-fixup.el > ma

[O] Alternate format for datetree

2012-08-26 Thread c b
Hi, I have been using org-mode for about 18 months now and love it. I recently came across the org-capture file+datetree format and it is just what I am looking for, except that I need a slightly different format described as below Currently format is * 2012 ** 2012-08 *** 2012-08-26 Sunday

[O] build failure

2012-08-26 Thread Erich Neuwirth
I just pulled the latest version of the sources on my MacBook with OSX 10.8.1 Buildung does not work any more, here is the error. Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)... Cannot open load file: ../UTILITIES/org-fixup.el make[1]: *** [org-version.el] Error 255 make: ***

Re: [O] Report on package Org-mode version N/A (N/A @ c:/cygwin/usr/local/share/emacs/site-lisp/org/)

2012-08-26 Thread Achim Gratz
Brian van den Broek writes: > See the thread > where I posted about the same issue. Achim's reply to my original post > provides the solution. Besides, it's already solved in Git, so when the archives are next updated it will work as expected out

Re: [O] Please consider making a donation

2012-08-26 Thread BernardH
Bastien altern.org> writes: > > Hello all, > > I've been a freelancer for the last two months and I want to continue > this experience. > > As such, my main challenge is to discipline myself not to spend too > much time on Org -- because, as you can imagine, it *is* very tempting. > > So the

Re: [O] Preserving the geometry of a table range

2012-08-26 Thread Michael Brand
Hi Jarmo On Sun, Aug 26, 2012 at 10:45 AM, Jarmo Hurri wrote: > Does this help? Yes. > but now it naturally gives an error, since the argument to > sum-row-prods is a list, not a list of lists (rows). AFAIK there is no way to get the list of lists. But if you didn’t already you may consi

[O] Beamer onlyenv

2012-08-26 Thread Avdi Grimm
I have a lot of slides where I want to incrementally show arbitrary information or code that is *not* part of a bullet list. I've been doing it like this: #+BEAMER: \begin{onlyenv}<2-> ...some content... #+BEAMER: \end{onlyenv} I haven't been able to find any comprehensive org-beamer docs, and I'

[O] org2blog: referencing to other blog posts?

2012-08-26 Thread Steinar Bang
Is there a way to reference other blog posts in org2blog, other than using absolute URLs for that article on the server? I will use absolute URLs as a workaround, if there is no way, but it would feel better to "work inside the system". Also is there a way to link related articles, that will show

Re: [O] Report on package Org-mode version N/A (N/A @ c:/cygwin/usr/local/share/emacs/site-lisp/org/)

2012-08-26 Thread Brian van den Broek
On 26 August 2012 08:07, Robert Adesam wrote: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-

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

2012-08-26 Thread Ashfaq
: ) Thank you, Phillip, for the info. At last, I got it right. Selecting manoj-dark color-theme has hid those stars. -- Sincerely, Ashfaq

[O] Report on package Org-mode version N/A (N/A @ c:/cygwin/usr/local/share/emacs/site-lisp/org/)

2012-08-26 Thread Robert Adesam
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

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

2012-08-26 Thread Sean O'Halpin
On Sun, Aug 26, 2012 at 3:31 PM, Eric Schulte wrote: > [snip] > I just committed this to the git repo. > > Thanks for the contribution! > (and thanks for packaging your patch so that it was easy to apply) > Great! Thanks.

Re: [O] Org-mode release 7.9

2012-08-26 Thread Achim Gratz
Robert Horn writes: > Tests: > - proper org-version? yes 7.9, no problems reported Can we see the full output, please? > - [f8] to trigger a capture I get the error: > > org-capture-select-template: Symbol's function definition is void: > org-contextualize-keys > > In my .emacs I've got > > (de

Re: [O] Archiving drawers?

2012-08-26 Thread Bernt Hansen
Bastien writes: > Hi Loris, > > "Loris Bennett" writes: > >> I have a small number of tasks that I clock into daily. I have already >> manually split off the older log entries into a separate draw called >> OLDLOGS. However, I was wondering whether there is a way of archiving >> these log entr

Re: [O] Org-mode release 7.9

2012-08-26 Thread Robert Horn
A bug, perhaps ELPA related. Sorry to be so brief but I've got to run soon to the station. I'm going to be tied up for the next week, but if it's not figured out by then, I'll have time to look in more detail. I confirmed this on Linux, Mac, and Windows, all emacs 24.1. All respond the same.

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

2012-08-26 Thread Filippo A. Salustri
Yes, I download it from the AppStore too. I just start download before I go to lunch. It's done long before I get back. /fas On 26 August 2012 04:58, Moritz Ulrich wrote: > > Yes, there is! :-) Use a recent Xcode from the Mac AppStore and install > the command line tools via the option dialog.

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

2012-08-26 Thread Eric Schulte
"Sean O'Halpin" writes: > 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-

[O] (not so) sticky agendas

2012-08-26 Thread Rainer Thiel
I use to have the agenda for the next 21 days automatically displayed when Emacs ist run. For this purpose, I have put (org-agenda-list) as one of the last entries in my .emacs init file (the org-agenda-span is set to 21 befor in the custom variables). The agenda thereby displayed is not s

[O] comma as decimal point: bug?

2012-08-26 Thread Rainer Thiel
I have seen that as of v. 7.9, org tables are supposed to accept commas as decimal points which is useful if you set up tables to be used in in files where continental conventions are expected to be followed. But I cannot see this really works. I should have expected that the following two tables

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

2012-08-26 Thread John Hendy
On Sun, Aug 26, 2012 at 3:58 AM, Moritz Ulrich wrote: > > John Hendy writes: > >> 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 Xc

Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Bastien
Moritz Ulrich writes: > Seems like `org-agenda-kill' is affected too: And `org-agenda-archive-with' too. Both should be fixed now, thanks. -- Bastien

Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Moritz Ulrich
Bastien writes: > Moritz Ulrich writes: > >> When I try to refile a TODO from from a sticky agenda, I get the >> following error: >> >> Debugger entered--Lisp error: (wrong-type-argument stringp nil) >> org-remove-subtree-entries-from-agenda() >> org-agenda-refile(nil) >> call-interactivel

Re: [O] (Warning: Has attachments) org-odt.el/ org-e-html.el/ org-e-odt.el: Needs new maintainers

2012-08-26 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > [2] If the maintainership of Orgmode project changes hands, please let > me know. I can continue from where I left off. Can you suggest who as an Org maintainer will make you maintain back org-odt.el, org-e-html.el and org-e-odt.el? One sure thing: I'

Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Bastien
Moritz Ulrich writes: > When I try to refile a TODO from from a sticky agenda, I get the > following error: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > org-remove-subtree-entries-from-agenda() > org-agenda-refile(nil) > call-interactively(org-agenda-refile nil nil)

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

2012-08-26 Thread Moritz Ulrich
John Hendy writes: > 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

Re: [O] Preserving the geometry of a table range

2012-08-26 Thread Jarmo Hurri
Greetings Michael. I can try. Here is an example of the desired low-level functionality with a simple function. The lookup functions would be built on this. Does this help? * an example of low level functionality Here is an example of an elisp function working on a range as a list of rows.

[O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Moritz Ulrich
When I try to refile a TODO from from a sticky agenda, I get the following error: --8<---cut here---start->8--- Debugger entered--Lisp error: (wrong-type-argument stringp nil) org-remove-subtree-entries-from-agenda() org-agenda-refile(nil) call-interactiv

Re: [O] [PATCH v3 00/11] Taskjuggler exporter improvements

2012-08-26 Thread Bastien
Hi Yann, Yann Hodique writes: > here is a new version of the patch series. I have now applied those patches to master. Thanks a lot for this! -- Bastien

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

2012-08-26 Thread Bastien
Achim Gratz writes: > Bastien writes: >>> I'll add >>> a file to the tarball that just defines these two variables and include >>> that when absolutely no version is defined. >> >> Can't we just have this in default.mk? Do we need yet another file? > > That would mean I'd have to change defaul

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

2012-08-26 Thread Achim Gratz
Bastien writes: >> I'll add >> a file to the tarball that just defines these two variables and include >> that when absolutely no version is defined. > > Can't we just have this in default.mk? Do we need yet another file? That would mean I'd have to change default.mk while building the tarball

Re: [O] Preserving the geometry of a table range

2012-08-26 Thread Michael Brand
Hi Jarmo could you make a small example with the table content before and after the yet to be defined formula has been applied, maybe with a pseudo-formula? Michael