Re: [Orgmode] Export bug: _ { chars in enough headlines, pdflatex export fails

2009-09-24 Thread Carsten Dominik
Hi Jeff, may I ask what the practical use case of _{ is? - Carsten On Sep 25, 2009, at 5:42 AM, Jeff Kowalczyk wrote: Export to pdflatex fails if underscore or unclosed bracket characters are in enough headlines. Thanks, Jeff Testcase file demonstrating pdflatex export fail: --- #+OPTIO

Re: [Orgmode] Export bug: LaTeX TOC headline numbers above 100 overlap headline

2009-09-24 Thread Carsten Dominik
On Sep 25, 2009, at 2:10 AM, Jeff Kowalczyk wrote: When the headline count for a pdftolatex export gets to be more than 100 lines, the TOC renders with the headline number directly touching the headline text. More than 1,000, and it starts to overlap. This is a LaTeX issue, which I do not

[Orgmode] Export bug: _ { chars in enough headlines, pdflatex export fails

2009-09-24 Thread Jeff Kowalczyk
Export to pdflatex fails if underscore or unclosed bracket characters are in enough headlines. Thanks, Jeff Testcase file demonstrating pdflatex export fail: --- #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:nil skip:nil d:t todo:nil pri:nil tag

[Orgmode] Export bug: LaTeX TOC headline numbers above 100 overlap headline

2009-09-24 Thread Jeff Kowalczyk
When the headline count for a pdftolatex export gets to be more than 100 lines, the TOC renders with the headline number directly touching the headline text. More than 1,000, and it starts to overlap. It would seem that LaTeX calculates the space to allocate for the headline number based on too

[Orgmode] Fwd: Problem with LaTeX snippets preview

2009-09-24 Thread Paul Burkander
It seems that the file in on my Desktop was from an archived org folder, from when the preview LaTeX snippets actually worked for me on a different computer. -- Forwarded message -- From: Paul Burkander Date: Thu, Sep 24, 2009 at 8:15 PM Subject: Problem with LaTeX snippets previe

[Orgmode] Problem with LaTeX snippets preview

2009-09-24 Thread Paul Burkander
Hi all, I'm having trouble viewing LaTeX snippets in org-mode. I have dvipng installed. I entered the following test code: \begin{equation} \sqrt{5}+\frac{2}{3} \end{equation} and tried C-c C-x C-l but then I only see an empty box where the png should be. The messages buffer reads: Creating

Re: [Orgmode] Re: Weekly review of completed actions

2009-09-24 Thread Russell Adams
On Thu, Sep 24, 2009 at 03:53:14PM -0400, Matt Lundin wrote: > Kevin Chow writes: > > > After long searching I've decided that org-mode will be my productivity > > tool of choice. I'm actually learning emacs just so I can use org-mode > > and right now I'm a bit of a newb. > > > > My question is

Re: [Orgmode] bug?: C-e passes ellipses if no tags are present

2009-09-24 Thread Darlan Cavalcante Moreira
At Fri, 25 Sep 2009 07:08:31 +1000, Alan E. Davis wrote: > > This may not be a bug, but it bugs me alot. When using remember to store a > note, C-e passes the ellipses. I am using an alternate font for the > ellipses. I live in utter terror of deleting ellipses, so I am keenly aware > anymore w

[Orgmode] bug?: C-e passes ellipses if no tags are present

2009-09-24 Thread Alan E. Davis
This may not be a bug, but it bugs me alot. When using remember to store a note, C-e passes the ellipses. I am using an alternate font for the ellipses. I live in utter terror of deleting ellipses, so I am keenly aware anymore when something is out of the ordinary. It doesn't feel right to me t

Re: [Orgmode] Re: linking to region

2009-09-24 Thread Carsten Dominik
On Sep 24, 2009, at 9:44 PM, Bernt Hansen wrote: Regarding org-follow-link-hook, I'm not familiar with org-mode code, but it seems to me that is invoked for all URL types, but only after the 'viewing' has happened. I may well be wrong. That didn't seem to be the case for my quick test of th

[Orgmode] Re: linking to region

2009-09-24 Thread Bernt Hansen
Maurizio Vitale writes: >> "Bernt" == Bernt Hansen writes: > > >> Is it possible to grab a link to a region in a file in such a way > >> that C-c C-o visit the file after narrowing-to-region? > >> > >> The reason I'd like this is that I'm starting using org-mode for > >>

[Orgmode] clocktable :timestamp t, show CLOSED times

2009-09-24 Thread Jeff Kowalczyk
I have a need to timestamp clocked-time items in the clocktable summary. All headings are status DONE, logged with timestamp CLOSED. Can CLOSED be added as a timestamp which will be included in the clocktable column? Per the Org Manual: :timestamp A timestamp for the entry, when available.

[Orgmode] Re: linking to region

2009-09-24 Thread Maurizio Vitale
> "Bernt" == Bernt Hansen writes: >> Is it possible to grab a link to a region in a file in such a way >> that C-c C-o visit the file after narrowing-to-region? >> >> The reason I'd like this is that I'm starting using org-mode for >> requirement tracking and when referen

[Orgmode] Re: linking to region

2009-09-24 Thread Bernt Hansen
Maurizio Vitale writes: > Is it possible to grab a link to a region in a file in such a way that > C-c C-o visit the file after narrowing-to-region? > > The reason I'd like this is that I'm starting using org-mode for > requirement tracking and when referencing a standard I'd find > preferable to

[Orgmode] Re: Weekly review of completed actions

2009-09-24 Thread Matt Lundin
Kevin Chow writes: > After long searching I've decided that org-mode will be my productivity > tool of choice. I'm actually learning emacs just so I can use org-mode > and right now I'm a bit of a newb. > > My question is how do I process my todo list in a way that I can mark > something as done

[Orgmode] Weekly review of completed actions

2009-09-24 Thread Kevin Chow
After long searching I've decided that org-mode will be my productivity tool of choice. I'm actually learning emacs just so I can use org-mode and right now I'm a bit of a newb. My question is how do I process my todo list in a way that I can mark something as done or archived or something and the

[Orgmode] Verse construct generates invalid LaTeX code

2009-09-24 Thread Antti Kaihola
Here's an example file: -versetest.org Test case for verse bug #+BEGIN_VERSE This is the first stanza. This is the second stanza. #+END_VERSE -versetest.org It generates the following LaTeX code with the C-c C-e L command (excerpt with l

[Orgmode] Possible Bug with :html-extension in HTML Exporter

2009-09-24 Thread Ian Barton
I am trying to export a project as php files. I realize that this an offence against the XHTML Gods, which is probably why I am having a problem. The relevant bit of my org-publish-project-alist looks like: ("org-mobile" :base-directory "~/nfs/firewall/Documents/org/" :base

[Orgmode] MobileOrg beta tester invitation

2009-09-24 Thread Richard Moreland
Hi, So it took a little bit longer than I expected, but we are now ready to accept beta testers to help finalize MobileOrg before submitting it to the App Store. There are some issues that still need polish, but we are nearly feature complete. There are several ways you can help: * Bugs: Pleas

[Orgmode] linking to region

2009-09-24 Thread Maurizio Vitale
Is it possible to grab a link to a region in a file in such a way that C-c C-o visit the file after narrowing-to-region? The reason I'd like this is that I'm starting using org-mode for requirement tracking and when referencing a standard I'd find preferable to open only the relevant fragment rat

[Orgmode] Re: two custom agenda view questions

2009-09-24 Thread Matthew Lundin
Michael Gilbert writes: > On Sep 23,2009, at 8:05 PM, Matt Lundin wrote: > >> Michael Gilbert writes: >>> >>> (1) I want to define a custom agenda view that displays only those >>> tasks that have today as a deadline or are past-due. Since many of my >>> tasks also have scheduled timestamps, som

Re: [Orgmode] Org-mode version 6.30trans; Cursor does not move to end-of-line in agenda view

2009-09-24 Thread Bastien
Hi Carsten, Carsten Dominik writes: > yes, Org does not allow to put the cursor at the end of the line in > the agenda. This is an artifact and hast to do with the fact that the > agenda often looks at text properties to access information about the > item. The \n does not have those propertie

Re: [Orgmode] fontification and icon issues

2009-09-24 Thread Carsten Dominik
On Sep 22, 2009, at 4:11 PM, David O'Toole wrote: A couple of issues: 1. org-fontify-whole-heading-line and org-startup-indented seem to conflict with one another. See screenshot: http://dto.github.com/images/folio.png The headline background color extends to the next line. The problem goe

Re: [Orgmode] Re: How to add comments in a plain list

2009-09-24 Thread Carsten Dominik
On Sep 22, 2009, at 7:30 PM, René wrote: Eric S Fraga ucl.ac.uk> writes: At Tue, 22 Sep 2009 10:10:41 -0400, Bernt Hansen wrote: At column 0 - probably not. 1. first 2. second #+ comment about second item #+ Another comment goes here 3. third 4. fourth The #+ comment probably isn't o

Re: [Orgmode] display of links on headlines

2009-09-24 Thread Carsten Dominik
Hi Andreas, I don't know a way to fix this appart from inserting that space. - Carsten On Sep 23, 2009, at 4:11 PM, Andreas Amann wrote: Hi, not sure if the following small (but for me annoying) display glitch is worth to report, but I noticed that links which are on a headline cause a follo

Re: [Orgmode] =code= and ~verbatim~ with bashslash (\), LaTeX export

2009-09-24 Thread Carsten Dominik
Hi Jeff, thanks for the report, this should now work correctly. - Carsten On Sep 23, 2009, at 11:23 PM, Jeff Kowalczyk wrote: Is there a way to escape backslashes (\) in code and verbatim that will export to LaTeX correctly? When writing =\\host\share= or =C:\path\to=, pdftolatex output is

Re: [Orgmode] orgstruct-mode bug: cannot sort region if next line is not a structure element

2009-09-24 Thread Carsten Dominik
On Sep 24, 2009, at 8:23 AM, Robin Green wrote: In orgstruct-mode, if you have these three lines: * TODO in a simulation, it will fail with "Future mempty: it'll never happen, buddy" if there is no ResetCmd :FIXME: * DONE outputs simultaneous with a ResetCmd, *and* the ResetCmds themselves

[Orgmode] orgstruct-mode bug: cannot sort region if next line is not a structure element

2009-09-24 Thread Robin Green
In orgstruct-mode, if you have these three lines: * TODO in a simulation, it will fail with "Future mempty: it'll never happen, buddy" if there is no ResetCmd :FIXME: * DONE outputs simultaneous with a ResetCmd, *and* the ResetCmds themselves, might be dropped :FIXME: -} and you select the firs