Charles Cave optusnet.com.au> writes:
>
> There have been a few discussions on a facility for org-mode to export a
> buffer
> into LaTeX. I was wondering what is the planned scope of this work?
Bastien has written an org-mode to latex export module which works perfectly
well. I have tested it
On Jul 17, 2007, at 21:57, Scott Jaderholm wrote:
I don't know if C-u C-c C-t was ever intended to work, but it's
definitely broken. I'm guessing most people use C-# C-c C-t
* Test (C-u C-c C-t)
Args out of range: 2, 9
and
* Test
** Test (C-u C-c C-t)
Changes it to:
TODO ** Test
Wo
On Jul 16, 2007, at 15:21, Adam Spiers wrote:
Hi again,
There seem to be a number of hardcoded regexps currently used for
matching heading tags, all very similar looking, and typically
something like:
[ \t]*\\(:[[:alnum:]_@:]+:\\)?[ \t]*\\($\\|\r\\)
Is there any reason why these shouldn't
On Jul 16, 2007, at 11:30, Bastien wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
The problem is that the summary type is a property of the
column view format, not of the property itself.
Yes, i inferred that from the fact that the summary type is
automatically updated when changing the
On Jul 17, 2007, at 15:15, rst wrote:
sorry if I missed that one in the manual.
How can I tag multiple headlines simultaneously? all in a region?
maybe mark them in the agenda and tag all marked?
This feature does not exist.
In an Org-mode file, it may be useful to rely on tag inheritance
in
On Jul 17, 2007, at 16:39, Bastien wrote:
Hi Carsten,
There's a bug with abbreviated links export (since 5.01 if i remember
correctly). For example:
#+LINK: org-mode-manual
http://staff.science.uva.nl/~dominik/Tools/org/org.html#%s
[[org-mode-manual:Dynamic-blocks][More on dynamic blocks]
Hi Bastien,
I'd like to accept a patch that does this and keeps the old links
working. After this discussion has converged, could you send me the
final patch against a 5.xx version or org-mode?
Thanks a lot.
- Carsten
On Jul 18, 2007, at 17:39, Bastien wrote:
"Georg C. F. Greve" <[EMAIL PRO
There have been a few discussions on a facility for org-mode to export a buffer
into LaTeX. I was wondering what is the planned scope of this work?
I would like to be able to write an article in org-mode then create a LaTeX
document
using the following transformations which should be configurable
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> But doesn't this require for the article to be in the registry, still?
Yes it does.
> What happens if the article has been pushed out of the registry?
If you set `gnus-registry-max-entries' to a reasonably large number (say
5000) the registry w
On Wed, 18 Jul 2007 17:39:54 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> I found out that the registry is not up-to-date until you save the
b> ~/gnus.registry.el.
b> Replace `gnus-registry-initialize' by `gnus-registry-save' in the
b> patch before. It should be okay - unless there are specia
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> I see this in *Messages*:
>
> Retrieving newsgroup: nnml:gnu.ml.emacs.orgmode...
> Fetching headers for nnml:gnu.ml.emacs.orgmode...done
> Suppressing duplicates...done
> Scoring...done
> Generating summary...done
> No more unread artic
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> th> I don't have any clue. :-)
>
> I suspected something was wrong when you said "this should be easy"
> because when I looked at the code, it didn't seem SO easy. ;)
I got you wrong. You said
But that function does not return the URL of the
On Wed, 18 Jul 2007 14:54:02 +0200
Tassilo Horn <[EMAIL PROTECTED]> wrote:
th> Uh, yes. I think I got you wrong. I thought you only needed the
th> group where the article was moved to.
Ah, okay. So it was a case of misunderstanding.
Thanks for the clarification.
th> Maybe you can use that
On Wed, 18 Jul 2007 14:01:06 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> Not fully tested yet, but this patch is a first attempt to implement
b> this.
Just tried it.
The patch applies cleanly, and old links still work.
But when I try to follow a link to
gnus:nnfolder+archive+incoming:2007
Bastien <[EMAIL PROTECTED]> writes:
> Not fully tested yet, but this patch is a first attempt to implement
> this.
>
> It uses message-id instead of message number to store Gnus links. If
> gnus-registry is on, it fetches location of the article depending on
> gnus-registry-alist. It's compatible
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> >> If you could do that and submit it back to Gnus, that would be
> >> great.
>
> th> I just found out that this is not needed. You can use the
> th> `gnus-summary-article-move-hook'. Each function of that hook will
> th> be run with the argum
On Wed, 18 Jul 2007 13:55:30 +0200
Tassilo Horn <[EMAIL PROTECTED]> wrote:
>> Although I think the function supports moving several marked
>> articles, so the return value should technically be a list.
th> As far as I can see it can only move several articles to exactly
th> one group.
Yes,
[EMAIL PROTECTED] (Jason F. McBrayer) writes:
> Bastien <[EMAIL PROTECTED]> writes:
>
>> Anyway, i think gnus-registry comes in handy here.
>
> It looks like that may indeed be the way forward, if it will let you
> follow a link by message-id rather than group. I'm not clear on the
> specifics of
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
Hi Georg,
> th> Would that help?
>
> Yes, I think so.
>
> Although I think the function supports moving several marked articles,
> so the return value should technically be a list.
As far as I can see it can only move several articles to exactly o
Bastien <[EMAIL PROTECTED]> writes:
> Anyway, i think gnus-registry comes in handy here.
It looks like that may indeed be the way forward, if it will let you
follow a link by message-id rather than group. I'm not clear on the
specifics of how you'd set it up, though.
--
+--
On Wed, 18 Jul 2007 12:04:52 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> I think there is another solution:
b> 1. Make C-c l (org-store-link) store message-id so that
b> org-insert-link will insert something like:
b> [[gnus:nnml:mail.compas#<[EMAIL PROTECTED]>][Message
b> description]
On Wed, 18 Jul 2007 12:20:06 +0200
Tassilo Horn <[EMAIL PROTECTED]> wrote:
>> to move things to the place you want to archive them. But that
>> function does not return the URL of the moved article (as one might
>> hope).
th> Would that help?
Yes, I think so.
Although I think the function
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
Hi Georg,
> Moving email is trivial -- you just need to call
>
> gnus-summary-move-article
>
> to move things to the place you want to archive them. But that
> function does not return the URL of the moved article (as one might
> hope).
Would that
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> Moving email is trivial -- you just need to call
>
> gnus-summary-move-article
>
> to move things to the place you want to archive them. But that function
> does not return the URL of the moved article (as one might hope).
I think there is anothe
On Wed, 18 Jul 2007 02:55:01 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> Alain Picard suggested something on this list earlier:
b> http://article.gmane.org/gmane.emacs.orgmode/1771
b> It allows you to quickly store Gnus mails in a section of your org
b> file. Just press ">" when on the mail
On Tue, 17 Jul 2007 20:22:50 -0400
[EMAIL PROTECTED] (Jason F. McBrayer) wrote:
jfm> I don't have a solution to this, but I'd like to note that I have
jfm> the same problem.
Interesting. I was pretty sure that I was not alone with this. ;)
jfm> One possible way of approaching it might be wi
26 matches
Mail list logo