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

2011-07-16 Thread harven
Carsten Dominik carsten.dominik at gmail.com writes: BTW, this discussion has happened in the mailing list before several times - a FAQ entry might indeed be appropriate. - Carsten Let me apologize for having started the thread then. Sincerely, -- Harven

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 improv.philoso...@gmail.com 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))

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 10em

[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] how to change the headline starter *

2011-07-16 Thread Bastien
Hi Harven, harven har...@free.fr 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 ^\\*

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

2011-07-16 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de 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

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

2011-07-16 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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

Re: [O] Org-mode on GNU ELPA

2011-07-16 Thread Bastien
Dear Jambunathan, Jambunathan K kjambunat...@gmail.com 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

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

2011-07-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com 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

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

2011-07-16 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de 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

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

2011-07-16 Thread Bastien
Hi Harven, harven har...@free.fr 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] 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

Re: [O] Makefile restructuring

2011-07-16 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien b...@altern.org 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

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

2011-07-16 Thread Bastien
Hi all, Nicolas Goaziou n.goaz...@gmail.com 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

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 that

[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

Re: [O] Web bookmarks in ORG?

2011-07-16 Thread Bastien
Hi Angel, Angel de Vicente ang...@iac.es 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

Re: [O] Problem with autoloads

2011-07-16 Thread Bastien
Achim Gratz strom...@nexgo.de 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

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/patch/377/

Re: [O] Problem with autoloads

2011-07-16 Thread Bastien
Bastien b...@altern.org 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 Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com 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

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 philipp.haselwar...@gmx.de 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

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

2011-07-16 Thread Bastien
Eric Schulte schulte.e...@gmail.com 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

[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:

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

[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] Makefile restructuring

2011-07-16 Thread Achim Gratz
Bastien b...@altern.org 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

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

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com 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:''

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 on the

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com 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:''

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

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com 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.

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 nicholas.do...@hp.com wrote: Nick Dokos nicholas.do...@hp.com wrote: Also, even though somehow I had ``theindex.org'' in my clone of worg,

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

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Matthew Sauer improv.philoso...@gmail.com 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] 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

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

Re: [O] Worg update

2011-07-16 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com 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

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Jon Anders Skorpen jo...@ifi.uio.no 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] Formal description of Org files

2011-07-16 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com 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

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

2011-07-16 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@diplan.de 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

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com 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:

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com 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

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

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

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] bulk relative time shift (in org file)?

2011-07-16 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com 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.

Re: [O] Formal description of Org files

2011-07-16 Thread Bastien
Nick Dokos nicholas.do...@hp.com 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

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

2011-07-16 Thread Memnon Anon
Nick Dokos nicholas.do...@hp.com 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

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

2011-07-16 Thread Memnon Anon
Bastien b...@altern.org 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

Re: [O] Formal description of Org files

2011-07-16 Thread suvayu ali
On Sat, Jul 16, 2011 at 7:09 PM, Nick Dokos nicholas.do...@hp.com 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

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: On Sat, Jul 16, 2011 at 7:09 PM, Nick Dokos nicholas.do...@hp.com 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

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-complete your

[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] 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 export

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

[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