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
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
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
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
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
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
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
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
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
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
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
> >>
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.
> "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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo