[Orgmode] [PATCH] Always add sitemap file to project files if sitemap is requested

2011-01-07 Thread Jan Seeger
list of returned files if a sitemap is requested, regardless of if it exists or not. Regards, Jan Seeger diff --git a/lisp/org-publish.el b/lisp/org-publish.el index f29b402..baf282a 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -434,6 +434,9 @@ matching filenames

[O] [PATCH] European date format

2011-03-04 Thread Jan Seeger
Greetings! I was annoyed that org only read the bassackwards american date format, and implemented european date format matching. I hope it's correct, it seems to work for dates with and without year. Regards, Jan org-patch.patch Description: Binary data

Re: [O] [PATCH] European date format

2011-03-04 Thread Jan Seeger
Hey! Ah, I'm sorry. Yeah, european format is Day.Month.Year (optional). And the final trailing dot is intentional, because I think it looks nicer (and I think it simplifies the regex). Also, my last mail was missing a smiley, I was only kidding of course. Regards, Jan

[Orgmode] Exporting with block agenda

2008-07-22 Thread Jan Seeger
ion and! customize-variable, file and settings are the third and fourth elements respectively. So I inserted a nil between the commands and the settings, and my block agenda miraculously exported. Is the above setting wrong, or is that a bug in org-mode? (I'

Re: [Orgmode] Exporting with block agenda

2008-07-22 Thread Jan Seeger
At Tue, 22 Jul 2008 11:09:22 -0700, Carsten Dominik wrote: > > > On Jul 22, 2008, at 10:49 AM, Jan Seeger wrote: > > (setq org-agenda-custom-commands '( > >

Re: [Orgmode] Exporting with block agenda

2008-07-22 Thread Jan Seeger
Yeah, I'll check, at latest friday. I have an exam tomorrow, so... well. Regards, Jan -- Warning! Erwin Schrödinger will kill you like a cat in a box. Maybe. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-o

Re: [Orgmode] Exporting with block agenda

2008-07-22 Thread Jan Seeger
Yeah, I'll check, at latest friday. I have an exam tomorrow, so... well. Regards, Jan -- Warning! Erwin Schrödinger will kill you like a cat in a box. Maybe. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-o

Re: [Orgmode] Exporting with block agenda

2008-07-26 Thread Jan Seeger
Yes, that seems to work correctly. Many thanks, Jan Seeger ___ 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-orgmode

[Orgmode] Sorting by todo-keyword

2008-08-05 Thread Jan Seeger
I want to sort my todo agenda view by todo keyword. Is that currently possible? It seems from the org-agenda-sorting-strategy keyword, that this is not the case. Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Multiple timestamps

2008-09-06 Thread Jan Seeger
this: Someone marries. ). Is it possible to remove all timestamps from the text when showing the event? Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Length of block separator line/separator char

2009-01-15 Thread Jan Seeger
Hello list! Is it possible to make the length of the block agenda separator line and the separator char configurable? Looking at the code, it should not be too big a change. Greetings, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply

Re: [Orgmode] Length of block separator line/separator char

2009-01-16 Thread Jan Seeger
At Thu, 15 Jan 2009 22:02:38 +0530, Manish wrote: > > Does customizing variable org-agenda-time-grid help? No, I actually mean the line between the parts of a block agenda (the one which consists of "". Regards, Jan ___ Emacs-orgmode mailin

Re: [Orgmode] Length of block separator line/separator char

2009-01-17 Thread Jan Seeger
o org-agenda-block-separator-char and org-agenda-block-separator-length (which can be either a function or a number). Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

Re: [Orgmode] Length of block separator line/separator char

2009-01-17 Thread Jan Seeger
At Sat, 17 Jan 2009 19:29:02 +0100, Carsten Dominik wrote: > > > On Jan 17, 2009, at 6:52 PM, Jan Seeger wrote: > > > At Sat, 17 Jan 2009 13:35:21 +0100, > > Carsten Dominik wrote: > >> Hi Jan, > >> > >> what kind of options would you like to

Re: [Orgmode] Length of block separator line/separator char

2009-01-18 Thread Jan Seeger
At Sun, 18 Jan 2009 08:23:28 +0100, Carsten Dominik wrote: > > OK, I have introduced a new variable, org-agenda-block-separator. > It can be a character which then will be used to fill the window > width, or a string of your choice. > > HTH Many thanks for the quick response! Regards, Jan ___

[Orgmode] Publishing a HTML wiki

2009-01-22 Thread Jan Seeger
Greetings list, Is there a guide anywhere how to use Org Mode to publish a wiki? A howto on how to do something like worg, for example? Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] Publishing a HTML wiki

2009-01-22 Thread Jan Seeger
tion. What I meant is: How would I configure org mode to allow easy export of static HTML suitable for a (fishbowled) wiki? Features I would like are easy links inside the wiki, image support (preferably with copyig between source and HTML tree) and folder structure support. R

[Orgmode] Syntax highlighting in published output

2009-01-25 Thread Jan Seeger
Hello List! I was just wondering if org-mode can do (programming language) syntax highlighting like muse when publishing to HTML or similar. If yes, how? Greetings, Jan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the l

[Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Jan Seeger
Hey List! I have just installed emacs23 and org-mode has a kink: I use sexp expressions in an org file to put my schedule in the agenda, like this: %%(diary-schedule 13 10 2008 7 2 2009 1) 10:15-12:00 TM1 MW2001 %%(diary-schedule 13 10 2008 7 2 2009 1) 12:15-13:00 CAD+MZ MW2001 %%(diary-schedul

Re: [Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Jan Seeger
loading org-mode, but it doesn't do anything. The strange thing is that the other days are displayed correctly, only the current day is not shown. Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Emacs 23 (cvs), org-mode (git): Bad sexp

2009-01-28 Thread Jan Seeger
At Wed, 28 Jan 2009 12:19:06 +0100, Carsten Dominik wrote: > > > On Jan 28, 2009, at 12:09 PM, Jan Seeger wrote: > > > At Wed, 28 Jan 2009 12:00:56 +0100, > > Carsten Dominik wrote: > >> > >> Looks like the function diary-schedule is defined in some pa

Re: [Orgmode] Adding HTML into exported files

2009-02-10 Thread Jan Seeger
At Tue, 10 Feb 2009 15:03:47 +0100, Sebastian Rose wrote: > > Hi Jan, > > > there are several possiblities to achive your goal. > > B) > > #+begin_html > > Html code here > > #+end_html Yep, that's what I did. It's somewhat ugly though. > and C) > > This is the cleanest way to do it

Re: [Orgmode] Adding HTML into exported files

2009-02-11 Thread Jan Seeger
At Wed, 11 Feb 2009 02:48:26 +0100, Sebastian Rose wrote: > > Jan Seeger writes: > >> and C) > >> > >> This is the cleanest way to do it. > >> > >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" > >> [[./img/a

[O] Bug: Properties break fontification [8.2.7c (8.2.7c-57-g37bf05-elpa @ /home/jeeger/.emacs.d/elpa/org-20140901/)]

2014-09-04 Thread Jan Seeger
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. --

[O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-24 Thread Jan Seeger
Greetings! I've discovered that org-capture-refile's documentation states that org-capture-refile finalizes the buffer first, and then refiles the entry. This is incorrect, the implementation of org-capture-refile first refiles the entry and then calls org-capture-finalize. While this is a small

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Jan Seeger
to make a patch for that. Regards, Jan Am 24. September 2015 22:54:38 MESZ, schrieb Nicolas Goaziou : >Hello, > >Jan Seeger writes: > >> I've fixed this bug for me by reversing the order of finalization and >> refiling, as stated in the documentation. I've

Re: [O] Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)]

2015-09-25 Thread Jan Seeger
Hello! I've reworked the patch to restore the original order of org-capture-finalize and org-capture-refile, but working around the interaction with :kill-buffer that required reversing the order in the first place. org-capture-finalize requires the capture buffer to be set up correctly, and rest

[O] [PATCH] Reverse capture finalize and refile, hack buffer killing.

2015-09-28 Thread Jan Seeger
* org-capture.el (org-capture-refile): Call finalize first, then refile. If the capture buffer needs to be killed afterwards, kill after refiling. Refiling before finalizing led to an incorrect cursor position during refile. Since adjusting the buffer position and bounds for the refiled entry

Re: [O] [PATCH] Reverse capture finalize and refile, hack buffer killing.

2015-10-05 Thread Jan Seeger
Hello! That might be because I copy-pasted the patch into an email. Sorry for the delay! I attached the patch. Regards, Jan diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 67dc319..b1cda3d 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -792,7 +792,10 @@ already gone

Re: [O] [PATCH] Reverse capture finalize and refile, hack buffer killing.

2015-10-12 Thread Jan Seeger
Hello! Attached is the full output of git-format patch (should have done it like that earlier^^). 0001-Reverse-capture-finalize-and-refile-hack-buffer-kill.patch Description: Binary data

[O] [PATCH] Fixed bug in custom timestamps for date ranges.

2017-07-06 Thread Jan Seeger
Changed org-activate-dates to activate custom timestamps for both dates in date ranges. Formerly, only the second date would be activated. The reason was a misplaced "if". Replaced it with "when". --- lisp/org.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/org.

[O] [PATCH] org.el: Fix custom timestamps for date ranges

2017-07-06 Thread Jan Seeger
* org.el (org-activate-dates): Change `org-activate-dates' to activate custom timestamps for both dates in date ranges. Formerly, only the second date would be activated. The reason was a misplaced `if'. Replaced it with `when'. Also added doc comments. TINYCHANGE --- lisp/org.el | 8 +--- 1