On Mar 13, 2009, at 3:05 AM, Baoqiu Cui wrote:
Baoqiu Cui writes:
Dale Smith 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 tag.
In t
Baoqiu Cui writes:
>> Dale Smith 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 tag.
>>>
>>> In the past, I've used this for inse
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
wrote:
>
> I guess I was just fishing to see if someone had
> implemented something like a "make a noise property" with a sleep
Baoqiu Cui writes:
> Dale Smith 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 tag.
>>
>> In the past, I've used this for inserting
Carsten Dominik 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
>> cance
Hi Dale,
Dale Smith writes:
> Baoqiu Cui 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 early
comments were very valuabl
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 wh
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 don
Baoqiu Cui 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. The LaTeX exporter
Carsten Dominik 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)
>>(
"aldrin d'souza" 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?
I've been hopi
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.
___
It's not just putting line numbers and code into two 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 defines b
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-
remember.e
Saptarshi Guha 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 (point-min))
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?
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
Sap
2009/3/12 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.
thanks
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
__
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
faci
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 tha
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 use
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:
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 (rectangl
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 here---
25 matches
Mail list logo