[Orgmode] Problems with org-mode-hook when files are opened by org-agenda-list

2009-03-12 Thread Tassilo Horn
Hi all, I want that each time I startup emacs and each time I change a org file, the agenda for this week should be exported to /tmp/org-agenda.txt. I use this file for creating an agenda popup in my window manager [1] To achive that, I use the following code: --8---cut

Re: [Orgmode] Code with line numbers in HTML export

2009-03-12 Thread Carsten Dominik
On Mar 12, 2009, at 5:41 AM, Saptarshi Guha wrote: Lovely. One last question, is there a way to place the source in a table of two cols one for the col numbers and one for the code? So that the reader may easily select the code. The emacs user does not have a problem what with C-x r k

[Orgmode] a problem with org-exp-bibtex

2009-03-12 Thread aldrin d'souza
hello, i use org mode for publishing my notes and i find the org-exp-bibtex functionality very useful because it allows me to separate my references cite them neatly using the \cite{} notation. however, i'm facing an issue with it. here's a simple org/bibtex combination to reproduce the probem:

Re: [Orgmode] Problems with org-mode-hook when files are opened by org-agenda-list

2009-03-12 Thread Carsten Dominik
On Mar 12, 2009, at 8:42 AM, Tassilo Horn wrote: Hi all, I want that each time I startup emacs and each time I change a org file, the agenda for this week should be exported to /tmp/org-agenda.txt. I use this file for creating an agenda popup in my window manager [1] To achive that, I

Re: [Orgmode] a problem with org-exp-bibtex

2009-03-12 Thread Taru Karttunen
On 12.03 13:53, aldrin d'souza wrote: i use org mode for publishing my notes and i find the org-exp-bibtex functionality very useful because it allows me to separate my references cite them neatly using the \cite{} notation. however, i'm facing an issue with it. The problem seems to be that

Re: [Orgmode] a problem with org-exp-bibtex

2009-03-12 Thread Carsten Dominik
On Mar 12, 2009, at 10:39 AM, Taru Karttunen wrote: On 12.03 13:53, aldrin d'souza wrote: i use org mode for publishing my notes and i find the org-exp-bibtex functionality very useful because it allows me to separate my references cite them neatly using the \cite{} notation. however, i'm

Re: [Orgmode] a problem with org-exp-bibtex

2009-03-12 Thread aldrin d'souza
2009/3/12 Taru Karttunen tar...@taruti.net: On 12.03 11:44, Carsten Dominik wrote: Up to now there was o stable way to enforce a fiven internal link target. I have just pushed a change into the git repo that will allow [[#foobar][description]] My repo is updated to support the new link

Re: [Orgmode] a problem with org-exp-bibtex

2009-03-12 Thread Taru Karttunen
On 12.03 11:44, Carsten Dominik wrote: Up to now there was o stable way to enforce a fiven internal link target. I have just pushed a change into the git repo that will allow [[#foobar][description]] My repo is updated to support the new link syntax. - Taru Karttunen

Re: [Orgmode] Code with line numbers in HTML export

2009-03-12 Thread Saptarshi Guha
Hello, I got this idea from Google code. An example can be found here (chosen at random) http://code.google.com/p/compcache/source/browse/trunk/compcache.c The code is displayed as a table (albeit with lots of css markup helping it) yet the source column is selectable. Hope it helps. Thanks

[Orgmode] removal of appointments

2009-03-12 Thread Richard Riley
I use (run-at-time nil 300 'org-agenda-to-appt) (appt-activate t) to add org tasks to emacs appointment handling. Is there a way for org to remove these entries when marked as done or cancelled? While on the subject, is there any concept of an alarm in org? Or is this just a scheduled item?

Re: [Orgmode] Code with line numbers in HTML export

2009-03-12 Thread Nick Dokos
Saptarshi Guha saptarshi.g...@gmail.com wrote: Thank you, quite excited I tried this small org file *Title Some tex #+BEGIN_SRC emacs-lisp -n (save-excursion (goto-char (point-min)) #+END_SRC Only to get this in the html file (as copied from my browser): (save-excursion (goto-char

[Orgmode] Re: org-annotation-quicksilver, Aquamacs path and getting remember mode to stay on

2009-03-12 Thread Christopher Suckling
On 11 Mar 2009, at 18:31, Kevin Brubeck Unhammer wrote: I just tried org-annotation-quicksilver, looks like a great tool, thanks for making it! Urrrgh. Thanks. I really must update it, or at least update the website to say it's outdated. As it cannibalises a good chunk of org-

Re: [Orgmode] Code with line numbers in HTML export

2009-03-12 Thread Sebastian Rose
It's not just putting line numbers and code into two td elements. Putting line-numbers and code into different columns works and is done everywhere, but in Org's this will not be bullet-proof. This depends heavily on styles use for the CSS-classes in the code and the line-numbers. If one

[Orgmode] org-publish and rss/atom feeds..

2009-03-12 Thread aldrin d'souza
hello, i have setup a small website using org-publish. it works great but there's one bit missing. i have to generate the rss/atom feed manually. does anyone know of a better way to generate these feeds using some extension to the org-publish? thanks, -- ajd.

Re: [Orgmode] org-publish and rss/atom feeds..

2009-03-12 Thread Matthew Lundin
aldrin d'souza aldrindso...@gmail.com writes: hello, i have setup a small website using org-publish. it works great but there's one bit missing. i have to generate the rss/atom feed manually. does anyone know of a better way to generate these feeds using some extension to the org-publish?

Re: [Orgmode] Problems with org-mode-hook when files are opened by org-agenda-list

2009-03-12 Thread Tassilo Horn
Carsten Dominik domi...@science.uva.nl writes: --8---cut here---start-8--- (defun th-org-update-agenda-file (optional force) (interactive) (save-excursion (save-window-excursion (let ((file /tmp/org-agenda.txt)) (org-agenda-list)

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: I just posted the code for DocBook exporter to Google Code. I've been enjoying this docbook exporter for sveral days now. Thanks Baoqiu! Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output.

[Orgmode] Feature Request: Simultaneous change using S-Up / S-down on time ranges?

2009-03-12 Thread Anupam Sengupta
Hi, I routinely use time ranges (and occasionally time-stamp ranges) in my org files to document the scheduled block of time for a meeting or activity. As an example, I will mark meetings as: * A Meeting 2009-03-12 Thu 10:00-11:00 As often happens with meetings, rescheduling needs to be done

Re: [Orgmode] removal of appointments

2009-03-12 Thread Carsten Dominik
On Mar 12, 2009, at 3:02 PM, Richard Riley wrote: I use (run-at-time nil 300 'org-agenda-to-appt) (appt-activate t) to add org tasks to emacs appointment handling. Is there a way for org to remove these entries when marked as done or cancelled? There is org-after-todo-state-change-hook

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Hi Dale, Dale Smith da...@vxitech.com writes: Baoqiu Cui cbao...@yahoo.com writes: I just posted the code for DocBook exporter to Google Code. I've been enjoying this docbook exporter for sveral days now. Thanks Baoqiu! Thanks a lot for your great help in testing this exporter. Your

Re: [Orgmode] removal of appointments

2009-03-12 Thread Richard Riley
Carsten Dominik domi...@science.uva.nl writes: On Mar 12, 2009, at 3:02 PM, Richard Riley wrote: I use (run-at-time nil 300 'org-agenda-to-appt) (appt-activate t) to add org tasks to emacs appointment handling. Is there a way for org to remove these entries when marked as done or

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output. The LaTeX exporter already has a feature like this. Muse-mode uses the literal tag. In the past,

Re: [Orgmode] removal of appointments

2009-03-12 Thread Alan E. Davis
Richard: I want to preface this with a statement of truth: I don't know what I am talking about. On Fri, Mar 13, 2009 at 10:34 AM, Richard Riley rileyrg...@googlemail.comwrote: I guess I was just fishing to see if someone had implemented something like a make a noise

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output. The LaTeX exporter already has a feature like this. Muse-mode uses the literal tag. In the past,