[O] Bug: org-capture do not work together org-crypt.el [7.7]

2011-09-17 Thread Guilherme Gondim
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] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Eric Abrahamsen
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

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
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

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-17 Thread David Rogers
"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

Re: [O] how export highlight code

2011-09-17 Thread Jambunathan K
> 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) --

[O] how export highlight code

2011-09-17 Thread a machine of awareness
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;

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Bernt Hansen
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

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
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

Re: [O] Escaping in HTML Export

2011-09-17 Thread Pavel Panchekha
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

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-17 Thread Eric Schulte
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

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
> 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

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
> 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

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Bernt Hansen
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. > --

Re: [O] [odt] equation labels

2011-09-17 Thread Jambunathan K
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

Re: [O] [PATCH] org.el: Add support for LaTeX to MathML conversion

2011-09-17 Thread Jambunathan K
> 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

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-17 Thread Max Mikhanosha
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

[O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
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] Collapsing tracked time?

2011-09-17 Thread 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 later version, so if y

Re: [O] Collapsing tracked time?

2011-09-17 Thread Olaf Dietsche
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

Re: [O] Feature Request: fully reveal links when isearch stops there

2011-09-17 Thread Sebastien Vauban
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

Re: [O] Collapsing tracked time?

2011-09-17 Thread Steinar Bang
> 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

Re: [O] Escaping in HTML Export

2011-09-17 Thread Sebastien Vauban
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