Hi Carsten,
Carsten Dominik wrote:
> On Apr 20, 2009, at 10:00 AM, Ulf Stegemann wrote:
>
>> Carsten Dominik wrote:
>>
>>> Hmmm, I am still not convinced, in particular about adding new syntax.
>>>
>>> One thing I could imagine though, is this:
>>> If an entry has checkboxes, always put those i
El dc, abr 15 2009, Carsten Dominik va escriure:
>> just like [TABLE-OF-CONTENTS] inserts the table of contents, are there other
>> variables which will be translated on export? For instance [EXPORT-DATE] to
>> get the export date, [VERSION] for the Org version, [FILE-NAME] for this
>> file's na
Hi Wes, this is fun, I hope you continue to improve it.
One problem I notices: I think multiple lines starting with ": "
must be seen as one block, most backends will need this.
- Carsten
On Apr 15, 2009, at 9:23 PM, Wes Hardaker wrote:
I have a bunch of random things that I'd like to expor
On Apr 21, 2009, at 6:00 PM, Tassilo Horn wrote:
Carsten Dominik writes:
Hi Carsten,
What do I have to do to make that entry showing up twice on 29th
April?
Make the second one a SCHEDULED time stamp, for example. When Org
collects entries for the day, it goes through the files, once for
Carsten Dominik writes:
Hi Carsten,
>> Why does org stop with the first match? Efficiency? At least I
>> don't care about that, so if this could be made customizable I
>> wouldn't object.
>
> Efficiency, and to avoid cluttering if you have recorded several time
> stamps in an entry. See, the
Hi Carsten and Sebastian,
Thanks for your quick response!
The current solution is good for me. :)
Xin
Carsten Dominik wrote:
On Apr 21, 2009, at 4:16 PM, Sebastian Rose wrote:
Hmm - the script supports two kinds of human readable IDs now. The old
ones (which where defined in the anchor
Hello Experts,
I'm wondering if it's possible to implement some special character for
displaying math in HTML in addition to the already well performed greek
letter. For example, 35 ± 5 can be written as 35 \pm 5, which in the
html correspond to ±, etc. See this page:
http://comers.citade
On Apr 22, 2009, at 2:05 AM, Xin wrote:
Hello Experts,
I'm wondering if it's possible to implement some special character
for displaying math in HTML in addition to the already well
performed greek letter. For example, 35 ± 5 can be written as 35
\pm 5, which in the html correspond to ±
> On Wed, 22 Apr 2009 09:59:21 +0200, Carsten Dominik
> said:
CD> One problem I notices: I think multiple lines starting with ": "
CD> must be seen as one block, most backends will need this.
Yep. It was, err... not on my todo list because I failed to write it
down. But I did realiz
Carsten Dominik writes:
> Fixed, thanks.
>
> - Carsten
Thanks! It works great now :)
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-org
Hi Carsten,
That's great! It would be nice that we document all of this symbols in
the manual.
Another question related to the Mark-up:
Is there any way to by pass the "+" mark-up except using space? The
reason is that I have a table like this:
| D^{+}\to K^{-}\pi^{+}\pi^{+} | 44120 \p
All,
org-latex.el currently runs the passes this to the shell when running
the `C-c C-e p' or `C-c C-e d' (process via LaTeX to PDF) commands:
"pdflatex -interaction nonstopmode %s"
But a person (like this person) might want to use a different shell
command to invoke latex, in particular LuaTeX,
Hi all,
Is it possible to colour the output in pdf export in the same way it is
done in html export? The colouring of tags and timestamps is very
useful.
Also is it possible to include properties in the output? I'm adding
effort estimates to the tasks which I'd like to be included in the
expo
Here's a patch to make the command and its arguments customizable. The
patch organizes the customization groups as follows:
org-export -> org-export-latex -> org-export-pdf
I don't know if Carsten will want to apply it, but even if he does, he
might want to tweak the customization groups
On Tuesday 21 April 2009, Carsten Dominik wrote:
> On Apr 21, 2009, at 9:06 AM, Yuval Hager wrote:
> > Hi,
> >
> > One of my uses to orgmode is to write an invoice, export it to PDF
> > and send
> > it to the customer.
> >
> > I like to mark the DEADLINE for the invoice, for my tracking, but I
> >
How do I get only the headlines that match the *tag* "test" *and* the *
todo-keyword* "ACTION" ?
I read through the manual and this site "
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php"; but
did not find it.
Thank's,
Eraldo (a little confused)
__
Eraldo Helal wrote:
> How do I get only the headlines that match the *tag* "test" *and* the *
> todo-keyword* "ACTION" ?
>
Check the "Matching tags and properties" section of the manual, and pay
particular attention to the "Special properties" link. In your
case, I think the following will wor
On Wed, Apr 22, 2009 at 10:32 PM, Eraldo Helal wrote:
> How do I get only the headlines that match the tag "test" and the
> todo-keyword "ACTION" ?
>
> I read through the manual and this site
> "http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php";
> but did not find
When I visit a text file, a C file or a TeX file, it is in soft word wrapping
mode, i.e. long lines get wrapped, but without really inserting newlines.
But when I visit an org file, it is not in word wrapping mode, i.e. longs lines
never gets wrapped, you can't see the whole line if the line is t
At the moment my blocked agenda looks somthing like this:
> internet:
>
>
>
> home:
> eraldo: ACTION do bla
Good Bad writes:
> When I visit a text file, a C file or a TeX file, it is in soft word wrapping
> mode, i.e. long lines get wrapped, but without really inserting newlines.
>
> But when I visit an org file, it is not in word wrapping mode, i.e. longs
> lines
> never gets wrapped, you can't see t
Carsten Dominik writes:
> Anyway, get the latest version and do
>
>(setq org-agenda-find-multiple-timestamps-per-entry t)
>
> Question to everyone: Should this be the default?
I don't think I ever use more than one timestamp per entry.
As long as there is no noticeable performance hit then
On Wed, Apr 22, 2009 at 11:34 PM, Eraldo Helal wrote:
> At the moment my blocked agenda looks somthing like this:
>
>>
>>
>> internet:
>>
>>
>>
==
> x > - Blocked Agenda without newlines
>
> How does this sound?
>
> --8<---cut here---start->8---
> (setq org-agenda-custom-commands
> '(("E" "Eraldo's Agenda"
> ((tags-todo "Internet" ((org-agenda-overriding-header
> "\nInternet"))
On Apr 22, 2009, at 9:21 PM, Bernt Hansen wrote:
Carsten Dominik writes:
Anyway, get the latest version and do
(setq org-agenda-find-multiple-timestamps-per-entry t)
Question to everyone: Should this be the default?
I don't think I ever use more than one timestamp per entry.
As long
Carsten Dominik writes:
>>Toggling this variable doesn't seem to change how long the agenda
>>displays for me.
>
> It does for me. With Tassilos original example:
>
> * Übung Grundlagen der Softwaretechnik (B 016)
> :teaching:
> <2009-04-22 Wed 08:30-10:00 +1w
I get the following error when trying to export my agenda:
> org-write-agenda: Cannot open load file: htmlize
Any idea how to fix this?
Greetings,
Eraldo
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmo
On Apr 22, 2009, at 10:16 PM, Tassilo Horn wrote:
Carsten Dominik writes:
Toggling this variable doesn't seem to change how long the agenda
displays for me.
It does for me. With Tassilos original example:
* Übung Grundlagen der Softwaretechnik (B 016) :teaching:
<
Eraldo Helal wrote:
> I get the following error when trying to export my agenda:
>
> > org-write-agenda: Cannot open load file: htmlize
>
>
> Any idea how to fix this?
>
Get htmlize.el from
http://www.emacswiki.org/emacs/htmlize.el
install it somewhere in your load-path and (optionally
Hi,
This webpage behaves strange in firefox:
http://orgmode.org/Changes.html
A lot of dialog box jumps up saying the section number.
Xin
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.or
Carsten Dominik writes:
> On Apr 22, 2009, at 10:16 PM, Tassilo Horn wrote:
>
>> I think Bernt meant that he doesn't notice a difference in how long it
>> takes till the agenda is displayed.
>
> Ahh, of course.
Yes that's what I meant :)
-Bernt
___
Oh god,
my failure ... forgot to delete a line...
I push the fix. Should be gone after the next update...
Sorry
Sebastian
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gn
Hi Sebastian,
Thanks for your quick fix! (Also thanks for Greg's confirm).
Now, here is another question: if you go to that page:
http://orgmode.org/Changes.html
1. Suppose one clicks the "Version 6.23" on the left panel, then
Version 6.23 will show up in the top (notice it's slanted and no
On Wed, Apr 22, 2009 at 22:48, Nick Dokos wrote:
> Eraldo Helal wrote:
>
> > I get the following error when trying to export my agenda:
> >
> > > org-write-agenda: Cannot open load file: htmlize
> >
> >
> > Any idea how to fix this?
> >
>
> Get htmlize.el from
>
>http://www.emacswiki.org/ema
Eraldo Helal wrote:
> On Wed, Apr 22, 2009 at 22:48, Nick Dokos wrote:
>
> > Eraldo Helal wrote:
> >
> > > I get the following error when trying to export my agenda:
> > >
> > > > org-write-agenda: Cannot open load file: htmlize
> > >
> > >
> > > Any idea how to fix this?
> > >
> >
> > Get ht
I saw some discussion on the list about custom IDs, but it confused me.
So, here is my problem.
I upgraded to 6.26. Now, when I export my index.org file to html, the
headlineline
* Courses
is exported to
Courses
instead of
Courses
.
This happens for all other headlines in index.org
>
>
> > So, I guess htmlize.el is not part of org-mode.
> > Is there a way of keeping uptodate with this file?
> > Will it survive when I do my git pull, etc?
> >
>
> No, it's fine - Carsten got permission from Hrvoje Niksic (the author of
> htmlize.el) to include it in the contrib/lisp/ directory
sran...@gmail.com writes:
> I saw some discussion on the list about custom IDs, but it confused
> me. So, here is my problem.
>
> I upgraded to 6.26. Now, when I export my index.org file to html, the
> headlineline
>
> * Courses
>
> is exported to
>
>
> Courses
>
>
> instead of
>
>
> Courses
This is now implemented, please check the variable
`org-latex-to-pdf-process'.
Nick, I used a a modified version of your patch, to make the whole
process configurable, and to make it possible to include a BibTeX run.
Thanks to all who have contributed to this discussion.
- Carsten
On Apr 22, 2
39 matches
Mail list logo