Re: [O] Variable publishing-directory?

2011-08-17 Thread Bastien
Hi Kai, Kai Tetzlaff writes: > There might be a way to do that with the current org-mode which i just > did not find. In that case, please let me know how. Otherwise the > attached patch seems to provide the desired effect and it would be great > if it could be added to org-mode. The patch look

Re: [O] [OT] the screwnicorn.

2011-08-17 Thread Bastien
theo writes: > http://www.vat19.com/dvds/screwnicorn-unicorn-corkscrew.cfm > > I made me think about org-mode. I thought it might interest one of > you. "The only reason we're selling this product is because of its name." :) Maybe one day geeks will drink wine instead of beer? -- Bastien

Re: [O] how to include effort in agenda prefix?

2011-08-17 Thread Max Mikhanosha
Use %e format for effort. If it gives you an error you need newer org-mode, as the patch to fix %e format only got applied recently. At Wed, 17 Aug 2011 15:14:12 -0700, Michael Gilbert wrote: > > Hi all ��> > I want to be able to skim across my agenda and see effort estimates. I have > been loo

Re: [O] odt export bug, I think.

2011-08-17 Thread Matt Price
Hi Jambunathan, This is a little hard to do in gmail, which auto-encodes everything! unfortunately wanderlust has been broken for me for some time... I've attached a text file that I think answers all you questions appropriately. Unfortunately my original file file is a year old, so I'm not enti

Re: [O] odt export bug, I think.

2011-08-17 Thread Jambunathan K
Hello Matt > Hi, > > I think I've found an odt export bug.  Certain complex URL's stored > within links can end up being rendered with forbidden characters, > e.g. '<' and '>'.  so, e.g., a link to this URL: > > http://www.jstor.org.myaccess.library.utoronto.ca/sici?origin= > sfx%253Asfx&sici=136

Re: [O] Markdown export (using org-export-generic)

2011-08-17 Thread Jambunathan K
> [2] Download the test.org file in the link below > http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/contrib/odt/tests/ The repo is refusing to a do dir listing. So here is the link to the actual file http://repo.or.cz/w/org-mode/org-jambu.git/blob_plain/HEAD:/contrib/odt/tests/test.

Re: [O] thanks

2011-08-17 Thread Bernt Hansen
"Patrick O'Neill" writes: > I just wanted to give a quick word of thanks to Bernt Hansen and > everyone else answering questions on the emacs-orgmode list. You're most welcome :). I've completely forgotten all about this (ancient) post. Regards, Bernt

Re: [O] Markdown export (using org-export-generic)

2011-08-17 Thread Jambunathan K
Paul Sexton writes: > Jambunathan K gmail.com> writes: >> May be you could cook something up with org-lparse? The file is in >> contrib dir and org-xhtml and ord-odt make use of it. > > Thanks, it looks interesting, but I can't find any documentation? You need to rely on the docstrings for the

[O] how to include effort in agenda prefix?

2011-08-17 Thread Michael Gilbert
Hi all — I want to be able to skim across my agenda and see effort estimates. I have been looking at the variable org-agenda-prefix-format and wondering if use of the expression evaluation option in there is the way to do it. However, while I have configured this prefix to suit me in other ways

[O] [OT] the screwnicorn.

2011-08-17 Thread theo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all. I just found a funny goody called "screwnicorn". http://www.vat19.com/dvds/screwnicorn-unicorn-corkscrew.cfm I made me think about org-mode. I thought it might interest one of you. The only missing thing on top of that would be an org-mo

Re: [O] Markdown export (using org-export-generic)

2011-08-17 Thread Paul Sexton
Jambunathan K gmail.com> writes: > May be you could cook something up with org-lparse? The file is in > contrib dir and org-xhtml and ord-odt make use of it. Thanks, it looks interesting, but I can't find any documentation?

Re: [O] org-agenda.el acquired a dependency on org-clock.el

2011-08-17 Thread Nick Dokos
Nick Dokos wrote: > > Commit 8c3ecbe3 introduced a new dependency > > org-agenda.el --> org-clock.el > > by moving the org-hh:mm-string-to-minutes etc. functions into org-clock.el. > Presumably, org-agenda.el now needs a > > (require 'org-clock) > ... except that that creates a circular d

Re: [O] Bug: Column view does not function properly in Agenda buffers [7.7]

2011-08-17 Thread Christian Schmidt
Hi Bastien, Bastien wrote: Please test against latest git and confirm this is fixed (or not). I can confirm, that this bug is fixed! This is just brilliant! Thank you very much! May I dare to ask for your help on two follow-up concerns? The result I get with the latest git: =

[O] org-agenda.el acquired a dependency on org-clock.el

2011-08-17 Thread Nick Dokos
Commit 8c3ecbe3 introduced a new dependency org-agenda.el --> org-clock.el by moving the org-hh:mm-string-to-minutes etc. functions into org-clock.el. Presumably, org-agenda.el now needs a (require 'org-clock) Nick

Re: [O] thanks

2011-08-17 Thread Nick Dokos
Nick Dokos wrote: > > #+TBLFM: $1=3Dfind(@address@hidden,$2) > > > > Address rewriting by the list/archive manager: the original formula was > > #+TBLFM: $1=find(@I$2..@III$2,$2) > > Never mind ;-) > Nick > > PS. But corruptions like this are a problem if we want to use the > list archives a

Re: [O] thanks

2011-08-17 Thread Nick Dokos
Nick Dokos wrote: > Patrick O'Neill wrote: > > > I just wanted to give a quick word of thanks to Bernt Hansen and > > everyone else answering questions on the emacs-orgmode list.=C2=A0 Since > > the mailing list is publicly archived, answered questions can remain > > useful to others long after

Re: [O] thanks

2011-08-17 Thread Nick Dokos
Patrick O'Neill wrote: > I just wanted to give a quick word of thanks to Bernt Hansen and > everyone else answering questions on the emacs-orgmode list.  Since > the mailing list is publicly archived, answered questions can remain > useful to others long after the original respondents have probab

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-17 Thread Valentin Wüstholz
Hi Bastien. On Wed, Aug 17, 2011 at 11:40 AM, Bastien wrote: >> Maybe that's something that could be added to the >> corresponding worg page (http://orgmode.org/worg/org-contribute.html). > > This is already described here: > >  http://orgmode.org/worg/org-contribute.html#sec-5 > > Feel free to

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Nicolas, > > Nicolas Goaziou writes: > >> There are quite a few places indeed using "[ \t]" which may use " " >> instead. Before TODO keywords, before priority cookies, before >> check-boxes, etc. > > Enforcing " " _before_ the places you mention would be good change

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Sebastien Vauban
Hi Bastien and Nicolas, Bastien wrote: > Nicolas Goaziou writes: >> Notwithstanding the fontification problem, isn't "* TODO" considered >> as a valid task, whose text is "TODO" and without a keyword? > > FWIW, I'm not in favor of this -- I'd rather consider it a task with a > todo keyword but wi

Re: [O] Babel woes

2011-08-17 Thread Thomas S. Dye
Aloha Andras, Andras Major writes: > Hi everyone, > > I've been trying to use org-mode for report generation lately, and > haven't really succeeded. Here's a list of issues I encounter: > > - Babel offers a way of generating a code block from the output or > value of a code block. That new bl

Re: [O] Org-Mode Homepage error

2011-08-17 Thread Achim Gratz
Bastien writes: > Thanks for this -- it does not apply, though. Make sure you > pulled the lastest version of Worg, see commit cd473c26: > > cd473c26 * Test update of org-infojs > > This was a test I did. Since the version of org-info-js in Worg is > *not* the version on http://orgmode.org/ ch

[O] Commit 58f1dbcc Remove version header

2011-08-17 Thread Achim Gratz
Hi Bastien, there are a few diffs in that commit that the Changelog doesn't describe, especially one addition in org-clock.el that you may or may not have wanted to commit. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for KORG EX-800 an

Re: [O] Org-contacts and where to store address

2011-08-17 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> Is there a good way of adding the (multi line) address to the >> PROPERTY drawer or should I put the address in the notes right below >> the drawers? > > I'd suggest reformatting the multi-lines address into a single-line > string. Done

Re: [O] Org-Mode Homepage error

2011-08-17 Thread Bastien
Hi Achim, Achim Gratz writes: > Fetching a stale copy from cache perhaps? Ah, yes, perhaps. >>From 55fd3d1b7f82460e28d8fcc50c6ea0eb41197fef Mon Sep 17 00:00:00 2001 > From: Achim Gratz > Date: Wed, 17 Aug 2011 17:49:56 +0200 > Subject: [PATCH] Find title differently to allow it to reside in

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > There are quite a few places indeed using "[ \t]" which may use " " > instead. Before TODO keywords, before priority cookies, before > check-boxes, etc. Enforcing " " _before_ the places you mention would be good change. Feel free to commit such a change if

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Bastien
Hi nicolas, Nicolas Goaziou writes: > Notwithstanding the fontification problem, isn't "* TODO" considered > as a valid task, whose text is "TODO" and without a keyword? FWIW, I'm not in favor of this -- I'd rather consider it a task with a todo keyword but with no "true headline". -- Bastie

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Bastien
Hi Carsten and Nicolas, Carsten Dominik writes: >> Notwithstanding the fontification problem, isn't "* TODO" considered as >> a valid task, whose text is "TODO" and without a keyword? > > Well, the behavior is really undefined on these border cases. There are side-effects to the current behavio

Re: [O] Org-Mode Homepage error

2011-08-17 Thread Achim Gratz
Bastien writes: > Well, the HTML page was empty -- same error than with the unpatched > version of org-info.js. Fetching a stale copy from cache perhaps? I did all my testing locally and changed things around to make sure it would really load the version I just created... > If you're confident

Re: [O] Hide table columns on export

2011-08-17 Thread Darlan Cavalcante Moreira
I didn't test this, but I think you can do what you want with org-babel without too much work. Just put the table somewhere that is not exported and put a src block that receives the table where you want the table to appear. -- Darlan At Wed, 17 Aug 2011 07:07:56 +0100, Johnny wrote: > > Nick

Re: [O] Bug: Column view does not function properly in Agenda buffers [7.7]

2011-08-17 Thread Bastien
Hi Christian, Christian Schmidt writes: > The Bug: > > Unfortunately the column ITEM (3rd one) does not get cleaned up from > priority "[#B]" and status "NEXTACTION". Please test against latest git and confirm this is fixed (or not). Thanks, -- Bastien

Re: [O] Bug: Column view in the agenda does not clean up ITEM [7.7]

2011-08-17 Thread Bastien
Hi Christian, Christian Schmidt writes: > Does org-mode clean up the column "ITEM" in the column view when > called upon agenda view in your installation? Cleaning up items was not allowed in org-agenda-mode columns so far. I have just pushed a change that should fix this. Thanks a lot for r

Re: [O] Babel woes

2011-08-17 Thread Sebastien Vauban
Hi Andras, Andras Major wrote: > I've been trying to use org-mode for report generation lately, and > haven't really succeeded. Here's a list of issues I encounter: > > - Babel offers a way of generating a code block from the output or > value of a code block. That new block, however, is forced

Re: [O] formulas in spreadsheet to increase date

2011-08-17 Thread Matt Price
On Wed, Aug 17, 2011 at 3:35 AM, Nick Dokos wrote: > Matt Price wrote: > > > Hi, > > > > It's htat time of year again and I'm putting together course syllabi. I > would really love to be able > > to dynamically calculate dates in a spreadsheet, e.g.: > > > > |Topic 1|Date1|Description1| > > |To

Re: [O] Org-Babel Mode : a suggestion and a contribution article [Babel]

2011-08-17 Thread Bastien
Hi Feiming, Feiming Chen writes: > I wrote a how-to article on its use (see attached file > "how-to-use-*.html", other files are raw and support files). > Hopefully it can be useful to some users. Are you willing to add this file to Worg? http://orgmode.org/worg/ It is useful to have as muc

Re: [O] [yasnippet] Symbol's function definition is void: yas/next-field-group

2011-08-17 Thread Bastien
Hi Bianca, Bianca Lutz writes: > The org info seems to be outdated: yas/next-field-group is called > yas/next-field nowadays. A simple rename should solve the issue. Fixed, thanks! -- Bastien

[O] org-mode fontification error [6 times]

2011-08-17 Thread Leo
Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. I am using org-mode 7.7 on Emacs 23.3.50. Leo

Re: [O] Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]

2011-08-17 Thread Bastien
Hi Reiner, Reiner Steib writes: > I will do. Thanks. (The string "Bug:" is from `org-submit-bug-report' > so I guess this should be used.) Users tends to use [BUG] or [bug] when manually adding this label to the subject line. Using "Bug:" in `org-submit-bug-report' is still okay, as it lets u

Re: [O] Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]

2011-08-17 Thread Bastien
Hi Reiner, Reiner Steib writes: > [this probably rather is a feature request than a bug. Do you want > users to use `org-submit-bug-report' for feature requests as well?] Please send feature requests directly on the list, not through `org-submit-bug-report'. Thanks, -- Bastien

Re: [O] Bug: Toggle descriptive and literal links [7.4]

2011-08-17 Thread Bastien
Hi Reiner, Reiner Steib writes: > (a) There is no (interactive) command to toggle this setting. There is now `org-toggle-link-display'. > #+BEGIN_SRC lisp >(defun org-descriptive-links () > "Display Descriptive Links in `org-mode'." > (interactive) > (org-add-to-invisibility

[O] Babel woes

2011-08-17 Thread Andras Major
Hi everyone, I've been trying to use org-mode for report generation lately, and haven't really succeeded. Here's a list of issues I encounter: - Babel offers a way of generating a code block from the output or value of a code block. That new block, however, is forced to the same language as

Re: [O] [bug] Asterisks in source and example blocks interpreted as headings

2011-08-17 Thread Daniel Bausch
Hi, AFAIK that is exactly the case, for which the "," rule is for. Just put a "," in front of the offending line and everything will be fine. On export the "," is removed. best regards, Daniel Am Dienstag 16 August 2011, 20:27:01 schrieb Jason Dunsmore: > Hello, > > I noticed that lines with le

Re: [O] Org-contacts and where to store address

2011-08-17 Thread Bastien
Hi Karl, Karl Voit writes: > I am writing an Python-script that converts my old jPilot contact > information to Org-mode. I chose Org-contacts[1] because it seems to > me that this will be a widely used format. > > In my old format, the address field is a multi-line field similar > to: > > ,

Re: [O] [PATCH] Add :sort option to clocktable report

2011-08-17 Thread Bastien
Hi Max, Max Mikhanosha writes: > Attached patch adds new options :sort to the clocktable report > options. Valid values: > > time-up or T - highest time on top > time-down- lowest time on top > > For multi-file clock reports, entries in each file are sorted > separately and then the files ar

Re: [O] Folding code sections in HTML export?

2011-08-17 Thread Bastien
Hi Ken, writes: > Has anyone developed a way to use a collapsable-div section in HTML export > of code sections? What I'd love is for all code sections to export their > content into the HTML, but sections with ":exports none" or ":exports > results" to have the code initially collapsed, while

Re: [O] [odt] htmlfontify + Support for src blockfontification

2011-08-17 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > I have patched up htmlfontify[1] to support fontification of odt > source blocks. The examples you sent look great! > I am planning to submit the patch to emacs-devel. The discussion will be more effective on emacs-orgmode mailing list, because most use

Re: [O] compute the difference between effort estimates and actual clocked time

2011-08-17 Thread Bastien
Hi Pascal, Mattia Pascal writes: > Thanks a lot. It's what I needed. I've applied the patch, thanks. -- Bastien

Re: [O] [PATCH] org.el: Preserve indentation of manually indented lines in example blocks.

2011-08-17 Thread Bastien
Hi Valentin, Valentin Wüstholz writes: > thanks for the comments. I'll certainly keep that in mind for future > patches. Thanks :) > Maybe that's something that could be added to the > corresponding worg page (http://orgmode.org/worg/org-contribute.html). This is already described here: h

Re: [O] Refiling list items

2011-08-17 Thread Bastien
Hi Jeff, thanks for bringing up this issue, and thanks all for the input. I pushed three small changes to the org-refile interface: 1. before prompting the user for a refile target, put the point at the beginning of the region/subtree to refile. This will make sure everyone understands we

Re: [O] Reg: Publishing in html using property tags

2011-08-17 Thread Bodhi
These IDs are automatically created. I don't tinker with them even once. On Wed, Aug 17, 2011 at 9:34 AM, Puneeth Chaganti wrote: > On Wed, Aug 17, 2011 at 8:51 AM, Bodhi wrote: > > Here you go. > > I'm not able to make my org-mode use the PROPERTY ID that's already > been defined by you. I got

Re: [O] git repository over http?

2011-08-17 Thread Bastien
Hi Peter, peter.fri...@agfa.com writes: > I can’t seem to clone the git repository over http (from > http://orgmode.org/org-mode.git). Is the server not supporting http, or is > it just me? The server isn't supporting the http protocol -- you can use http://repo.or.cz/w/org-mode.git instead, wh

Re: [O] formulas in spreadsheet to increase date

2011-08-17 Thread Nick Dokos
Matt Price wrote: > Hi, > > It's htat time of year again and I'm putting together course syllabi.  I > would really love to be able > to dynamically calculate dates in a spreadsheet, e.g.: > > |Topic 1|Date1|Description1| > |Topic2|Above Date + 7| Description2| > |Topic3|Above Date + 7| Descri

Re: [O] TODO type problem on speedbar and imenu.

2011-08-17 Thread Carsten Dominik
On Aug 16, 2011, at 11:44 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> I am not sure this is a good idea. With this patch, you always >> require the space to be there. So "* TODO" would not be a task. >> I am not sure, this might have side effects. > > Notwithstandin

Re: [O] Hide table columns on export

2011-08-17 Thread Johnny
Nick Dokos writes: > Johnny wrote: > >> Is there a way to hide certain columns of a table when exporting? > > In this particular case, you could easily kill the columns you don't > want to export (with M-S-left in a table context), do the export (C-c e > h or whatever) and then undo (C-x u) eno