[Orgmode] Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
It often happens to me that I send a message (Gnus) and need to keep a reference of the mail just sent as link in an org file. In Gnus copies of sent messages can be store in one or more groups using the `Gcc' header. So I usually select the group where the copy went right after sending and do an

[Orgmode] Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
It often happens to me that I send a message (Gnus) and need to keep a reference of the mail just sent as link in an org file. In Gnus copies of sent messages can be store in one or more groups using the `Gcc' header. So I usually select the group where the copy went right after sending and do an

[Orgmode] Re: Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
Łukasz Stelmach wrote: > Ulf Stegemann writes: [snipped 15 lines] > AFAIR, message-id is used for org links rather than the articla > number. ah, right, that's at least what raw gnus-article links look like. I remember vaguely that this was different in the past and I ob

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
I came back to the matter of storing an org link to a copy of a message upon sending that message. The function below does just that and proves to be quite useful together with a sensible key binding (if you use Gnus and Gcc that is). --8<--cut herestart---

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Eric S. Fraga wrote: > Ulf Stegemann writes: > >> I came back to the matter of storing an org link to a copy of a message >> upon sending that message. The function below does just that and proves >> to be quite useful together with a sensible key binding (if you use

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Ulf Stegemann wrote: > Eric S. Fraga wrote: > >> Ulf Stegemann writes: >> >>> I came back to the matter of storing an org link to a copy of a message >>> upon sending that message. The function below does just that and proves >>> to be quite useful

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Eric S. Fraga wrote: > Thanks. I realised after sending my earlier message that this is going > to be quite complicated. There's no point in storing a link when the > message is actually sent (after all, that will be sometime later). I > would want to store the link when I send the message to

[Orgmode] Store link in message mode

2010-11-15 Thread Ulf Stegemann
After it's now possible for me to store an org link upon sending a message[1] I thought it might be even better to approach this problem in a more general way. The idea is to use `org-store-link' in message mode to create a link for the (yet to come) copy of the message. Currently `org-store-link

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-15 Thread Ulf Stegemann
Thank you, Carsten, thank you, thank you, thank you for creating this project and putting so much excellent work into it. Also, thanks to all Carsten clones; I'm still not convinced there's only one Carsten ;) And of course a warm welcome to Bastien as new maintainer! Ulf _

[Orgmode] Re: Store link in message mode

2010-11-15 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: >> If you think --despite of those issues-- it's worth adding the >> creation of gnus links while in message mode I could provide a patch. > > I'm curious how you are able to determine where a message will be filed > after sending it off. I mean, you neither have

[Orgmode] Re: Store link upon sending a message

2011-01-05 Thread Ulf Stegemann
Hi Bastien, Bastien wrote: > Ulf Stegemann writes: > >> (defun ulf-message-send-and-org-gnus-store-link (&optional arg) > > This is something I've been trying to achieve for very long! Great you > found a solution. A minor suggestion: the function should make s

[Orgmode] Add \EUR to `org-html-entities'

2009-12-01 Thread Ulf Stegemann
Hi, is there anything that speaks against adding --8<--snip-->8--- ("EUR" . "€") --8<--snap-->8--- to `org-html-entities'? \EUR{} is provided by the Marvosym package and € a valid (X)HTML represent

[Orgmode] [LaTeX-Export] Longtable and Caption

2009-12-01 Thread Ulf Stegemann
Hi, is there any good reason why there's always a caption (\caption{}) included whenever a table is exported to LaTeX as longtable environment? If there isn't, I would strongly prefer to have the same behaviour with longtable as with ordinary tables, i.e. suppress the caption if `#+CAPTION:' is no

[Orgmode] Re: [OT] Emacs for email?

2009-12-03 Thread Ulf Stegemann
Rémi Vanicat wrote: > Russell Adams writes: > >> On Tue, Dec 01, 2009 at 08:56:08PM -0600, Russell Adams wrote: >>> - Mutt automatically changes my email address depending on the >>>recipient or folder according to a series of "roles" >> >> Not to reply to myself, but one item I've found la

[Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-03 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > it was my understanding that the caption command in longtable is different > from the caption command in normal tables, in that it is a line that is > printed over the table on each page - so I thought it always needs to be > there. Is that not correct? y

[Orgmode] Re: Add \EUR to `org-html-entities'

2009-12-03 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Dec 2, 2009, at 8:38 AM, Ulf Stegemann wrote: > >> is there anything that speaks against adding >> >> --8<--snip-->8--- >> >> ("EUR&q

[Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Dec 3, 2009, at 4:22 PM, Ulf Stegemann wrote: > >> Carsten Dominik wrote: >> >>> it was my understanding that the caption command in longtable is different >>> from the caption command in normal tables, in that it is

[Orgmode] Org Entities (was: Add \EUR to `org-html-entities')

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > I have added your symbols. thanks, works great. I was wondering if there's a more general problem lurking behind this (thus the change of subject): the problem of encoding entities in org for various export formats, namely HTML, LaTeX, plain ASCII text (and

[Orgmode] Re: Org Entities

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > feel free to send me a modified version of the definitions of > org-html-entities which contains an ASCII element as the third > element of a list. > > I would then use this element for ASCII export. okay, great! I will work on that as soon as I have a littl

[Orgmode] textareas in HTML export

2010-02-23 Thread Ulf Stegemann
Hi, I think that exporting an example to HTML as textarea does not result in correct HTML code. I don't know if , | ` has an effect in any user-agent but as this seems to be a css directive this should probably read , | ` However, I would leave out the overflow stuff complet

[Orgmode] Literal HTML export and paragraphs

2010-02-23 Thread Ulf Stegemann
Hi, not quite sure if that's a bug but I've just noticed that literal HTML export with `#+HTML' or `#+BEGIN_HTML ...' suppresses paragraph markups whenever literal export appears at the end of a paragraph. An org file like this , | line 1 | line 2 | | line 3 ` is exported to , | |

[Orgmode] Re: textareas in HTML export

2010-02-25 Thread Ulf Stegemann
Dear Carsten, Carsten Dominik wrote: > Applied, thanks. thanks for that :) > But I did move the overflow:x property into the css section (default > style), because I think it is important *functionality* that should be > there out off the box. Just as a suggestion: Wouldn't it be better to se

[Orgmode] Re: Bug: export latex bug [6.34trans]

2010-02-26 Thread Ulf Stegemann
Hi Chris, Chris Gray wrote: > When exporting to LaTeX, I get the error void-variable > org-on-heading-p. > > The following patch fixes the problem. I encounter the same problem, but I think the following is closer to what was originally intended ... --- org-latex.el.orig 2010-02-26 13:54:20.79

[Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Ulf Stegemann
Karsten Heymann wrote: > Not as far as I know. hyperref and microtype will run with reduced > features, but apart from that, there should be no problem. Regarding > microtype, I do not know what happens when it is used with the old TeX > or eTeX compiler that was used to created dvi's before pdft

[Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Ulf Stegemann
Hi Karsten, Karsten Heymann wrote: > Hi Ulf, > > Ulf Stegemann writes: >> However, I'd strongly oppose to the claim that compatibility to the >> latex compiler (vs. pdftex) is an academic problem. I know about >> several LaTeX based systems that have to use the

[Orgmode] Exporting to single LaTeX file and multiple HTML files

2010-04-22 Thread Ulf Stegemann
I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy may be sensible. What came to my mind were include commands or publishing functions that post-process the exp

[Orgmode] Re: Exporting to single LaTeX file and multiple HTML files

2010-04-22 Thread Ulf Stegemann
Hi Sebastian, Sebastian Rose wrote: > Ulf Stegemann writes: >> I'm wondering what's the best way to export a single org file to a >> /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy >> manuals and things like that where such a strategy may

[Orgmode] Re: Poll: Who is using these commands

2010-05-10 Thread Ulf Stegemann
Carsten Dominik wrote: > How many of your are using these keys > > C-c C-f > C-c C-b > C-c C-n > C-c C-p > > for navigation through the outline? I use them all the time but I don't mind if they'd change. > Another question: > > C-c C-v currently make the TODO sparse tree. dto. Ulf

[Orgmode] Re: Exporting to single LaTeX file and multiple HTML files

2010-05-10 Thread Ulf Stegemann
Hi David, Eric, all, David Maus wrote: > The function below could be a starting point of a more general > functionality: It takes a file and splits copys all headlines with a > certain level to a separate output file. Eric Schulte wrote: > Possibly one of these... > - http://eschulte.github.c

[Orgmode] Bug: LaTeX export and LaTeX environment

2010-05-18 Thread Ulf Stegemann
With Org-mode version 6.36trans (release_6.36.80.gbdfd) GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.6) the LaTeX exporter seems to cease to work when encountering a LaTeX environment. Suppose this minimal org file: --8<--snip-->8---

[Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-05-19 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On May 19, 2010, at 8:34 AM, Ulf Stegemann wrote: > >> With >> >> Org-mode version 6.36trans (release_6.36.80.gbdfd) >> GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.6) >> >> the LaTeX exporter seems

[Orgmode] Re: org-entities-user

2010-05-20 Thread Ulf Stegemann
Dear Nathaniel, Nathaniel Flath wrote: > I've been setting up org-entities-user with a few custom symbols, and > managed to get a few aliases for items already in org-entities, but i'm a > bit stuck on adding new items - specifically, the mathbb versions of Z and R > (the symbols for the sets of

[Orgmode] Re: [Patch] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Ulf Stegemann
Hi Carsten, Sebastian, just tried the new capture mechanism and it works quiet fine. I like it a lot. Thanks for the work :) However ... Sebastian Rose wrote: > Here's the tested and working patch for org-protocol.el. ... it seems that with `org-protocol-capture' the place holders `%:link', `

[Orgmode] Re: [Patch] New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Ulf Stegemann
Hi Sebastian, Sebastian Rose wrote: > Ulf Stegemann writes: > >> ... it seems that with `org-protocol-capture' the place holders >> `%:link', `%:description' and `%:initial' do not work anymore as they >> are inserted literally. I must admit that I

[Orgmode] Re: [Patch] New implementation of the Org remember process ready for comments and testing

2010-06-24 Thread Ulf Stegemann
Sebastian Rose wrote: > Carsten Dominik writes: >> I have not tested it, but I think this problem should be fixed now as well. >> >> - Carsten > > It works for me. > > Sebastian and for me, too. Thanks a lot :) Ulf ___ Emacs-orgmode mailing list

[Orgmode] Org-Mode button

2010-07-19 Thread Ulf Stegemann
Advocating Org-Mode is always a noble cause. In order to do so, I've put together a "created with Org-Mode" button which is displayed on my website. Although I'm far from being a designer type of guy, you may want to have a look at http://ulf.zeitform.de/images/org-mode.png. Of course you are very

[Orgmode] Re: bug: images always inlined when exporting to HTML

2010-07-19 Thread Ulf Stegemann
Eric S. Fraga wrote: > It would appear that the handling of images in HTML export has changed > sometime recently and does not match the documentation (12.5.5 Images > in HTML export). Specifically, whether a link to an image file has a > description or not is ignored and all my images are being

[Orgmode] Re: Org-Mode button

2010-07-19 Thread Ulf Stegemann
Hi Eric, Eric S. Fraga wrote: > On Mon, 19 Jul 2010 14:57:33 +0200, Ulf Stegemann > wrote: >> >> Advocating Org-Mode is always a noble cause. In order to do so, I've put >> together a "created with Org-Mode" button which is displayed on my >> we

[Orgmode] Re: bug: images always inlined when exporting to HTML

2010-07-22 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > please pull and check if this is fixed now. works again here :) Thanks for fixing! Ulf ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.or

[O] Import efforts

2011-10-13 Thread Ulf Stegemann
Dear all, I'm looking for an easy way to incorporate efforts from other, non-org users into an org file. Assume you do project accounting using org. Recording and displaying the efforts /you/ have spent on the different items is no problem thanks to the clocking mechanism. However, I'd like to

[Orgmode] HTML export and absolute file names

2011-01-24 Thread Ulf Stegemann
With commit 330fb540 export of file links to HTML in `org-html-make-link' changed insofar that file links with absolute paths are now prepended with `file://'. This seems to make it virtually impossible to create HTML code like `'. However, creating HTML links with an absolute path (and without h

[Orgmode] Re: Store link in message mode

2011-02-09 Thread Ulf Stegemann
Bastien wrote: > Ulf Stegemann writes: > >> If you think --despite of those issues-- it's worth adding the creation >> of gnus links while in message mode I could provide a patch. > > FWIW, I think it would be useful. > >> I'd probably add the fun

Re: [O] Re: customising org-latex-to-pdf-process for bibtex

2011-03-02 Thread Ulf Stegemann
adpackage[nointegrals]{wasysym}. This is a fairly standard way to >> load wasysym (which I should have recalled for Suvayu's recent >> problem, thanks Eric for remembering). > > Sounds good to me, but this is a question to Ulf Stegemann who > implemented many special character

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-22 Thread Ulf Stegemann
Hi Sébastien, Eric, I'm experiencing the same performance problems with recent org-mode. My observations are ... Sébastien Vauban wrote: > Eric S Fraga wrote: >> >> From these timings, the font locking doesn't seem to be the issue but maybe >> the overlays are. However, commenting out the code

Re: [O] org-capture in message-mode buffer

2011-05-04 Thread Ulf Stegemann
Leo wrote: > I am running orgmode from git 2011-04-29 on Emacs 23.3.50. > > In a message mode buffer, M-x org-capture to get the following error: > > Debugger entered--Lisp error: (error "Can not create link: No Gcc header > found.") > signal(error ("Can not create link: No Gcc header found.")

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo wrote: > On 2011-05-04 21:14 +0800, Ulf Stegemann wrote: >> The idea behind `org-store-link' (which is triggered by `org-capture') >> in message mode is to store a link to a /sent/ message even though the >> message has not been sent by the time you call `org-

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo wrote: > On 2011-05-05 15:02 +0800, Ulf Stegemann wrote: >> Hmmm, is it? Suppose that linking to a message yet to be archived >> wouldn't be there, then `org-store-link' will tell you `org-store-link: >> Cannot link to a buffer which is not visiting a file'

[O] [PATCH] Incorrect HTML entity for `degree'

2011-06-06 Thread Ulf Stegemann
The degree symbol (`deg') has an incorrect HTML entity in org-entities.el. Ulf diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 609173a..c6ace61 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -304,7 +304,7 @@ loaded, add these packages to `org-export-latex-packages-

[Orgmode] Re: Feature improvement request: state change logging

2009-02-12 Thread Ulf Stegemann
Wanrong Lin wrote: > The state change logging is great, but I wonder whether we can further > improve it: > > 1. Can we also include the original state in the log message? > i.e.: instead of having - State "DEFERRED" [2009-02-11 Wed 11:38] > we can have > - State "DEFERRED" from "HOLD" [2

[Orgmode] Suppress linkification of external links possible?

2009-02-17 Thread Ulf Stegemann
Hi all, just a quick question: Is it possible to suppress the automagical linkification of external links? I have a document here for tutorial purposes which is cluttered with invalid addresses like 'http://gateway.example.org'. Linkification of those addresses is rather disturbing. Ulf __

[Orgmode] Re: Suppress linkification of external links possible?

2009-02-17 Thread Ulf Stegemann
Thank you for all the quick responses :) Unfortunately, none of the proposed solutions really applies to the problem I have (That's however entirely my fault, I should have made things a bit clearer.). The workarounds (except for one) concentrate on making a link caused by a literal invalid addre

[Orgmode] Re: Suppress linkification of external links possible?

2009-02-17 Thread Ulf Stegemann
Hi Giovanni, Giovanni Ridolfi wrote: > --- Mar 17/2/09, Ulf Stegemann ha scritto: >> What I was originally looking for was some sort of escape >> character/special markup that would prevent creating links >> at all, like >> \http://...\ . This would also allow us

[Orgmode] Re: Suppress linkification of external links possible?

2009-02-17 Thread Ulf Stegemann
Dear Carsten, Carsten Dominik wrote: > On Feb 17, 2009, at 2:05 PM, Ulf Stegemann wrote: > >> What I was originally looking for was some sort of escape >> character/special markup that would prevent creating links at all, like >> \http://...\ . This would also allow us

[Orgmode] Re: Suppress linkification of external links possible?

2009-02-18 Thread Ulf Stegemann
Carsten Dominik wrote: > On Feb 18, 2009, at 8:58 AM, Ulf Stegemann wrote: > >> >> great ... but unfortunately it's not working here. Whenever I try to >> export an org file to HTML now, I get 'org-export-normalize-links: >> Invalid function: org-if-unp

[Orgmode] org-protocol and encoding

2009-04-06 Thread Ulf Stegemann
org-protocol is really a great extension for org-mode! However, I experience an annoyance regarding non-ascii character encoding. When using org-protocol with remember and firefox, all non-ascii characters get b0rked in the remember buffer (on linux, with emacs 23 and org-mode as of today and late

[Orgmode] Counter cookies and mixed checkbox lists/subtasks

2009-04-08 Thread Ulf Stegemann
The following applies to Emacs 23.0.92 and Org 6.25trans, both checked out a few minutes ago. I'm quite fond of using counter cookies in headlines (`[/]' or `[%]'). However, when using those cookies in headlines where the body mixes up checkbox lists and subtasks org-mode changes reference of the

[Orgmode] Re: org-protocol and encoding

2009-04-16 Thread Ulf Stegemann
Sebastian, Carsten, Carsten Dominik wrote: > Ulf, can you do some testing, please? done that using Emacs 23 (cvs today), Org (git today + patch), Firefox 3.0.8 on linux. Everything seems to work fine, I haven't found a single page/text that hasn't been encoded correctly. So I assume that the pa

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > there is no way currently to force a cookie either way. > > I think the the right solution is to modify the structure, so > that the check boxes are only in entries without children. > Seems to me that this is always possible - in your case > you could just c

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Apr 16, 2009, at 11:05 AM, Ulf Stegemann wrote: > >> Imagine you are compiling a document where you need contributions from >> others. You could make a todo item for this with checkboxes for every >> chapter planned (or for every

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-20 Thread Ulf Stegemann
Hi Carsten, 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 into the cookie, not the > children. > Or maybe a variable, stating your preference for this.

[Orgmode] Re: Counter cookies and mixed checkbox lists/subtasks

2009-04-22 Thread Ulf Stegemann
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: >

[Orgmode] [BUG] Date/Time Confusion

2009-05-27 Thread Ulf Stegemann
With git org as of yesterday an org file entry like --8<--snip-->8--- * TODO [#B] Arrange something for [2009-06-01 Mon 10:00-12:30] SCHEDULED: <2009-05-27 Wed> --8<--snap-->8--- will show up in th

[Orgmode] Re: [BUG] Date/Time Confusion

2009-05-27 Thread Ulf Stegemann
Carsten Dominik wrote: > From the release notes of 6.24: > > Turning off time-of-day search in headline > === > > Some people like to put a creation time stamp into a headline and > then get confused if the time-of-day found in there shows up as > the time-

[Orgmode] Re: Sourceforge community award

2009-06-10 Thread Ulf Stegemann
Carsten Dominik wrote: > 1. Complete this sentence in about 140 characters: "Our project is > [-foo-]." For example, "Our project is a tool that helps you wash your > car." There were already some good suggestions, I think. And furthermore the example isn't bad either as Org mode actually *does

[Orgmode] Macros broken

2009-06-22 Thread Ulf Stegemann
Hi, with today's version of Org mode and CVS Emacs (23.1.50.1) macro expansion seems to be broken. An org file like --8<--snip-->8--- #+MACRO: foo BAR * baz {{{foo}}} --8<--snap-->8--- exported to H

[Orgmode] Re: Macros broken

2009-06-22 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > Fixed, thanks. great! Thank you. But you know that with your quick responses you feed the rumours about multiple Carstens being out there :) Ulf ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Macros broken

2009-06-22 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jun 22, 2009, at 4:46 PM, Ulf Stegemann wrote: > >> Hi Carsten, >> >> Carsten Dominik wrote: >> >>> Fixed, thanks. >> >> great! Thank you. But you know that with your quick responses you feed >> the rumou

[Orgmode] Re: Release 6.28

2009-07-01 Thread Ulf Stegemann
Carsten Dominik wrote: > Bulk action > > > You can now use the `s' key to select entries in the agenda. > When one or more entries have been selected, the `B' key will > execute an action on all selected entries. I believe this bulk > action makes mainly sense for the commands that

[Orgmode] Re: Release 6.28

2009-07-01 Thread Ulf Stegemann
Christian Egli wrote: > Carsten Dominik writes: > >> On Jul 1, 2009, at 9:20 AM, Ulf Stegemann wrote: >>> Carsten Dominik wrote: >>>> Bulk action >>>> >>>> >>>> We can add more actions, if you convince me they

[Orgmode] Re: Release 6.28

2009-07-02 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jul 1, 2009, at 1:17 PM, Ulf Stegemann wrote: >> Yes, both shifting by the same amount and setting a fixed date can be >> useful. I usually re-schedule leftover todos by shifting them by one >> or two working days to the future. So originally I

[Orgmode] Re: Release 6.28

2009-07-03 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jul 1, 2009, at 12:26 PM, Christian Egli wrote: > >> >> Hi all >> >> Carsten Dominik writes: >> >>> On Jul 1, 2009, at 9:20 AM, Ulf Stegemann wrote: >>>> Carsten Dominik wrote: >>>>> Bulk action

[Orgmode] [BUG] HTML exporting numbered literal examples

2009-07-09 Thread Ulf Stegemann
With latest CVS Emacs and Git Org mode exporting literal examples (example/src) with the `-n' switch results in numbering starting on line *2* of the example in the resulting HTML file (LaTeX seems to be okay). The example in the manual ... --8<--snip--

[Orgmode] Markup for export question

2009-07-09 Thread Ulf Stegemann
When writing documentations I often come across expressions like doMagic('myVariable') In an ideal world the HTML code for this after exporting the org file would look like this: doMagic('myVariable') The purpose is of course to indicate that `doMagic' is a literal function/method name whil

[Orgmode] Re: Markup for export question

2009-07-10 Thread Ulf Stegemann
Hi Giovanni, Giovanni Ridolfi wrote: > --- Gio 9/7/09, Ulf Stegemann ha scritto: >> When writing documentations I often >> come across expressions like >> >> doMagic('myVariable') >> >> In an ideal world the HTML code for this aft

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-17 Thread Ulf Stegemann
Hi, Bastien wrote: > Ulf Stegemann writes: > >> With latest CVS Emacs and Git Org mode exporting literal examples >> (example/src) with the `-n' switch results in numbering starting on line >> *2* of the example in the resulting HTML file (LaTeX seems to be ok

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-17 Thread Ulf Stegemann
Bastien wrote: > Ulf Stegemann writes: > >> I had a quick look at `org-export-number-lines' and the following seems >> to work smoothly ... > > Thanks for the patch. One problem though: now the first link (from the > manuals example) looks like "sc&quo

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-20 Thread Ulf Stegemann
Bastien wrote: > Ulf Stegemann writes: > >> Right, I agree with your observation but I think I wouldn't with your >> conclusion. I don't think that this is a problem. From the author's >> point of view I think he/she knows what's going on since this

[Orgmode] Re: [BUG] HTML exporting numbered literal examples

2009-07-23 Thread Ulf Stegemann
Hi Bastien, Bastien wrote: > I've finally pushed a change that allows whitespaces in labels and allow > the "-r" switch to be used even if "-n" is not there. Please test it and > let me know if it works as expected. great! I've tested this with some examples and it seems to work fine. Thanks fo

[Orgmode] date marking with (org-diary)

2008-08-15 Thread Ulf Stegemann
Hi all, I was recently playing around with marking org agenda items in the calendar using (org-diary) in the diary file. I encountered a problem already described by Wanrong Lin some time ago (see http://www.mail-archive.com/emacs-orgmode@gnu.org/msg05839.html). Unfortunately no answers were given

[Orgmode] Re: date marking with (org-diary)

2008-09-08 Thread Ulf Stegemann
Hi Carsten, all, Carsten Dominik <[EMAIL PROTECTED]> wrote: > On Aug 15, 2008, at 10:45 AM, Ulf Stegemann wrote: [...] >> Including agenda items into the diary with '&%%(org-diary ...' is >> something I personally find pretty useless as the dates of thos

[Orgmode] Re: [PATCH] better links to Gnus articles

2008-11-27 Thread Ulf Stegemann
Carsten Dominik <[EMAIL PROTECTED]> wrote: > I have applied this patch without testing it thoroughly myself, > I'd appreciate if some of you could test this and make sure that > it does not break anything. I've just updated to the latest git version and it seems that the patch in questions breaks

[Orgmode] Re: [PATCH] better links to Gnus articles

2008-11-28 Thread Ulf Stegemann
Tassilo Horn <[EMAIL PROTECTED]> wrote: > Ulf Stegemann <[EMAIL PROTECTED]> writes: > >> I've just updated to the latest git version and it seems that the >> patch in questions breaks linking to Gnus articles. I'm using XEmacs >> 21.4.21 and No Gnus

[Orgmode] Problem with org-gnus-follow-link

2008-12-09 Thread Ulf Stegemann
(Org as of 2008-12-08, Gnus/5.110009 (No Gnus v0.9), XEmacs/21.4.21 (linux)) Hi, I've encountered a problem with `org-gnus-follow-link' which sometimes fails to fetch the appropriate article in Gnus. This does not happen when a buffer is visiting the group the link points to. After a bit of inve

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-10 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> wrote: > Please try this patch and report back if it works. [...] > - (gnus-group-read-group 1 nil group) > - (gnus-summary-goto-article > - (if (string-match "[^0-9]" article) > - article > - (string-to-number artic

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> wrote: > Ulf Stegemann <[EMAIL PROTECTED]> writes: > >> this works in principle but is not really an option. Since first >> argument 't' to `gnus-group-read-group' makes every article readable >> in

[Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-11 Thread Ulf Stegemann
Hi Peter, Peter Jones <[EMAIL PROTECTED]> wrote: > I thought I'd share some elisp that I'm using in conjunction with > org-mode for helping me prepare invoices. > > The attached file is useful for producing an org mode dblock that groups > headings by date and calculates billing information based

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> wrote: > Ulf Stegemann <[EMAIL PROTECTED]> writes: > >>> please try this one: >>> >>> diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el >>> index 7231538..05bed5b 100644 >>> --- a/lisp/org

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> wrote: > Ulf Stegemann <[EMAIL PROTECTED]> writes: > >> huh, that's strange. The patched version was really in effect here >> when the tests failed. I've just updated Gnus to the latest (CVS) >> version

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn <[EMAIL PROTECTED]> wrote: > Ulf Stegemann <[EMAIL PROTECTED]> writes: > >>> Please do a test for me: >>> >>> 1. Enter a group in Gnus >>> 2. Delete the last article >>> 3. Exit summary >>> 4. Try `

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: > please try this one. this works after some modifications (patch attached). XEmacs does not know `substring-no-properties' but org-compat has `org-substring-no-properties'. Besides, my Gnus holds `gnus-large-newsgroup' as a string not as integer. Unfortunately,

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: > Ulf Stegemann writes: > >> Besides, my Gnus holds `gnus-large-newsgroup' as a string not as >> integer. > > What?!? Do you set it somewhere? The docs say it should be a number or > nil. Yes, I was investigating that, too

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: > Ulf Stegemann writes: > >> Yes, increasing the interval is certainly a good idea. But how about >> using the Fibonacci sequence (1, 2, 3, 5, 8 ...) for this :) > > The fibonacci sequence increases too slow. The current implementation

[Orgmode] Bug in `org-get-outline-path'

2008-12-17 Thread Ulf Stegemann
Hi, I've encountered a problem with `org-get-outline-path' (as of today) which fails if the (optional) argument `level' is nil. The error occured when calling `org-archive-subtree'. The following fixes it for me. --- org.el.orig 2008-12-17 09:55:44.0 +0100 +++ org.el 2008-12-17 10:23:38.0

[Orgmode] [IDEA] HTML-export literal examples to textarea

2009-01-16 Thread Ulf Stegemann
Is it worth thinking about an example block that will be exported to a "..." structure in HTML export? I was recently playing around with org for online documentation. The documents contained lots of literal examples that can be directly copied and pasted e.g. into a terminal emu. While example- a

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-18 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On Jan 16, 2009, at 10:51 AM, Ulf Stegemann wrote: > >> Is it worth thinking about an example block that will be exported to a >> "..." structure in HTML export? >> >> I was recently playing around with org fo

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: > >> Hi Carsten, >> >> Carsten Dominik wrote: >> >>> On Jan 16, 2009, at 10:51 AM, Ulf Stegemann wrote: >>> >>>> Is it worth thinking about an example block th

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > So it remains a kind-of specialistic thing. no, I wouldn't say so. textarea seems to have become quite popular in HTML online documentation. Apart from all the copy and paste stuff, textarea can do a virtual wrap or give you a horizontal scroll bar. This is

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-20 Thread Ulf Stegemann
Carsten Dominik wrote: > On Jan 19, 2009, at 6:16 PM, Carsten Dominik wrote: > > OK, it is in: > > #+begin_example -t -w 80 -h 20 > ... > #+end_example > > HTH, thanks for the idea. Great! Works like a charm. Thank you for implementing it :) Ulf __

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Ulf Stegemann
Carsten Dominik wrote: > So here is my question to all of you. Could you, in reply to this > message, list all the Org-related variables that you have customized, > along with the values you used? apart from some face definitions and things like export or agenda view customisations that really

[Orgmode] Re: Return on a task behaves like TAB

2009-02-05 Thread Ulf Stegemann
Hi Bernt, Bernt Hansen wrote: > ... > ** Some Task... > ** Another task... > ... > > and I want to add detail at the end of 'Some Task'. What I used to do > was just put the point at the beginning of the line for ** Another Task > and then hit RETURN to insert a blank line and move up to it to

  1   2   >