Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-16 Thread Bastien
Hi Sebastien, "Sebastien Vauban" writes: > Shouldn't it more appropriate to give that var such a default: > > "width=0.9\\linewidth" > > 10em seems to me much to small in *all* cases, no? Yes, you're right. I've just applied a patch changing the default to what you suggest. Thanks! --

[O] Time calculation: vsum?

2011-07-16 Thread Christian Moe
Hi, Time calculations don't seem to work with vsum (or vmean). |Time | |-| | 1:06:00 | | 0:52:30 | | 2:00:00 | |-| | 3 | #+TBLFM: @5$1=vsum(@I..@II);T Am I doing something wrong? Could this be made to work? Yours, Christian

Re: [O] Makefile restructuring

2011-07-16 Thread Achim Gratz
Branch is rebased onto current master. I'm now using a sub-make for ./lisp. Compiling and making the org-install.el in ./lisp rather than from toplevel also ensures that both the new (Emacs24) and old autoload.el produces the correct result. It is now possible to copy default.mk to local.mk and

Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior)

2011-07-16 Thread Jambunathan K
Renzo > I just want to add one point that I did not find in the org-manual. I tested > some of my org-files and exported them to the OpenOffice format. When I tried > to > open these documents in OpenOffice, they were corrupt and could not be opened. > > I soon found out why. If you want to exp

[O] Broken link on Worg

2011-07-16 Thread Thomas S. Dye
Aloha all, A link in the An Babel Demo section of http://orgmode.org/worg/org-contrib/babel/uses.html appears to have broken. I'm not sure why and don't know how to fix it. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-16 Thread Sebastien Vauban
Hi Eric and Stephen, Eric Schulte wrote: >> why is the default width 10em for latex graphics? (Or at least, how can >> I change this default? > > See the `org-export-latex-image-default-option' variable. > > Generally in such situation you can run the `describe-variable' function > and tab-compl

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
suvayu ali wrote: > On Sat, Jul 16, 2011 at 7:09 PM, Nick Dokos wrote: > > There was a discussion about this on the list a few months ago, but I > > can't get to search.gmane.org to find the thread atm, although I can get > > to news.gmane.org: is that me or is gmane's search on the fritz? > > >

Re: [O] Formal description of Org files

2011-07-16 Thread suvayu ali
On Sat, Jul 16, 2011 at 7:09 PM, Nick Dokos wrote: > There was a discussion about this on the list a few months ago, but I > can't get to search.gmane.org to find the thread atm, although I can get > to news.gmane.org: is that me or is gmane's search on the fritz? > I think you are replying to th

Re: [O] bulk relative time shift (in org file)?

2011-07-16 Thread Memnon Anon
Bastien writes: > My Gnus .overview has been corrupted and I lost track of the question. > Can you restate it shortly here? ,[ Original request as short as I can get it ] | Michael is looking for a way to "bulk re'timestamp'" items | relativ to the timestamp the item has currently. | This sh

[O] Searching the org list (was: Formal description of Org files)

2011-07-16 Thread Memnon Anon
Nick Dokos writes: > There was a discussion about this on the list a few months ago, but I > can't get to search.gmane.org to find the thread atm, although I can get > to news.gmane.org: is that me or is gmane's search on the fritz? I had some trouble with gmane search for days, too. Alternativ

Re: [O] Formal description of Org files

2011-07-16 Thread Bastien
Nick Dokos writes: > There was a discussion about this on the list a few months ago, but I > can't get to search.gmane.org to find the thread atm, although I can get > to news.gmane.org: is that me or is gmane's search on the fritz? Looks like gmane search is down, I can't use it either. -- B

Re: [O] bulk relative time shift (in org file)?

2011-07-16 Thread Bastien
Hi Memnon, Memnon Anon writes: >>> Any guidance? >> Oh, guidance would be great: I'm curious what others will propose. > > Anyone? > This question might have gone down in the prerelease turmoil ... My Gnus .overview has been corrupted and I lost track of the question. Can you restate it shortl

Re: [O] [PATCH]

2011-07-16 Thread Bastien
Hi Evgeny, thanks a lot for the analysis and the patch, I just applied it. If you can, please use git format-patch when submitting patch and make sure the subject line of the email containing the patch is a short description of it -- it will help me a lot. Best, -- Bastien

Re: [O] error writing agenda view to html file

2011-07-16 Thread Bastien
Jambunathan K writes: > +(defface org-default > + (org-compatible-face 'default nil) > + "Face used for default text." > + :group 'org-faces) > > authorBastien Guerry >Wed, 6 Jul 2011 15:25:29 + (17:25 +0200) > committer Bastien Guerry >Wed, 6 Jul 2011 15:25:2

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > > > I'm creating a web app that interacts with orgmode files and allows > > you to edit orgmode files on the browser. The edit part is not done. > > Wow, this would be a really useful tool. Can't wait to test this! > > > I'm

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > Did the handling of ``#+INCLUDE:'' change recently? There seem > > to be quoting problems because of lines like this: > > > > #+include: "theindex.inc" > > > > in the file ``theindex.org'' and > > > > #+INCLUDE: "../code/awk/ical2org.awk"

Re: [O] error writing agenda view to html file

2011-07-16 Thread Bastien
Hi Rainer, Rainer Stengele writes: > In agenda view doing a C-x C-w produces a face related error. I cannot reproduce this. C-x C-w works fine in the agenda views I could test. > Can somebody help me out finding the issue in this debug message? Please send a small file.org with the agenda

Re: [O] Formal description of Org files

2011-07-16 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > I'm creating a web app that interacts with orgmode files and allows > you to edit orgmode files on the browser. The edit part is not done. Wow, this would be a really useful tool. Can't wait to test this! > I'm quite good at Javascript, and I woul

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Jon Anders Skorpen wrote: > On Sat 2011-07-16 at 11:39, Nick Dokos wrote: > > > > Did the handling of ``#+INCLUDE:'' change recently? There seem > > to be quoting problems because of lines like this: > > > > #+include: "theindex.inc" > > > > in the file ``theindex.org'' and > > > > #+INCLUDE:

Re: [O] Worg update

2011-07-16 Thread Bastien
Hi Nick, Nick Dokos writes: > Did the handling of ``#+INCLUDE:'' change recently? There seem > to be quoting problems because of lines like this: > > #+include: "theindex.inc" > > in the file ``theindex.org'' and > > #+INCLUDE: "../code/awk/ical2org.awk" src sh > > in org-tutorials/org-google-sy

Re: [O] Worg update

2011-07-16 Thread Bastien
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: > I think Worg hasn't updated for several days. Yes, since this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=8834bde39f90e0fa54d998f107af07e545d1165e > The last three lines in log say this: > > Publishing file /home/emacs/git/Worg/org-f

Re: [O] Worg update

2011-07-16 Thread Jon Anders Skorpen
On Sat 2011-07-16 at 11:39, Nick Dokos wrote: > > Did the handling of ``#+INCLUDE:'' change recently? There seem > to be quoting problems because of lines like this: > > #+include: "theindex.inc" > > in the file ``theindex.org'' and > > #+INCLUDE: "../code/awk/ical2org.awk" src sh > > in org-t

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Matthew Sauer wrote: > I just did a pull and org-issues updated (about 10K some deletions and > around the same amount of insertions. > The problem is not that worg is down: pulls/pushes work fine. It's the publishing that fails. Nick

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-16 Thread SAKURAI Masashi
Hi Bastien, At Tue, 12 Jul 2011 09:37:21 +0200, Bastien wrote: > : > The question is: would an API for the whole agenda mechanism (and not > just scheduled items) be useful? > > I've never been a big fan of caching Org files information, because Org > files are often modified in impredictible way

Re: [O] Worg update

2011-07-16 Thread Matthew Sauer
I just did a pull and org-issues updated (about 10K some deletions and around the same amount of insertions. On Sat, Jul 16, 2011 at 11:02 AM, Nick Dokos wrote: > Nick Dokos wrote: > >> Also, even though somehow I had ``theindex.org'' in my clone of worg, it >> does not seem to be git-controlled

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Nick Dokos wrote: > Also, even though somehow I had ``theindex.org'' in my clone of worg, it > does not seem to be git-controlled, but it also does not seem to be a > derived file. What's up with that? > Scratch this: org-publish creates theindex.org if :makeindex is set. Nick

Re: [O] Attachments and refiling

2011-07-16 Thread Darlan Cavalcante Moreira
I use org-attach regularly and consider it to be a great feature of org-mode. Since I only attach to the sub-tree (instead of to a different file) I have not this problem. However, sometimes a set the attach directory of two different headings to the same folder (when it makes sense) and if org al

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye wrote: > I think Worg hasn't updated for several days. > > The last three lines in log say this: > > Publishing file /home/emacs/git/Worg/org-faq.org using > `org-publish-org-to-html' > Exporting... > Wrong type argument: arrayp, nil > Did the handling of ``#+INCLUDE:'' change

Re: [O] Calendar-like view of the org-agenda

2011-07-16 Thread SAKURAI Masashi
Hi Bastien, At Tue, 12 Jul 2011 09:24:25 +0200, Bastien wrote: > : > > One question, is it fixed variable for an user? I mean, one often > > changes the argument parameter to change the filtering in a single > > Emacs session. > > It would actually be nice to be able to change this parameters o

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye wrote: > I think Worg hasn't updated for several days. > > The last three lines in log say this: > > Publishing file /home/emacs/git/Worg/org-faq.org using > `org-publish-org-to-html' > Exporting... > Wrong type argument: arrayp, nil > Did the handling of ``#+INCLUDE:'' change

Re: [O] Calendar-like view of the org-agenda

2011-07-16 Thread SAKURAI Masashi
Hi Manuel, Thank you for your example. I have to study a lot of customize variables of org-agenda. The org-mode is very deep world! At Mon, 11 Jul 2011 21:02:48 +0200, Manuel Hermenegildo wrote: > : > Currently, both tasks will appear in the calfw view. > > In the normal org agenda views the ne

Re: [O] Makefile restructuring

2011-07-16 Thread Achim Gratz
Bastien writes: > I think the proliferation of *.mk files can confuse the user. > Can we try to reduce this to the maximum? Nothing is set in stone at this point and there will certainly be changes to make sure things are useful both for users and maintainers of org-mode. If something doesn't "f

[O] Worg update

2011-07-16 Thread Thomas S. Dye
Aloha all, I think Worg hasn't updated for several days. The last three lines in log say this: Publishing file /home/emacs/git/Worg/org-faq.org using `org-publish-org-to-html' Exporting... Wrong type argument: arrayp, nil All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-16 Thread Eric Schulte
See the `org-export-latex-image-default-option' variable. Generally in such situation you can run the `describe-variable' function and tab-complete your way to the name of the relevant variable. The `apropos' function is also useful for suss out this sort of information. Best -- Eric Stephen Eg

[O] [Accepted] org-publish: Fix regexp for include files

2011-07-16 Thread Bastien Guerry
Patch 833 (http://patchwork.newartisans.com/patch/833/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1310818927-25567-1-git-send-email-jonas%40ifi.uio.no%3E Here is the original message containing the patch: > Content-Type: text/

Re: [O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-16 Thread Bastien
Eric Schulte writes: > However, in this particular case, you could easily sneak your patch into > under 10 lines by replacing the `cond' with a nested `if', and I would > be happy to include such a patch immediately. I just applied Robert's patch in a way that makes his contribution short enoug

Re: [O] how to change the headline starter *

2011-07-16 Thread Pieter Praet
On Fri, 15 Jul 2011 12:21:01 +0200, Philipp Haselwarter wrote: > No need to go all flaming because someone thinks the looks of the > software matter. TBH I don't see what's wrong with that or in what way > that's the opposite of efficiency. What I considered "wrong" about it was the OP implying

Re: [O] Org-mode on GNU ELPA

2011-07-16 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > Yes. Please obsolete all the earlier submissions. Done. > I will re-submit a re-based patch. May be I can pick a thing or two from > Achim's changes. I will be happy to have him review the "make pkg" > changes and suggest improvements to the same. Great

Re: [O] Problem with autoloads

2011-07-16 Thread Bastien
Bastien writes: > Can someone send me this patch again so that I apply it? Forget it -- I just found and applied the patch. Thanks, -- Bastien

Re: [O] Org-mode on GNU ELPA

2011-07-16 Thread Jambunathan K
>> I have a patch to Makefile which permits this to be done. I have not >> been able to spend much time hacking for the last week or so but I plan >> to nudge it forward as soon as my spirit is willing. > > I guess your new patch will obsolete this one: > > http://patchwork.newartisans.com/pat

Re: [O] Problem with autoloads

2011-07-16 Thread Bastien
Achim Gratz writes: > Meanwhile the patch that has been posted fixes the issue and does not > break on older Emacsen, so this should probably be applied by Bastien. I somehow lost track of this patch (my .overview in Gnus got corrupted) and I cannot access Gmane as the search.gmane.org seems to

Re: [O] Web bookmarks in ORG?

2011-07-16 Thread Bastien
Hi Angel, Angel de Vicente writes: > Thanks for the suggestion. I'm very busy right now, so I didn't look at > this, but I will certainly come back to it, and report back. (There was > also a Emacs Database, EDB, which I never used, but which perhaps could > also be used, but I'm not sure if tha

[O] [PATCH] org-publish: Fix regexp for include files

2011-07-16 Thread Jon Anders Skorpen
* org-publish.el (org-publish-cache-file-needs-publishing): Regexp did not find includes with double quoted file names. TINYCHANGE --- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index b8e932d..9654a6d 1

Re: [O] Org-mode on GNU ELPA

2011-07-16 Thread Bastien
matt...@safe-mail.net writes: > Org-mode on GNU ELPA does not distribute the contrib-directory. Is there > any chance this could be added? No, because the GNU ELPA policy requires that the authors of a GNU ELPA file sign the FSF assignment. One of the reasons we have a contrib/ directory is tha

Re: [O] Using org-mode for Research and Notetaking

2011-07-16 Thread Bastien
Hi all, Nicolas Goaziou writes: >> 1. people want inline tasks with possibly no TODO keyword >> 2. people prefer to detect them *very easily* >> 3. changing the syntax of inline tasks from changing todos >>(like !TODO) is too complicated code-wise > > 4. people do not want to break the main

Re: [O] Makefile restructuring

2011-07-16 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> Okay - I'll follow that branch till the change becomes mature. > > I've set up the feature branch "Makefile" in my org-mode clone on > repo.or.cz. Assuming you already have orgmode.git cloned (it does not > really matter where from), do a > >

Re: [O] ThoughtBack

2011-07-16 Thread Bastien
Guys, AFAIU, the fun of using ThoughtBack is to get *random* ideas from the past. This actually could fit in Org: get a random agenda based on selected criteria. Would that be useful? For the record, we already have some randomness through the bulk command "scatter" -- where items are scatte

Re: [O] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Harven, harven writes: > Let me apologize for having started the thread then. Well, no one hurt! It's sometimes a good things to try to rephrase old problems. In this case it led me to have another perspective about this issue, so thank *you* for starting it. -- Bastien

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-16 Thread Bastien
Hi Rainer, Rainer Stengele writes: > so yes - the main part of the time is taken by the big org file. Still > 5 seconds is not a keypress ... And of course I will need a certain > part of the excluded file. So going into any kind of caching might > speed up things quite a bit. Yes. Sorry to r

Re: [O] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I do not disagree. :) > My point is that it could be hard-coded in > a consistent way, i.e. all references to an headline could look for > `org-outline-regexp' instead of some custom string (even though it may > be shorter and easier to write). I do agre

Re: [O] Org-mode on GNU ELPA

2011-07-16 Thread Bastien
Dear Jambunathan, Jambunathan K writes: > matt...@safe-mail.net writes: > >> Org-mode on GNU ELPA does not distribute the contrib-directory. Is >> there any chance this could be added? > > I have a patch to Makefile which permits this to be done. I have not > been able to spend much time hacking

Re: [O] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Carsten, Carsten Dominik writes: > Org-mocde has many syntax elements using many characters, and > any modification of the headline character would likely > lead to conflicts in other areas. So I do not recommend > even trying to change this. Outline-mode is a general mode > to do outlining

Re: [O] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Achim, Achim Gratz writes: > I don't know if having a regexp a compile-time > constant is advantageous in terms of performance. I think it is. > In any case it would > be quite some effort to clean up all regexp to only use symbols. Harven's question convinced me to undertake this effort

Re: [O] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Harven, harven writes: > I am assuming that the org files all start with a org- prefix. Am I > right ? There are also ob-* files in recent version of Org. I did a quick check and could not find references to outline-regexp or org-outline-regexp in those files, but maybe "^\\*" is hardcoded

[O] entering a date through C-c ! or C-c . in "edit" mode of column view does not work

2011-07-16 Thread Jean Wallemacq
I get the message: "C-c ! is undefined" Actually, I need to record a date for each item, and I would like to enter the date using the column mode. Any idea on how to do it? Jean Wallemacq jean.wallem...@skynet.be

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-16 Thread Stephen Eglen
> however they do not affect the generated latex code. Luckily Org-mode > does support passing information like image width to latex figures. See > my attached version of your test file which uses #+ATTR_LaTeX lines to > specify the width during LaTeX export. hi Eric, why is the default width 1

Re: [O] [PATCH] fix compiler warning in org-footnote.el for not known to be defined function org-combine-plists defined in org.el but not declared in org-footnote.el

2011-07-16 Thread Nicolas Goaziou
Hello, Matthew Sauer writes: > diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el > index 03e6369..3a30575 100644 > --- a/lisp/org-footnote.el > +++ b/lisp/org-footnote.el > @@ -54,6 +54,7 @@ > (declare-function org-fill-paragraph "org" (&optional justify)) > (declare-function org-export