Re: [Orgmode] A little agenda printer script

2007-05-21 Thread Carsten Dominik
Great, I am happy to see an application so soon! I have problems to run it, I guess because of python. My installation did not have the subprocess module... - Carsten On May 21, 2007, at 15:39, Jason F. McBrayer wrote: Taking advantage of the new org-batch-agenda-csv functionality, I've writte

Re: [Orgmode] in-buffer settings for priorities

2007-05-21 Thread Carsten Dominik
Actually, lets just take your patch, it is useful. One change: The in-buffer setting will be #+PRIORITIES: highest lowest default for example #+PRIORITIES: A C B or #+PRIORITIES: 1 9 9 Thanks! - Carsten On May 21, 2007, at 15:11, Dmitri Minaev wrote: copying to the list: Than

Re: [Orgmode] Making Abbreviated links

2007-05-21 Thread Xavier Maillard
Comments & suggestions welcome ! Please install this ! Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] #+HTML blocks

2007-05-21 Thread Eddward DeVilla
For some reason this reminds me of a feature from the outliner hnb. If you used it as an xml editor you could do something like the following. - content in tag The close tag was implied by the outline structure. I don't know if something similar would work well with how folks use org-mode.

[Orgmode] #+HTML blocks

2007-05-21 Thread Bastien
Hi again, , | #+HTML: | [[file:image.jpg][file:image.jpg]] | #+HTML: ` is converted like this : , | | | | | ` ... mixing and in the wrong order. An easy (but not obvious) way to circumvent this is to insert a blank line after and before the #+HTML line. For example: ,

[Orgmode] Regexps matching dates

2007-05-21 Thread Bastien
Hi list, i guess the regexps matching for dates are sometimes a bit liberal. Try for example these three lines : 2007-12-12-back.jpg [2007-12-12-back.jpg] [[file:2007-12-12-back.jpg][2007-12-12-back.jpg]] First line is okay. But the second line is fontified as a date and the third line g

Re: [Orgmode] A little agenda printer script

2007-05-21 Thread Bastien
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Taking advantage of the new org-batch-agenda-csv functionality, I've > written a little Python script for exporting an org agenda to PDF, > using LaTeX as an intermediary. I like it, thanks! Here pdflatex is complaining about "_" and "#" chars that

Re: [Orgmode] convert region to html?

2007-05-21 Thread David O'Toole
super! thanks for this Carsten, i will test it when it is released and see if i can get my org-blog.el working properly. I have had the urge to blog a lot lately but haven't had an outlet :-) > Thanks for this idea, will be useful for many things. > > - Carsten > > 4.75 will contain the following

Re: [Orgmode] org-publish.el 1.80

2007-05-21 Thread David O'Toole
Hello Scott. Yes, I am indeed still developing org-publish.el, and I think it's about time I gave it some new features instead of just bugfixes. So thanks for prompting me :-) Anyway, the html conversion is handled in org.el itself. org-publish.el is just a front-end to that functionality. So, yo

Re: [Orgmode] in-buffer settings for priorities

2007-05-21 Thread Carsten Dominik
On May 21, 2007, at 15:11, Dmitri Minaev wrote: copying to the list: Thank you. I thought about using sorting strategy to sort by tags, but the requirement that the score must be the last tag has stopped me. I like the approach you describe, but it still has some deficiencies. First, any tag n

[Orgmode] A little agenda printer script

2007-05-21 Thread Jason F. McBrayer
Taking advantage of the new org-batch-agenda-csv functionality, I've written a little Python script for exporting an org agenda to PDF, using LaTeX as an intermediary. Currently, it's a bit of a crude 'worksforme' implementation that could be cleaned up a lot and made more general. Quite a bit of

Re: [Orgmode] in-buffer settings for priorities

2007-05-21 Thread Dmitri Minaev
copying to the list: Thank you. I thought about using sorting strategy to sort by tags, but the requirement that the score must be the last tag has stopped me. I like the approach you describe, but it still has some deficiencies. First, any tag not included in the set of the pre-defined tags brea

[Orgmode] require-final-newline

2007-05-21 Thread Trent Buck
[Please CC replies; I'm not subscribed to this list.] I have the following in my .emacs: | ;;; If the last line is an item and you have a final newline, | ;;; collapsing item bodies will result in | ;;; | ;;; ** eat marshmallows... | ;;; | ;;; where the ellipsis is simply eliding

[Orgmode] converting existing planner/timeclock to org mode?

2007-05-21 Thread Marko Schütz
I have been using planner mode with timeclock regularly for about 4 years. Recently, I had a brief look at org mode and I like some of the features like tagging and folding. To try out org mode I would like to convert all my existing plans & notes from planner. Has someone been there before and don

Re: Footnote support (was: [Orgmode] org-publish.el 1.80)

2007-05-21 Thread Scott Jaderholm
Carsten, Unfortunately the bindings conflict with org. M-x footnote-mode Then when you want a footnote, you just do M-x footnote-add-footnote (which you can bind to a keystroke). It will automatically renumber existing footnotes when additional ones are inserted. --Scott On 5/21/07, Carsten

Re: Footnote support (was: [Orgmode] org-publish.el 1.80)

2007-05-21 Thread Carsten Dominik
Are you using footnote-mode together with org-mode? How? I cannot get it to work... - Carsten On May 21, 2007, at 5:36, Scott Jaderholm wrote: Carsten, Looking closer, it looks like this might be functionality that would be provided by org itself not org-publish. Any chance of getting thi

[Orgmode] Re: Possible bug in Org-mode version 4.74

2007-05-21 Thread Carsten Dominik
On May 21, 2007, at 6:51, Ruslan Kosolapov wrote: CD> I have released version 4.74 of Org-mode at CD> http://www.astro.uva.nl/~dominik/Tools/org/ 1. I got org-mode from http://staff.science.uva.nl/~dominik/Tools/org/org-4.74.tar.gz 2. I configure agenda export as follows: (setq org-agend

Re: [Orgmode] Org-mode version 4.68

2007-05-21 Thread Carsten Dominik
On Mar 31, 2007, at 23:58, T. V. Raman wrote: would be nice to be able to invoke org-publish on a region of text and have it replaced by say html. This will, in 4.75, be M-x org-replace-region-by-html, a global command that can be invoked in any buffer to replace the current region with HTML

Re: [Orgmode] Making Abbreviated links

2007-05-21 Thread Carsten Dominik
This is a great idea. If you agree, I will incorporate this into the C-c C-l command. Stored links will still be accessible through and , while completion will complete link prefixes like http, and also link abbreviation prefixes. - Carsten On May 18, 2007, at 21:18, Bastien wrote: Hello,

Re: Re: [Orgmode] convert region to html?

2007-05-21 Thread Giovanni Ridolfi
On Sun, May 20, 2007 at 05:17:52PM +0200, Carsten Dominik wrote: > > (defun org-export-region-as-html (beg end &optional body-only buffer) > "Convert region fron BEG to END in org-mode buffer to HTML. fron -> from Giovanni ___