Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-23 Thread Jambunathan K
> It does seem that you are, for now, letting them be within org-mode > (your other mail). But it would still help if you express your > apprehensions and discuss them openly on this list. There is another mail that is on it's way. (Replies to Sebastien Vauban always appear longer time to appear

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Tom, > > To me, the documentation is the leading specification of a piece of > > software. Anything the software doesn't do that is in the docs is a > > bug, but likewise anything it does do which the docs don't cover is > > also a bug. > > Aloha Andras, > > As an avocational programmer who

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-23 Thread Jambunathan K
> Hi Jambunathan, > >> I have made a decision not to merge org-lparse, org-xhtml & org-odt in >> to Orgmode core. It is a very difficult decision for me to take >> considering that I had put all my heart in to it. (Btw, this decision >> has nothing to with me not having enough time at hand.) > >

[O] [PATCH] Fix regression introduced in 15798836

2011-08-23 Thread Noorul Islam
Log [[[ * lisp/org-agenda.el (org-agenda-get-todos): Set category-pos before usage. ]]] Thanks and Regards Noorul diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index e3236e5..8d869be 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4607,6 +4607,7 @@ the documentation of `org-

Re: [O] how to add font-lock keywords

2011-08-23 Thread Le Wang
Thanks for the hint, I tried this, but all my beautiful salad bowl colours went away. (font-lock-add-keywords 'org-mode '(("\"\\(\\(?:.\\|\n\\)*?[^\\]\\)\"" 0 font-lock-string-face))) Notice that I made a bad attempt to handle escaped quotation mark in the string. Does anyone know a better solut

Re: [O] how to add font-lock keywords

2011-08-23 Thread John Wiegley
> John Wiegley writes: > Le Wang writes: >> I wasn't able to google a clear examples of how to do this. For example, >> I'd like to highlight all text between double-quotes. > Typically it looks something like this: > (font-lock-add-keywords org-mode [...] Sorry, that should be 'or

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-23 Thread Vikas Rawal
> Precisely my point. Bastien's idea of merge is to make it into a long > drawn affair. I disagree. It would help if you or Bastien could explain what is going on. As is clear, everyone is hoping that the issues will be resolved and your valuable contributions will remain a part of org-mode. It

Re: [O] how to add font-lock keywords

2011-08-23 Thread John Wiegley
> Le Wang writes: > I wasn't able to google a clear examples of how to do this. For example, > I'd like to highlight all text between double-quotes. Typically it looks something like this: (font-lock-add-keywords org-mode (list (list (concat "\\(\"[^\"]+\"\\)")

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-23 Thread Jambunathan K
> I personally would really like to see important contribution such > as yours become more and more integrated into the 'standard' > Org ditribution - and not pushed further away. Precisely my point. Bastien's idea of merge is to make it into a long drawn affair. I disagree. Jambunathan K.

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Thomas S. Dye
Eric Schulte writes: > Nick Dokos writes: > >> András Major wrote: >> >>> Hi Eric, >>> >>> > > Your file uses #+data: where I use #+tblname: -- which one is the >>> > > official one? I have the impression that it's #+data:, but I haven't >>> > > come across that in the manual or elsewhere bef

Re: [O] Bug: typo in org-list - "point-maker"

2011-08-23 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Commit 08ca5be491f5704cc0c6cb87013a5e8537218488 causes an error because > of typo: i.e., "point-maker" instead of point-marker Fixed, thanks. -- Nicolas Goaziou

[O] [PATCH] Implement history facility for org-occur searches

2011-08-23 Thread Suvayu Ali
Hi Bastien and everyone, I wanted to implement a history facility for sparse trees. Since sparse trees use org-occur and org-scan-tags any such facility would need to be aware of both functions. My lisp foo proved to be too weak to understand org-scan-tags, so I implemented this only for org-occur

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Eric Schulte
Nick Dokos writes: > András Major wrote: > >> Hi Eric, >> >> > > Your file uses #+data: where I use #+tblname: -- which one is the >> > > official one? I have the impression that it's #+data:, but I haven't >> > > come across that in the manual or elsewhere before. If #+tblname: >> > > isn't

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Thomas S. Dye
András Major writes: > Hi Bastien, > >> > I think that anything that works despite being designed and documented >> > otherwise is confusing to the user and should be considered a bug. >> > I'm happy that it no longer works and hope that it stays that way. >> >> I think tags are clearly document

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-23 Thread Jambunathan K
Detlef > Will you take care of org-odt working in orgmode for the foreseeable > future or don`t you care about orgmode anymore? I pushed a commit just a few minutes ago. So things are back to normal. Jambunathan K.

Re: [O] org-odt numbering (Applying custom templates)

2011-08-23 Thread Jambunathan K
Matt > sort of hijacking this thread with a quick note: > > In order to remove numbering from the headings produced by org-odt, > simply export a file, go to Tools -> Outline Numbering in > libreoffice/openoffice, and turn numbering off for levels 1-10 > (probalby you only need about 4 levels anyw

Re: [O] ebib configuration for org-bibtex

2011-08-23 Thread Thomas S. Dye
Eric Schulte writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Eric Schulte writes: >> >>> t...@tsdye.com (Thomas S. Dye) writes: >>> Aloha all, I'm trying, partially successfully, to configure org-bibtex so it mimics some useful features of ebib. In particular, I'm want

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Nick Dokos
András Major wrote: > Hi Eric, > > > > Your file uses #+data: where I use #+tblname: -- which one is the > > > official one? I have the impression that it's #+data:, but I haven't > > > come across that in the manual or elsewhere before. If #+tblname: > > > isn't supposed to be used as a targe

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Eric, > > Your file uses #+data: where I use #+tblname: -- which one is the > > official one? I have the impression that it's #+data:, but I haven't > > come across that in the manual or elsewhere before. If #+tblname: > > isn't supposed to be used as a target for a variable in the code > > b

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Bastien, > > I think that anything that works despite being designed and documented > > otherwise is confusing to the user and should be considered a bug. > > I'm happy that it no longer works and hope that it stays that way. > > I think tags are clearly documented as being properties of the >

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Bastien, > I'm not sure I understand -- does it mean that C-cC-c on #+begin_src > fails in the example below? No, it means that exporting to HTML fails with that error message. It should actually evaluate the code and include the resulting PNG in the output (and that's what it does when :noe

[O] Bug: typo in org-list - "point-maker"

2011-08-23 Thread Matt Lundin
Commit 08ca5be491f5704cc0c6cb87013a5e8537218488 causes an error because of typo: i.e., "point-maker" instead of point-marker Best, Matt

Re: [O] ebib configuration for org-bibtex

2011-08-23 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Eric Schulte writes: > >> t...@tsdye.com (Thomas S. Dye) writes: >> >>> Aloha all, >>> >>> I'm trying, partially successfully, to configure org-bibtex so it mimics >>> some useful features of ebib. In particular, I'm wanting to add several >>> optional fi

Re: [O] ebib configuration for org-bibtex

2011-08-23 Thread Eric Schulte
Bastien writes: > Hi Eric, > > Bastien writes: > >>> I think this fix is causing some mischief. >> >> I reverted this commit -- let's wait Eric is back and can fix this with >> a better solution. > > Eric -- just making sure this is under your radar. > Thanks, I had lost track of the end of t

Re: [O] ebib configuration for org-bibtex

2011-08-23 Thread Bastien
Hi Eric, Bastien writes: >> I think this fix is causing some mischief. > > I reverted this commit -- let's wait Eric is back and can fix this with > a better solution. Eric -- just making sure this is under your radar. I reverted your fix because it was not answering Thomas' problem, but it

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Bastien
Carsten Dominik writes: > I have checked, underscore is aceptable, calc allows it in variables > names. However, I would not recommend adding any more characters to > this regexp. Thanks for the quick feedback! -- Bastien

[O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-08-23 Thread Samuel Wales
Here is a different solution. It is from my notes from long ago. To me, one issue with indenting is that you expect the previous line to be a direct parent, analogously with the outline. This conflicts with sorting and non-child descendents. If you sort, you can't take advantage of the feature

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Carsten Dominik
On 23.8.2011, at 18:20, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >>> The only characters permitted are alphanumerics. That can probably be >>> easily relaxed. >> >> Hi Nick, I don't think it can be easily relaxed. Many other characters are >> operators in Calc and would lea

Re: [O] org-odt numbering (Applying custom templates)

2011-08-23 Thread Matt Price
sort of hijacking this thread with a quick note: In order to remove numbering from the headings produced by org-odt, simply export a file, go to Tools -> Outline Numbering in libreoffice/openoffice, and turn numbering off for levels 1-10 (probalby you only need about 4 levels anyway). Then save t

[O] how to add font-lock keywords

2011-08-23 Thread Le Wang
Hi all, I wasn't able to google a clear examples of how to do this. For example, I'd like to highlight all text between double-quotes. -- Le

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Eric Schulte
> > Your file uses #+data: where I use #+tblname: -- which one is the > official one? I have the impression that it's #+data:, but I haven't > come across that in the manual or elsewhere before. If #+tblname: > isn't supposed to be used as a target for a variable in the code > block, then we shou

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-23 Thread Eric Schulte
Michael Brand writes: > Hi Eric > > 2011/8/20 Eric Schulte : >> [...] I would lean towards thinking >> that passing along error messages is more important than returning error >> codes, but if the community thinks differently I'm happy to change the >> ob-sh behavior. > > A non-zero exit status a

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-23 Thread Eric Schulte
Achim Gratz writes: > Michael Brand writes: >> If the shell is a special case for babel anyway, why not something >> like the following? > > Ehm, no. But I think that it would be generally useful (not just for > shell blocks) to be able to capture stderr, either together with stdout > or separa

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

2011-08-23 Thread Thomas S. Dye
Bastien writes: > Hi Thomas, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Thanks for adding this. I work with literal links and this potentially >> saves time and effort. >> >> I wonder if I'm using it correctly? In .emacs I set >> org-link-display-descriptive nil and have: >> >> >>

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Carsten Dominik
On 23.8.2011, at 18:20, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >>> The only characters permitted are alphanumerics. That can probably be >>> easily relaxed. >> >> Hi Nick, I don't think it can be easily relaxed. Many other characters are >> operators in Calc and would lea

Re: [O] git repository over http?

2011-08-23 Thread Bastien
Jason Dunsmore writes: >> Okay -- can you "git gc" on the server? > > Okay, done: Great -- thanks a lot! -- Bastien

Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-23 Thread Bastien
Eric Schulte writes: > It will probably be a couple of days before I have sufficient time to > address these issues, but rest assured it is only my TODO list. Thanks for your persistence in fixing this! -- Bastien

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Achim Gratz
Nick Dokos writes: > The only characters permitted are alphanumerics. That can probably be > easily relaxed. Only if you don't want to have _underlined_ still working and perhaps never use calc on that table. The problem with simple syntax is that the quoting rules become bizarre and the other w

Re: [O] Problem with shift-up [solved]

2011-08-23 Thread Bastien
Hi Peter, Peter Frings writes: > Yes, I did. I did find the offending command. Hooray! Great -- thanks for sharing! > (setq org-replace-disputed-keys t) > > Was set in the init.el file of the starter-kit. > > Now, is it just me or is the relation between this variable and > ‘org-support-shift

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Bastien
Hi Carsten, Carsten Dominik writes: >> The only characters permitted are alphanumerics. That can probably be >> easily relaxed. > > Hi Nick, I don't think it can be easily relaxed. Many other characters are > operators in Calc and would lead to confusion. So perhaps my recent commit is wrong.

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-23 Thread Achim Gratz
Michael Brand writes: > If the shell is a special case for babel anyway, why not something > like the following? Ehm, no. But I think that it would be generally useful (not just for shell blocks) to be able to capture stderr, either together with stdout or separately into a result target block a

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Bastien
Hi András, András Major writes: > I think that anything that works despite being designed and documented > otherwise is confusing to the user and should be considered a bug. > I'm happy that it no longer works and hope that it stays that way. I think tags are clearly documented as being propert

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Bastien
Hi Eric, Eric Schulte writes: > I'm not sure that it is legal to apply tags to tables, so I'm not sure > if this is a bug. I confirm tags are for headlines only. If we want to add more export options to tables, let's use the usual "#+[option] syntax -- like #+caption does. -- Bastien

Re: [O] Error because org-refile calls org-back-to-heading

2011-08-23 Thread Bastien
Matt Lundin writes: > Matt Lundin writes: > >> Since the commit c25165c25dc9fdb5b57b3c66b2e0ec0efdbeb7ad on August 18, >> I can only call this function when I am beneath the first level heading >> of an org-mode file. Otherwise I receive the following error: > > Here's a patch that allows one to

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Bastien
Hi Nick, Nick Dokos writes: > Try adding an underscore to the regexp on line 2179 of org-table.el - > something like this (untested): > > ... > (if (string-match "^[a-zA-Z][a-zA-Z0-9_]*$" name) > (push (cons name (int-to-string cnt)) org-table-column-names > > T

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

2011-08-23 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > Thanks for adding this. I work with literal links and this potentially > saves time and effort. > > I wonder if I'm using it correctly? In .emacs I set > org-link-display-descriptive nil and have: > > > org-link-display-descriptive is

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Bastien
Hi András, András Major writes: >> I'd have expected the noexport tag to be on a section containing the table. > > I forgot to mention in the report that of course I tried that too: if > I place the table and the code in two sections and tag the section > containing the table with :noexport:, th

Re: [O] Bug: named columns in tables not working if name contains

2011-08-23 Thread Bastien
Hi András, András Major writes: > Thanks Nick. It would be nice if the documentation reflected such an > arbitrary choice of characters you can use... I added a footnote. -- Bastien

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Bastien
Hi András, András Major writes: > here is an example that delivers an error "reference 'table1' not > found in this buffer" when trying to export to HTML (others not tried > yet): > > #+tblname: table1 :noexport: > | n | x | y1 | y2 | > |---+---+-+--| > | 0 | 1 | 2.0 |

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Eric, > > That's good news! Well, the bad news is that it doesn't work. I've > > just pulled the current version (release_7.7.174.g63fae) and now the > > behaviour is different: > > > > - :noexport: in the #+tblname: has no effect. > > I'm not sure that it is legal to apply tags to tables, s

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Eric Schulte
András Major writes: > Hi Eric, > >> This is the first time I've seen a tag applied to a table. I've updated >> the results regular expression so that it will now admit examples like >> yours above. Please let me know if this doesn't work with the latest >> Org-mode. > > That's good news! Well

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Eric, > This is the first time I've seen a tag applied to a table. I've updated > the results regular expression so that it will now admit examples like > yours above. Please let me know if this doesn't work with the latest > Org-mode. That's good news! Well, the bad news is that it doesn't

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Carsten Dominik
On Aug 23, 2011, at 4:32 PM, Nick Dokos wrote: > Carsten Dominik wrote: > >> >> On Aug 23, 2011, at 3:53 PM, Nick Dokos wrote: >> >>> András Major wrote: >>> >>> Yet another one I just stumbled across: if I create a table and use "!" in the first column to assign names to the col

Re: [O] Blog-like sitemap for org-publish

2011-08-23 Thread Jon Anders Skorpen
On Thu 2011-08-18 at 19:09, Bastien wrote: > Hi Jon, > > Jon Anders Skorpen writes: > > > I have made a function which creates a blog-like sitemap. It works as > > an alternative sitemap function to org-publish. > > This looks very interesting -- do you have a webpage we can look at to > see t

Re: [O] git repository over http?

2011-08-23 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I ran some tests and found that the download speed is proportional to >> the size of the repo: > > Good to know, thanks. > >> If you clone via git://, it does some optimizations during the transfer, >> whereas cloning via http:// does n

Re: [O] Bug: Babel: haskell code evaluation inconsistency [7.7 (release_7.7.160.g3e33)]

2011-08-23 Thread Eric Schulte
András Major writes: > Hi Eric, > >> I personally don't have time to make these changes right now, but I'd be >> happy to provide guidance and answer questions to anyone who wanted to >> try to submit a patch. Also, there are a number of files which can >> serve as examples of how to compile and

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Eric Schulte
András Major writes: > Hi, > > here is an example that delivers an error "reference 'table1' not > found in this buffer" when trying to export to HTML (others not tried > yet): > > #+tblname: table1 :noexport: > | n | x | y1 | y2 | > |---+---+-+--| > | 0 | 1 | 2.0 | 3.0

[O] [odt] equation labels

2011-08-23 Thread Myles English
Hello, I am using the excellent org-odt, so thanks to Jambunathan K, and everyone who has ever contributed to orgmode. This may be quite simple so I am asking before making an minimal example. Does anyone know how to cause a label such as "Figure 1." in the odt (for the resulting png), and set

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Nick Dokos
Carsten Dominik wrote: > > On Aug 23, 2011, at 3:53 PM, Nick Dokos wrote: > > > András Major wrote: > > > > > >> Yet another one I just stumbled across: if I create a table and use > >> "!" in the first column to assign names to the columns, I can only > >> reference those columns by name in

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Carsten Dominik
On Aug 23, 2011, at 3:53 PM, Nick Dokos wrote: > András Major wrote: > > >> Yet another one I just stumbled across: if I create a table and use >> "!" in the first column to assign names to the columns, I can only >> reference those columns by name in #+TBLFM: if the names don't contain >> a "

Re: [O] Bug: named columns in tables not working if name contains

2011-08-23 Thread András Major
> Try adding an underscore to the regexp on line 2179 of org-table.el - > something like this (untested): > > ... > (if (string-match "^[a-zA-Z][a-zA-Z0-9_]*$" name) > (push (cons name (int-to-string cnt)) org-table-column-names > > The only characters permitted

Re: [O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread Nick Dokos
András Major wrote: > Yet another one I just stumbled across: if I create a table and use > "!" in the first column to assign names to the columns, I can only > reference those columns by name in #+TBLFM: if the names don't contain > a "_" character. This isn't mentioned in the docs and shouldn

[O] Bug: named columns in tables not working if name contains "_"

2011-08-23 Thread András Major
Hi, Yet another one I just stumbled across: if I create a table and use "!" in the first column to assign names to the columns, I can only reference those columns by name in #+TBLFM: if the names don't contain a "_" character. This isn't mentioned in the docs and shouldn't be so, IMHO. I haven't

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi Sebastian, > I will let answer the ones who decide on such things. Though, I am amazed you > put a tag on the table itself. > > I'd have expected the noexport tag to be on a section containing the table. I forgot to mention in the report that of course I tried that too: if I place the table a

Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread Sebastien Vauban
Hi András & al., András Major wrote: > here is an example that delivers an error "reference 'table1' not > found in this buffer" when trying to export to HTML (others not tried > yet): > > #+tblname: table1 :noexport: > | n | x | y1 | y2 | > |---+---+-+--| > | 0 | 1 | 2.0

[O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]

2011-08-23 Thread András Major
Hi, here is an example that delivers an error "reference 'table1' not found in this buffer" when trying to export to HTML (others not tried yet): #+tblname: table1 :noexport: | n | x | y1 | y2 | |---+---+-+--| | 0 | 1 | 2.0 | 3.0 | | 1 | 2 | 2.1 | 2.0 | | 2 | 3 | 2.

Re: [O] indenting nested TODOs in agenda views

2011-08-23 Thread Eric Abrahamsen
On Mon, Aug 22 2011, Sebastien Vauban wrote: > Hi Eric, > > Eric Abrahamsen wrote: >> On Mon, Aug 22 2011, Bernt Hansen wrote: >> >>> Eric Abrahamsen writes: >>> What would it take to get an Agenda tags view that indented nested TODOs? I've always been bothered by the fact that nested T

[O] talk about org-mode

2011-08-23 Thread Joost Helberg
Hi, is anyone interested in giving a blistering talk about org-mode at the Snow headquarters in the Netherlands (the town of Geldermalsen)? Our original plan to have someone talk about hacking DECT and other protocols had to be postponed. The public consists of about 80 Unix and Security Specialis

Re: [O] Bug: Babel: haskell code evaluation inconsistency [7.7 (release_7.7.160.g3e33)]

2011-08-23 Thread András Major
Hi Eric, > I personally don't have time to make these changes right now, but I'd be > happy to provide guidance and answer questions to anyone who wanted to > try to submit a patch. Also, there are a number of files which can > serve as examples of how to compile and execute code with Babel e.g.,