Re: [Orgmode] Re: Release 5.22 (Carsten Dominik
Carsten Dominik <[EMAIL PROTECTED]> writes: >>> +1 vote on that one. I haven't tried out 5.22 yet, but the >>> M-RET/M- behavior that Scott describes, also fits my >>> way of working perfectly. >> >> >> Arghh ... me too ... so count me in on this vote for wanting to having >> it back ... please ... :-) > I'll fix this for the next release, but I am traveling for the next > few days Any chance of making it configurable (default to the old behavior)? I like the new behaviour better, am I the only one? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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
Re: [Orgmode] Re: Release 5.22 (Carsten Dominik
Detlef Steuer <[EMAIL PROTECTED]> writes: > On Wed, 20 Feb 2008 11:04:38 + > Phil Jackson <[EMAIL PROTECTED]> wrote: > >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >> >>> +1 vote on that one. I haven't tried out 5.22 yet, but the >> >>> M-RET/M- behavior that Scott describes, also fits my >> >>> way of working perfectly. >> >> >> >> >> >> Arghh ... me too ... so count me in on this vote for wanting to having >> >> it back ... please ... :-) >> >> > I'll fix this for the next release, but I am traveling for the next >> > few days >> >> Any chance of making it configurable (default to the old behavior)? I >> like the new behaviour better, am I the only one? > > You're not alone! I do like the new behavior as well. One tiny problem, though: I wish the behavior of M-RET for list items and table cells would be in sync with the one for headlines. Or maybe the customizable variable would let the user to decide for each context. My 0.0002 € :) -- Bastien ___ 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] Re: Release 5.22 (Carsten Dominik
On Wed, 20 Feb 2008 11:04:38 + Phil Jackson <[EMAIL PROTECTED]> wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > > >>> +1 vote on that one. I haven't tried out 5.22 yet, but the > >>> M-RET/M- behavior that Scott describes, also fits my > >>> way of working perfectly. > >> > >> > >> Arghh ... me too ... so count me in on this vote for wanting to having > >> it back ... please ... :-) > > > I'll fix this for the next release, but I am traveling for the next > > few days > > Any chance of making it configurable (default to the old behavior)? I > like the new behaviour better, am I the only one? You're not alone! detlef > > Cheers, > Phil > -- > Phil Jackson > http://www.shellarchive.co.uk > > > ___ > 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 > ___ 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
Re: [Orgmode] Re: Release 5.22 (Carsten Dominik
Detlef, Detlef Steuer <[EMAIL PROTECTED]> writes: >> Any chance of making it configurable (default to the old behavior)? I >> like the new behaviour better, am I the only one? > > You're not alone! Phew, my abandonment issues remain buried for a while longer :) Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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
Re: [Orgmode] Re: Release 5.22 (Carsten Dominik
On Feb 20, 2008, at 12:44 PM, Bastien wrote: Detlef Steuer <[EMAIL PROTECTED]> writes: On Wed, 20 Feb 2008 11:04:38 + Phil Jackson <[EMAIL PROTECTED]> wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: +1 vote on that one. I haven't tried out 5.22 yet, but the M-RET/M- behavior that Scott describes, also fits my way of working perfectly. Arghh ... me too ... so count me in on this vote for wanting to having it back ... please ... :-) I'll fix this for the next release, but I am traveling for the next few days Any chance of making it configurable (default to the old behavior)? I like the new behaviour better, am I the only one? You're not alone! I do like the new behavior as well. One tiny problem, though: I wish the behavior of M-RET for list items and table cells would be in sync with the one for headlines. Meaning what for table cells? - Carsten ___ 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] Re: Release 5.22
Carsten Dominik <[EMAIL PROTECTED]> writes: > Changes to logging progress > --- > > There is now more control over which state changes are being > logged in what way. Please read carefully the corresponding > sections in the manual. Basically: > > - The variable `org-log-done' has been simplified, it no > longer influences logging state changes and clocking out. > - There is a new variable for triggering note-taking when > clocking out an item: `org-log-note-clock-out'. > - Logging of state changes now has to be configured on a > pre-keyword basis, either in `org-todo-keywords' or in the > #+TODO in-buffer setting. > - These per-keyword settings allow more control. For example > >WAIT(w@)Record a note when entering this state. >WAIT(w!)Record a timestamp when entering this state. >WAIT(w@/!) Recore a note when entering and timestamp >when leaving this state. This is great for >getting a record when switching *back* from > WAIT to TODO. >WAIT(/!)Record a timestamp when leaving this state. >Here we not even define a fast access >character, but just the logging stuff. > > This was triggered by requests from Wanrong Lin and Bernt Hansen. > I tried setting my TODO keywords to (setq org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)") (sequence "WAITING(w@/!)" "|" "CANCELLED(c!/!)") (sequence "SOMEDAY(s!/!)" "|"))) But that messes up the agenda view. Old DONE tasks appear again (things with due dates -446 days ago for instance) Removing the /! and restarting emacs fixes it. Sorry :( 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-orgmode
[Orgmode] Re: Release 5.22
Hi Bernt, thanks. Please try the following patch: - Carsten --- org.el.orig 2008-02-20 22:45:38.0 +0100 +++ org.el 2008-02-20 22:45:59.0 +0100 @@ -4670,7 +4670,7 @@ (defun org-remove-keyword-keys (list) (mapcar (lambda (x) - (if (string-match "(..?)$" x) + (if (string-match "(.+)$" x) (substring x 0 (match-beginning 0)) x)) list)) On Feb 20, 2008, at 3:11 PM, Bernt Hansen wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Changes to logging progress --- There is now more control over which state changes are being logged in what way. Please read carefully the corresponding sections in the manual. Basically: - The variable `org-log-done' has been simplified, it no longer influences logging state changes and clocking out. - There is a new variable for triggering note-taking when clocking out an item: `org-log-note-clock-out'. - Logging of state changes now has to be configured on a pre-keyword basis, either in `org-todo-keywords' or in the #+TODO in-buffer setting. - These per-keyword settings allow more control. For example WAIT(w@)Record a note when entering this state. WAIT(w!)Record a timestamp when entering this state. WAIT(w@/!) Recore a note when entering and timestamp when leaving this state. This is great for getting a record when switching *back* from WAIT to TODO. WAIT(/!)Record a timestamp when leaving this state. Here we not even define a fast access character, but just the logging stuff. This was triggered by requests from Wanrong Lin and Bernt Hansen. I tried setting my TODO keywords to (setq org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)") (sequence "WAITING(w@/!)" "|" "CANCELLED(c!/!)") (sequence "SOMEDAY(s!/!)" "|"))) But that messes up the agenda view. Old DONE tasks appear again (things with due dates -446 days ago for instance) Removing the /! and restarting emacs fixes it. Sorry :( 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-orgmode
[Orgmode] Re: Release 5.22
Carsten Dominik <[EMAIL PROTECTED]> writes: > thanks. Please try the following patch: That seems to fix it - thanks! 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-orgmode
Re: [Orgmode] Agenda publishing
Le Mardi, 19 Février 2008 03:41:00 +, Bastien <[EMAIL PROTECTED]> a écrit : Bonjour, > > I'm taking a look at orgmode for the possibility of organizing > > simple projects. Is it possible to export an agenda view or some > > other agenda data so that it can be eventually rendered in an HTML > > browser using a calendar ? > If you want an HTML version of the current agenda view, then just do I'm trying this but org saves the content of the agenda (for instance generated with 'C-c a L') as plain text, even though I specify a file name of: test.html. Do I need to add any other package to emacs to have this functionality ? Cheers, Al ___ 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] Re: blorg.el
Bastien Guerry <[EMAIL PROTECTED]> writes: > Rick Moynihan <[EMAIL PROTECTED]> writes: > >> But the problem appears to be that the URL which appears twice in the >> block isn't inserted literally but is instead expanded into an > href=""> in the source when M-x blorg-publish is run e.g: >> >> http://www.youtube.com/watch?v=fu8rAWciQNs"";>watch?v=fu8rAWciQNs">> name="wmode" >> value="transparent">http://www.youtube.com/watch?v=fu8rAWciQNs"";>watch?v=fu8rAWciQNs" > > Argh. I see. > >> Is there a way to disable this when inside dynamic blocks? > > Not one that I will work on now. But please be patient, I'm coding the > new export engine and it will be much easier to publish a blog with it. > > -- > Bastien Just FYI, I'm out here trying to remain patient too. The general methodology of blorg seems to be just about exactly how I would prefer to blog, and I'm especially interested in the handling of source examples with htmlize that was previously mentioned. Steve ___ 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
Re: [Orgmode] Agenda publishing
lanas <[EMAIL PROTECTED]> writes: > Le Mardi, 19 Février 2008 03:41:00 +, > Bastien <[EMAIL PROTECTED]> a écrit : > > Bonjour, > >> > I'm taking a look at orgmode for the possibility of organizing >> > simple projects. Is it possible to export an agenda view or some >> > other agenda data so that it can be eventually rendered in an HTML >> > browser using a calendar ? > >> If you want an HTML version of the current agenda view, then just do > > I'm trying this but org saves the content of the agenda (for instance > generated with 'C-c a L') as plain text, even though I specify a file > name of: test.html. Do I need to add any other package to emacs to > have this functionality ? Yes, you need htmlize.el: http://www.emacswiki.org/cgi-bin/wiki/Htmlize -- Bastien ___ 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] org export html with header and footer option
Hello, I've been using Emacs Muse and Planner to maintain my project in html format for about 3 years. Until recently, I started looking into the org mode and really impressed by it! Now, when I want to publish org to html, it is possible to add a header and footer file? Usually the header file contains the style and other format related settings. Just for reference, here is the settings in Emacs Muse: (muse-derive-style "calendar" "planner-xhtml" :header "~/work/static/templates/header-calendar.html" :footer "~/work/static/templates/footer.html") (setq muse-project-alist (append muse-project-alist `( ("cms-calendar" ("~/work/calendar/" :force-publish ("index") :default "index") (:base "calendar" :path "~/work/cms/calendar/")) ))) Thanks! Xin ___ 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
Re: [Orgmode] org export html with header and footer option
Hi Xin On 20 Feb 2008 21:31:07 -0500, Xin Shi <[EMAIL PROTECTED]> wrote: > Now, when I want to publish org to html, it is possible to add a header and > footer file? Usually the header file contains the style and other format > related settings. There is a variable org-export-html-style, which lets insert stuff into the ... section of the html file. Despite its name, you can abuse it to add stuff other than stylesheets. For instance, # Local Variables: # org-export-html-style: " # " # End: There are also two variables: org-export-html-preamble and org-export-html-postamble that allow you set fixed code to appear at the beginning and end of the ... section of the file. Unlike muse, they have to be literal strings rather than references to files. HTH Will -- Dr William Henney, Centro de Radioastronomía y Astrofísica, Universidad Nacional Autónoma de México, Campus Morelia ___ 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
Re: [Orgmode] org export html with header and footer option
Hi Will, Thanks for your message! So, for your first solution, I just put the code into my .org file? # Local Variables: # org-export-html-style: " # " # End: I'll check it out. Xin ___ 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