Re: [O] Export options being ignored

2011-05-05 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: , | aa6dba8a74016587755c250bb8cc4743a4082ea1 is the first bad commit ` Taking a look at the commit: , | commit aa6dba8a74016587755c250bb8cc4743a4082ea1 | Author: Lawrence Mitchell we...@gmx.li | Date: Thu Jan 20 18:23:22 2011 + | |

Re: [O] Org table with long lines visibility

2011-05-05 Thread Michael Brand
Hi Johnny On Wed, May 4, 2011 at 19:48, Johnny yggdra...@gmx.co.uk wrote: [...] so I am wondering if there is any way to make the 'org-table-edit-field' to be permanently visible in a buffer, automatically updating while moving around in the table to view the full content of the current cell?

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo sdl@gmail.com wrote: On 2011-05-04 21:14 +0800, Ulf Stegemann wrote: The idea behind `org-store-link' (which is triggered by `org-capture') in message mode is to store a link to a /sent/ message even though the message has not been sent by the time you call `org-store-link'. This

Re: [O] Export options being ignored

2011-05-05 Thread Carsten Dominik
On 5.5.2011, at 07:08, Nick Dokos wrote: Nick Dokos nicholas.do...@hp.com wrote: , | aa6dba8a74016587755c250bb8cc4743a4082ea1 is the first bad commit ` Taking a look at the commit: , | commit aa6dba8a74016587755c250bb8cc4743a4082ea1 | Author: Lawrence Mitchell

Re: [O] Problems with capture in tables

2011-05-05 Thread Aankhen
Hi, On Wed, May 4, 2011 at 12:55, Thomas Holst thomas.ho...@de.bosch.com wrote: I am trying to put a line into a table via org capture. My org file looks like this: [snip] My capture template looks like this: #+begin_src emacs-lisp (setq org-capture-templates      '((x Testing table-line

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
On 2011-05-05 15:02 +0800, Ulf Stegemann wrote: Hmmm, is it? Suppose that linking to a message yet to be archived wouldn't be there, then `org-store-link' will tell you `org-store-link: Cannot link to a buffer which is not visiting a file' when called in a message buffer (like in any other

Re: [O] Export options being ignored

2011-05-05 Thread Lawrence Mitchell
Carsten Dominik wrote: On 5.5.2011, at 07:08, Nick Dokos wrote: [...] explains the problem: \ matches the empty string at the beginning of a word (i.e. if the syntax class of the next character is word) but it does not at the beginning of a char that is of some other syntax class (I think

Re: [O] Problems with capture in tables

2011-05-05 Thread Thomas Holst
Hi Aankhen, thanks for your answer. · Aankhen aank...@gmail.com wrote: Hi, On Wed, May 4, 2011 at 12:55, Thomas Holst thomas.ho...@de.bosch.com wrote: I am trying to put a line into a table via org capture. My org file looks like this: [snip] My capture template looks like this:

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
On 2011-05-05 15:59 +0800, Leo wrote: I believe the following patch is due. Think about it some more, there is a reason to signal an error when calling org-store-link interactively but it should not when invoked by org-capture. Otherwise it will get in the way. Leo

Re: [O] [PATCH] Revised my #+index preprocessor to fontify index entries.

2011-05-05 Thread Carsten Dominik
On 4.5.2011, at 15:10, Robert Goldman wrote: On 5/4/11 May 4 -3:03 AM, Carsten Dominik wrote: Hi Robert, I am rejecting this part of the patch for now. More thinking is needed here, also about special characters etc. No sure yet what the right course will be, but this is much too

Re: [O] LaTeX beamer class text

2011-05-05 Thread Eric S Fraga
John Tait johngt...@gmail.com writes: Matt (and Daniel Bausch -- sorry for double post earlier) I've found that beamer allowframebreaks doesn't work for Org files that have been included with #+INCLUDE: . [...] Is there a way to allowframebreaks work globally or at least in included

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo sdl@gmail.com wrote: On 2011-05-05 15:02 +0800, Ulf Stegemann wrote: Hmmm, is it? Suppose that linking to a message yet to be archived wouldn't be there, then `org-store-link' will tell you `org-store-link: Cannot link to a buffer which is not visiting a file' when called in a

[O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
(I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various paragraphs, ie bold, underline etc. I can see how to do eg *bold* for individual words, but

[O] PyOrgMode: Any idea how to get the properties of a node?

2011-05-05 Thread Miguel Ruiz
I am using PyOrgMode to process the nodes of an orgmode file. I have had no problem with the OrgDataStructure class, but, as you can see https://github.com/bjonnh/PyOrgMode/blob/master/PyOrgMode.py the drawer and properties are parsed by another class, OrgDrawer, and I cannot, i.e., I am not

Re: [O] Export options being ignored

2011-05-05 Thread Eden Cardim
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: Carsten This is fixed now, by looking for white space instead of Carsten beginning-of-word. Thanks for the analysis. Still needs the following patch for it to work: --8---cut

Re: [O] LaTeX beamer class text

2011-05-05 Thread John Tait
Thanks for your reply. I think a global option would be useful because I mightn't know in advance whether I'd need slides for particular headings or not. I'm thinking of a use case where I have produced a long LaTeX article and have selected certain tags to do so, and I would build a beamer

Re: [O] Row formula in orgtbl mode

2011-05-05 Thread Michael Bach
Michael Brand michael.ch.br...@gmail.com writes: Your range formula @4$2..@4$5=@-1*@-2 will work if you upgrade at least to this commitdiff http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=8237c9ae6d587a22646333e0315683675e2db538 I am now running the 7.5 development version checked out

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim rpl...@gmail.com writes: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various paragraphs, ie bold, underline etc. I can see

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
Jambunathan K kjambunat...@gmail.com writes: Robert Pluim rpl...@gmail.com writes: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim rpl...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: Robert Pluim rpl...@gmail.com writes: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim rpl...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: Robert Pluim rpl...@gmail.com writes: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
Jambunathan K kjambunat...@gmail.com writes: Robert Pluim rpl...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: Robert Pluim rpl...@gmail.com writes: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working

[O] typo

2011-05-05 Thread Cor Ninaber
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] Applying style to a paragraph for HTML export

2011-05-05 Thread Nick Dokos
Robert Pluim rpl...@gmail.com wrote: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various paragraphs, ie bold, underline etc. I can see

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Chris Malone
Hi Matt and Suvayu, @Matt: I can get your example to work fine for html export, but not LaTeX export where the entire contents of the headline are removed as well. =org-version=: 7.5 (release_7.5.105.g8d0c) if that makes any difference. @Suvayu: Thanks for the suggestion. That is essentially

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: Robert Pluim rpl...@gmail.com wrote: (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
Hi Chris, On Thu, 5 May 2011 10:23:50 -0400 Chris Malone chris.m.mal...@gmail.com wrote: @Suvayu: Thanks for the suggestion. That is essentially what I am doing now with the #+LaTeX_HEADER lines, but the problem is that I have a bunch of things which must follow the \begin{document} in

[O] Clocktable question

2011-05-05 Thread Jason Knight
I'm working on several grant-funded projects which require not only the amount of time spent on a project but the start and end times for each task. I've not been able to figure out how to get clocktable to do this for me. If what I've got in my .org files is this: CLOCK: [2011-05-04 Wed

[O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file t.png plot(1:10, 1:10) #+END_SRC My intention is to show just the figure, not the source code, when I export to HTML. But when I do 'C-c C-c' to evaluate the

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
ken.willi...@thomsonreuters.com wrote: Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file t.png plot(1:10, 1:10) #+END_SRC My intention is to show just the figure, not the source code, when I export= to

Re: [O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
On 5/5/11 10:37 AM, Nick Dokos nicholas.do...@hp.com wrote: ken.willi...@thomsonreuters.com wrote: Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file t.png plot(1:10, 1:10) #+END_SRC Try ``:exports

Re: [O] Clocktable question

2011-05-05 Thread brian powell
* I hope you can learn how to do this using EMACS OrgMode--best thing for what you seek to do. ** In the meantime, I suggest using timeclock.el *** Some functions: (believe me, its really easy to use--puts a log into ~/.timelog or something like that) Click mouse-2 on a completion to select it.

Re: [O] Clocktable question

2011-05-05 Thread Nick Dokos
Jason Knight jasonekni...@gmail.com wrote: I'm working on several grant-funded projects which require not only the amount of time spent on a project but the start and end times for each task. I've not been able to figure out how to get clocktable to do this for me. If what I've got in my

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
ken.willi...@thomsonreuters.com wrote: On 5/5/11 10:37 AM, Nick Dokos nicholas.do...@hp.com wrote: ken.willi...@thomsonreuters.com wrote: Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
Hello Chris, Sorry for the delay, had to attend a meeting. On Thu, 5 May 2011 11:37:41 -0400 Chris Malone chris.m.mal...@gmail.com wrote: Hi Suvayu, Thanks for sharing your use case - I'm interested in a few more details: For example for my appendix and bibliography I use the

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread chris . m . malone
Hi Suvayu, I think Matt's lisp code /should/ work for doing exactly what we are talking about, but for some reason I can't get it to work with LaTeX export. Anyway, good luck on your defense! Chris On May 5, 2011 1:37pm, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hello Chris,

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Hi Nick, Without claiming to be a babel expert, :results graphics is a language- specific option used for e.g. R code blocks. You can find it documented in the appropriate language-specific sections. OK - thanks for the clarification! It might be a

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
On Thu, 05 May 2011 17:45:13 + chris.m.mal...@gmail.com wrote: Hi Suvayu, I think Matt's lisp code /should/ work for doing exactly what we are talking about, but for some reason I can't get it to work with LaTeX export. I just tried Matt's code, worked very smoothly for me. :)

[O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Hi Nick, Thanks for fixing the documentation link. Here is a patch that adds a reference to language-specific header arguments. All the best, Tom 0001-Refer-to-language-specific-Babel-header-arguments.patch Description: Binary data On May 5, 2011, at 7:45 AM, Nick Dokos wrote:

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Hi Nick, Thanks for fixing the documentation link. Here is a patch that adds a reference to language-specific header arguments. I think it's still the case that attachments of MIME type application/octet-stream will not be recorded in patchwork.

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Ack. There were problems earlier with my Mac Mail client and line breaks, IIRC, but here is the patch in-line. I'm not sure how to make attachments follow specific MIME requirements. All the best, Tom From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001 From: Tom Dye

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-05 Thread John Hendy
Following up on this again... It's been almost 2mos. Is there any way to add a tag grouping to clock reports rather than needing to create clock reports for every tag? Many thanks, John My initial example: A rough idea might be like this: --- #+BEGIN: clocktable :maxlevel 2 :scope

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Ack. There were problems earlier with my Mac Mail client and line breaks, IIRC, but here is the patch in-line. I'm not sure how to make attachments follow specific MIME requirements. And as you feared, the line-break ogre struck again. They add all

[O] orgtbl multicolumn support

2011-05-05 Thread Michael Bach
Dear org-mode Users and Developers, I just wanted to know whether there are plans to support multicolumns in default orgtbl-to-latex. Something along these lines: #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline \\midrule | | a | b | c | |---+---+-+---| |

Re: [O] orgtbl multicolumn support

2011-05-05 Thread Michael Bach
Michael Bach pha...@gmail.com writes: # edit Dear org-mode Users and Developers, I just wanted to know whether there are plans to support multicolumns in default orgtbl-to-latex. Something along these lines: #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline \\midrule | |

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Eric Schulte
Robert Goldman rpgold...@sift.info writes: Looking over this some more, I see that the challenge is to: 1. read the file parameters (whatever they are) from the original file (hence opening the file from the link) and 2. read the header parameters from the export buffer, since the header

Re: [O] Request for suggestions including source code

2011-05-05 Thread Eric Schulte
Robert Goldman rpgold...@sift.info writes: On 5/4/11 May 4 -5:23 PM, Thomas S. Dye wrote: On May 4, 2011, at 11:59 AM, Robert Goldman wrote: On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote: Aloha Robert, Have a look at the listings and minted packages. You can specify font size on a

Re: [O] PERL, org-mode and literal document input.

2011-05-05 Thread Eric Schulte
Hi Allen, Judging from your example org-mode text below I would suggest the following... First, the block of yaml is miss-formed, you have a #+source: line, and a #end_src line, but you are missing a required #+begin_src yaml. Second, if you will be referencing the contents of a yaml code block

Re: [O] org-babel ocaml List append problems

2011-05-05 Thread Eric Schulte
Hi James, I get the following... #+begin_src ocaml [3;2;3] @ [3;2;3;4;5];; #+end_src #+results: | 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 | I recently (in the last month) pushed some changes up to the Org-mode git repository which fix result handling for ocaml. Please try with the latest version of

Re: [O] org-export-latex-verbatim-wrap has no effect on Babel results

2011-05-05 Thread Eric Schulte
Hi Avdi, I can't reproduce your issue, specifically, when I run the first code block in the following example to customize the value of `org-export-latex-verbatim-wrap' --8---cut here---start-8--- ** simple latex verbatim wrap example #+begin_src emacs-lisp

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Eric Schulte
Applied, Thanks -- Eric Thomas S. Dye t...@tsdye.com writes: Hi Nick, Thanks for fixing the documentation link. Here is a patch that adds a reference to language-specific header arguments. All the best, Tom On May 5, 2011, at 7:45 AM, Nick Dokos wrote: Thomas S. Dye

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Thomas S. Dye t...@tsdye.com wrote: Hi Nick, Thanks for fixing the documentation link. Here is a patch that adds a reference to language-specific header arguments. I think it's still the case that attachments of MIME type

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -11:56 AM, Eric Schulte wrote: Robert Goldman rpgold...@sift.info writes: Looking over this some more, I see that the challenge is to: 1. read the file parameters (whatever they are) from the original file (hence opening the file from the link) and 2. read the header

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Eric Schulte
I'm not sure that the current behavior is a bug. Is it reasonable to place code block parameters into an included file? These parameters would not be successfully found during interactive evaluation, and could only plausibly be used during export as you anticipated. Aren't the code block

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Here is Tom's patch as a text/plain attachment (I can't get to the patchwork server right now - anybody? - but note that the version on patchwork is probably line-break damaged). Nick From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001 From: Tom Dye t...@tsdye.com Date: Thu, 5

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -4:27 PM, Eric Schulte wrote: I'm not sure that the current behavior is a bug. Is it reasonable to place code block parameters into an included file? These parameters would not be successfully found during interactive evaluation, and could only plausibly be used during

[O] [PATCH] Don't prompt for bad links during babel export.

2011-05-05 Thread rpgoldman
From: Robert P. Goldman rpgold...@real-time.com Previously, when trying to look for the header of a source block during export, org would prompt the user to add a new heading if it couldn't find a match. This prompt is not appropriate for non-interactive use. Patch to

[O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Robert Goldman
AFAICT there is an off-by-one-error here. I.e., if I tell it that the :minlevel is 2, then my included level one headers get level 3, and if I tell it that the :minlevel is 1, then they get level 2. So it seems like :minlevel is actually being interpreted as a level *increment*, rather than a

[O] footnotes header not handled properly by INCLUDE files?

2011-05-05 Thread Robert Goldman
I just included a file that had a footnotes header, and the footnotes header appeared in the main text as a separate region, rather than correctly being interpreted as footnotes. I guess I'm not /terribly/ surprised this fails, but it does suggest the need for some link rewriting on import, or

Re: [O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: AFAICT there is an off-by-one-error here. I.e., if I tell it that the :minlevel is 2, then my included level one headers get level 3, and if I tell it that the :minlevel is 1, then they get level 2. I think that's the desired behavior. That allows

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-05 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: Following up on this again... It's been almost 2mos. Is there any way to add a tag grouping to clock reports rather than needing to create clock reports for every tag? Many thanks, John My initial example: A rough idea might be like this:

Re: [O] org-babel ocaml List append problems

2011-05-05 Thread James Hurford
I ran the same code with C-c C-c and the result was the same #+begin_src ocaml [3;2;3] @ [3;2;3;4;5];; #+end_src #+results: | 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 | Thank you James On 6 May 2011 08:45, Eric Schulte schulte.e...@gmail.com wrote: Hi James, I get the following... #+begin_src

Re: [O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -6:03 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: AFAICT there is an off-by-one-error here. I.e., if I tell it that the :minlevel is 2, then my included level one headers get level 3, and if I tell it that the :minlevel is 1, then they get level 2. I

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Ben Finney
Ben Finney ben+em...@benfinney.id.au writes: When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to happen: the items in the subtree are not updated and no ‘CLOCKSUM’ property appears. Org-mode version 7.4 GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.20.1) of

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Bernt Hansen
Ben Finney ben+em...@benfinney.id.au writes: Ben Finney ben+em...@benfinney.id.au writes: When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to happen: the items in the subtree are not updated and no ‘CLOCKSUM’ property appears. Org-mode version 7.4 GNU Emacs 23.2.1

Re: [O] [PATCH] Don't prompt for bad links during babel export.

2011-05-05 Thread Eric Schulte
Applied. Thanks for the patch -- Eric rpgold...@sift.info writes: From: Robert P. Goldman rpgold...@real-time.com Previously, when trying to look for the header of a source block during export, org would prompt the user to add a new heading if it couldn't find a match. This prompt is not

[O] [semi-OT] issue trackers?

2011-05-05 Thread Matt Price
Hi everyone, I'm collaborating on a project where I'm starting to feel the need for a shared issue tracker. Anyone have any suggestions? I have my own server (running ubuntu maverick, so pretty up-to-date), and can install pretty well whatever I want there. I'd love something that integrates

[O] emacs-orgmode export problem solved

2011-05-05 Thread Jude DaShiell
the emacs-w3m.SlackBuild script had a defect in it on line 59. Once I fixed that defect emacs-w3m works correctly and that makes org-mode work correctly too. This was smoke from a distant fire on which org-mode depended.

[O] outline formatting in html

2011-05-05 Thread Skip Collins
I thought this would be easy. But I cannot find a way to get html formatted the way I want. I would like to view org content in traditional outline format, with indentation, Roman numerals for the top level heading, etc: I. This is a top level heading II. Here is another level-1 heading A.

Re: [O] [semi-OT] issue trackers?

2011-05-05 Thread Ben Finney
Matt Price mopto...@gmail.com writes: I'm collaborating on a project where I'm starting to feel the need for a shared issue tracker. Anyone have any suggestions? Roundup URL:http://www.roundup-tracker.org/ is a self-contained issue tracker that communicates via web and email interfaces, and

Re: [O] [semi-OT] issue trackers?

2011-05-05 Thread Michael Markert
Hi Matt, On 6 May 2011, Matt Price wrote: I'm collaborating on a project where I'm starting to feel the need for a shared issue tracker.  Anyone have any suggestions? I have my own server (running ubuntu maverick, so pretty up-to-date), and can install pretty well whatever I want there.  I'd