[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

[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

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

2011-05-05 Thread Ulf Stegemann
Leo sdl@gmail.com 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-store-link

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

2011-05-05 Thread Ulf Stegemann
Leo sdl@gmail.com 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' when called

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

2011-05-04 Thread Ulf Stegemann
Leo sdl@gmail.com 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

[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 wxhgmqzgw...@spammotel.com wrote: Eric S Fraga wrote: From these timings, the font locking doesn't seem to be the issue but maybe the overlays are. However,

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

2011-03-02 Thread Ulf Stegemann
[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 characters in Org and who likely has an opinion

[Orgmode] Re: Store link in message mode

2011-02-09 Thread Ulf Stegemann
Bastien bastien.gue...@wikimedia.fr wrote: Ulf Stegemann ulf-n...@zeitform.de 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 functionality

[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 `a href=/abs/path.html'. However, creating HTML links with an

[Orgmode] Re: Store link upon sending a message

2011-01-05 Thread Ulf Stegemann
Hi Bastien, Bastien bastien.gue...@wikimedia.fr wrote: Ulf Stegemann ulf-n...@zeitform.de 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

[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

[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 tass...@member.fsf.org 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,

[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

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Eric S. Fraga ucec...@ucl.ac.uk wrote: Ulf Stegemann ulf-n...@zeitform.de 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

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Ulf Stegemann ulf-n...@zeitform.de wrote: Eric S. Fraga ucec...@ucl.ac.uk wrote: Ulf Stegemann ulf-n...@zeitform.de 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 ucec...@ucl.ac.uk 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

[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

[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

[Orgmode] Re: Store link upon sending a message

2010-10-01 Thread Ulf Stegemann
Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl wrote: Ulf Stegemann ulf-n...@zeitform.de 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

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

2010-07-22 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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.

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

2010-07-20 Thread Ulf Stegemann
Eric S. Fraga ucec...@ucl.ac.uk 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

[Orgmode] Re: Org-Mode button

2010-07-20 Thread Ulf Stegemann
Hi Eric, Eric S. Fraga ucec...@ucl.ac.uk wrote: On Mon, 19 Jul 2010 14:57:33 +0200, Ulf Stegemann ulf-n...@zeitform.de 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 website. Although I'm far

[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: [Patch] New implementation of the Org remember process ready for comments and testing

2010-06-24 Thread Ulf Stegemann
Sebastian Rose sebastian_r...@gmx.de wrote: Carsten Dominik carsten.domi...@gmail.com 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

[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 sebastian_r...@gmx.de wrote: Here's the tested and working patch for org-protocol.el. ... it seems that with `org-protocol-capture' the

[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 sebastian_r...@gmx.de wrote: Ulf Stegemann ulf-n...@zeitform.de 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 haven't

[Orgmode] Re: org-entities-user

2010-05-20 Thread Ulf Stegemann
Dear Nathaniel, Nathaniel Flath flat0...@gmail.com 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

[Orgmode] Bug: LaTeX export and LaTeX environment

2010-05-19 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: Poll: Who is using these commands

2010-05-10 Thread Ulf Stegemann
Carsten Dominik carsten.domi...@gmail.com 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.

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

2010-05-10 Thread Ulf Stegemann
Hi David, Eric, all, David Maus dm...@ictsoc.de 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 schulte.e...@gmail.com wrote: Possibly one of

[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

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

2010-04-22 Thread Ulf Stegemann
Hi Sebastian, Sebastian Rose sebastian_r...@gmx.de wrote: Ulf Stegemann ulf-n...@zeitform.de 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

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

2010-04-07 Thread Ulf Stegemann
Karsten Heymann karsten.heym...@blue-cable.net 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

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

2010-02-26 Thread Ulf Stegemann
Hi Chris, Chris Gray chrismg...@gmail.com 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

[Orgmode] Re: textareas in HTML export

2010-02-25 Thread Ulf Stegemann
Dear Carsten, Carsten Dominik carsten.domi...@gmail.com 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:

[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 , | p

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

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

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

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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,

[Orgmode] Re: Org Entities

2009-12-17 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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

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

2009-12-03 Thread Ulf Stegemann
Rémi Vanicat vani...@debian.org wrote: Russell Adams rlad...@adamsinfoserv.com 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

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

2009-12-03 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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.

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

2009-12-03 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com wrote: On Dec 2, 2009, at 8:38 AM, Ulf Stegemann wrote: is there anything that speaks against adding --8--snip--8--- (EUR . euro;) --8--snap

[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

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

2009-07-24 Thread Ulf Stegemann
Hi Bastien, Bastien bastiengue...@googlemail.com 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

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

2009-07-20 Thread Ulf Stegemann
Bastien bastiengue...@googlemail.com wrote: Ulf Stegemann ulf-n...@zeitform.de 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

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

2009-07-17 Thread Ulf Stegemann
Hi, Bastien bastiengue...@googlemail.com wrote: Ulf Stegemann ulf-n...@zeitform.de 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

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

2009-07-17 Thread Ulf Stegemann
Bastien bastiengue...@googlemail.com wrote: Ulf Stegemann ulf-n...@zeitform.de 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

[Orgmode] Re: Markup for export question

2009-07-10 Thread Ulf Stegemann
Hi Giovanni, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: --- Gio 9/7/09, Ulf Stegemann ulf-n...@zeitform.de ha scritto: 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

[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 ...

[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: codedoMagic('varmyVariable/var')/code The purpose is of course to indicate that `doMagic' is a literal

[Orgmode] Re: Release 6.28

2009-07-01 Thread Ulf Stegemann
Carsten Dominik carsten.domi...@gmail.com 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

[Orgmode] Re: Release 6.28

2009-07-01 Thread Ulf Stegemann
Christian Egli christian.e...@sbszh.ch wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Jul 1, 2009, at 9:20 AM, Ulf Stegemann wrote: Carsten Dominik carsten.domi...@gmail.com wrote: Bulk action We can add more actions, if you convince me they make sense. IMHO

[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 HTML

[Orgmode] Re: Macros broken

2009-06-22 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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:

[Orgmode] Re: Sourceforge community award

2009-06-10 Thread Ulf Stegemann
Carsten Dominik carsten.domi...@gmail.com 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

[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 the

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

2009-04-22 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com wrote: On Apr 20, 2009, at 10:00 AM, Ulf Stegemann wrote: Carsten Dominik carsten.domi...@gmail.com wrote: Hmmm, I am still not convinced, in particular about adding new syntax. One thing I could imagine though, is this: If an entry

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

2009-04-20 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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

[Orgmode] Re: org-protocol and encoding

2009-04-16 Thread Ulf Stegemann
Sebastian, Carsten, Carsten Dominik carsten.domi...@gmail.com 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

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

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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

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

2009-04-16 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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 author

[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: Suppress linkification of external links possible?

2009-02-18 Thread Ulf Stegemann
Carsten Dominik domi...@science.uva.nl 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-unprotected-at' (with Emacs 23

[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

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

2009-02-17 Thread Ulf Stegemann
Hi Giovanni, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: --- Mar 17/2/09, Ulf Stegemann ulf-n...@zeitform.de 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

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

2009-02-17 Thread Ulf Stegemann
Dear Carsten, Carsten Dominik domi...@science.uva.nl 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 to use

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

2009-02-12 Thread Ulf Stegemann
Wanrong Lin wanrong@gmail.com 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

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

2009-02-05 Thread Ulf Stegemann
Hi Bernt, Bernt Hansen be...@norang.ca 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

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Ulf Stegemann
Carsten Dominik domi...@science.uva.nl 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

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

2009-01-20 Thread Ulf Stegemann
Carsten Dominik carsten.domi...@gmail.com 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: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Ulf Stegemann
Carsten Dominik domi...@science.uva.nl wrote: On Jan 19, 2009, at 8:25 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik domi...@science.uva.nl 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 ptextarea

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

2009-01-19 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik domi...@science.uva.nl 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

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

2009-01-18 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik domi...@science.uva.nl 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 ptextarea ../textarea/p structure in HTML export? I was recently playing around with org for online

[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 ptextarea ../textarea/p 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

[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

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

2008-12-12 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn tass...@member.fsf.org wrote: Ulf Stegemann ulf-n...@zeitform.de 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 tass...@member.fsf.org wrote: Ulf Stegemann ulf-n...@zeitform.de 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

[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 a group, building the summary buffer takes far too long

[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-gnus.el +++ b/lisp/org-gnus.el @@ -157,12 +157,9 @@ If `org-store-link' was called

[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 but again, it's not fixed for me ... and maybe it cannot

[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 `C-u 1 RET' on the group. It should issue No unread news. 5. Do `M-: (gnus-activate-group group

[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 article)) -

[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

[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 v0.9. Hm, I tried to setup XEmacs 21.4.21 and ngnus-0.10

[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: 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 those items are not fontified in the calendar

[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