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.
On Sun, Sep 18 2011, Bernt Hansen wrote:
> Dave Abrahams writes:
>
>> on Sat Sep 17 2011, Bernt Hansen wrote:
>>
>>> Dave Abrahams writes:
>>>
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? Se
on Sat Sep 17 2011, Bernt Hansen wrote:
> Dave Abrahams writes:
>
>> on Sat Sep 17 2011, Bernt Hansen wrote:
>>
>>> Dave Abrahams writes:
>>>
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? S
"Alan E. Davis" writes:
--0016364d213773a53a04acea4da9 Content-Type: text/plain;
charset=ISO-8859-1
I've been using org-mode for a few years. My agenda is
cluttered with tasks that are weeks and even months past due. I
am "this close" to declaring "orgmode bankruptcy" and starting
from s
> And I have not changed any option related to org-babel or the
> exporting function. So how can I make the syntax highlighting work
> for exporting to html?
Add contrib/lisp to load path and do a (require 'htmlize)
--
I'm using org-mode v7.01g.
I've tried to export a code block like this:
#+BEGIN_SRC c -n
static void doData()
{
if (_pStatus->switchChange>0x00)
{
_pStatus->switchChange = 0x00;
_pStatus->workStatus = DATABASE_PRO_WOR_WAIT;
return;
Dave Abrahams writes:
> on Sat Sep 17 2011, Bernt Hansen wrote:
>
>> Dave Abrahams writes:
>>
>>> 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.h
on Sat Sep 17 2011, Bernt Hansen wrote:
> Dave Abrahams writes:
>
>> 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 repo
Sorry for the false alarm. I checked and realized that my server, where I
was doing the export, was running Org-mode 7.5; I updated and the problem is
now fixed. Thanks!
--
- Pavel Panchekha
Hi David,
>
> For Emacs22 the only thing we need from simple.el is the definition of
> special-mode; going to factor it out and trim it to Emacs22.
>
Sounds great, thanks.
>
> With HEAD at dbf0e6d5bcbe94c8ee57d68889d3c25bf9cdef55 and a fix for
> the check for featurep 'org (37db5deea5ef75186bb74
> Achim Gratz :
> Steinar Bang writes:
>> - My emacs23 org-mode doesn't have the CLOCK_INTO_DRAWER property,
>> and setting the LOG_INTO_DRAWER property on a subtree to t and always
>> (the values I tried) didn't have any effect on clocking
> That particular asymmetry has been removed in a l
> Olaf Dietsche :
> You can set org-clock-into-drawer to a number, which is used as
> threshold. When there are equal or more clocking entries, then they are
> put into a drawer.
Yes, I saw that, when customizing the variable. But I decided to just
have it on always.
[snip!]
> You can also
Dave Abrahams writes:
> 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.
> --
Myles
Subsequent to our last interaction I added support LaTeX to MathML
conversion[1] and also enhanced the support for how the equations are
numbered.
You may want to look at all three posts in this thread.
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg46437.html
Any feedback or comme
> 2. Currently there is NO support for numbered and displayed equations
>which go like this
>
>x = y (1)
>y = z (2)
This is no longer true for equations that are embedded as
MathML. Equations that are attached with Labels will be typeset as
Numbered Display Equ
Below is infodump on how I use org-mode personally.. You are welcome
to poach ideas. Generally I'm pretty happy with my setup, and do not
plan to do any radical changes to it. Wall of text warning.
1. Org file per project, with single top level heading.. Each file has
a #+TAGS cookie that assig
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.
Steinar Bang writes:
> - My emacs23 org-mode doesn't have the CLOCK_INTO_DRAWER property, and
>setting the LOG_INTO_DRAWER property on a subtree to t and always
>(the values I tried) didn't have any effect on clocking
That particular asymmetry has been removed in a later version, so if y
Steinar Bang writes:
>> Stuart Hickinbottom :
>
>> Take a look at the org-clock-into-drawer and org-log-into-drawer
>> variables:
>> http://orgmode.org/manual/Clocking-commands.html
>> http://orgmode.org/manual/Tracking-TODO-state-changes.html
>
>> Does this do what you want?
>
> The first U
Hi Dave,
Dave Abrahams wrote:
> When I isearch for `foo' and find it in `[[foo][bar]]', I would like org
> buffers to show me the whole link, verbatim, rather than merely showing
> "bar". It's not very useful to see only the description in these cases.
What I do, when I want to see the full link
> Stuart Hickinbottom :
> Take a look at the org-clock-into-drawer and org-log-into-drawer
> variables:
> http://orgmode.org/manual/Clocking-commands.html
> http://orgmode.org/manual/Tracking-TODO-state-changes.html
> Does this do what you want?
The first URL does, or almost. Clocking into
Hi Pavel,
Pavel Panchekha wrote:
> I'm seeing an example where Org-mode fails to escape < and > signs on HTML
> exporting. This is also breaking the claim of XHTML Strict.
Could you maybe provide us with a minimal example of Org file that gets an
erroneous translation in HTML? That could be incl
22 matches
Mail list logo