Eric Schulte writes:
>> If I add fill=TRUE to that (on a git branch), then I get this:
>>
>> #+RESULTS: pascals-triangle
>> | 1 | ||| | |
>> | 1 | 1 ||| | |
>> | 1 | 2 | 1 || | |
>> | 1 | 3 | 3 | 1 | | |
>> | 1 | 4 | 6 | 4 | 1 | |
>> | 1 | 5 | 10 | 10
Dear all,
we will have 3 students hacking Org thanks to Google and the GSoC
program. The list of all accepted projects can be checked here:
http://www.google-melange.com/gsoc/projects/list/google/gsoc2012
Congratulations to Thorsten, Aurélien and Andrew who made it!
And special thanks to Tho
Achim Gratz writes:
> Achim Gratz writes:
>> Will do.
>
> Here's that patch (and some more convenience targets). Also, the first
> invocation of make will now create a local.mk configuration template if
> it doesn't exist. You don't need to do anything if the defaults are
> working for you, oth
Henning Weiss writes:
> it turns out that there are a couple of problems with that particular
> patch. Some issues have already been fixed with the help of someone
> else from the mobileorg community, but more work is required. As soon
> as it is functional (and hopefully stable) I will post a ne
Hi Eric,
Eric Abrahamsen writes:
> Okay, here's an attempt at indicating nested todos in the todo agenda
> view.
Sorry to come back to this old patch -- I tried it (I had to rework it
to apply it against current git master) and it doesn't work, some calls
go beyond `max-lisp-eval-depth' (I don
fkunze writes:
> When I open an org file with #+startup: indent in the header, the cursor
> immediately goes to the bottom of the buffer and can not be moved upward.
I can't reproduce this error...
> This behavior does not occur in Org 6.36.
... and that's surely why.
Please update to a m
Mike McLean writes:
>> You can now easily keep multiple installations within the org directory
>> if so desired (I do this myself for testing).
>
> What do you do to make that work? It sounds like an intriguing possibility.
In a nutshell, I create multiple install directories (one for each
version
On 23.4.2012, at 23:59, Thorsten Jolitz wrote:
>
> Hi List,
> my GSoC 2012 proposal was accepted, so I'm going to spend this summer
> implementing bugpile - a bugtracker for GNU Emacs Org-mode.
> I use the opportunity to change to a different (more serious) email,
> just in case you wonder.
>
On Tue, Apr 24, 2012 at 3:29 AM, Thorsten Jolitz wrote:
>
> Hi List,
> my GSoC 2012 proposal was accepted, so I'm going to spend this summer
> implementing bugpile - a bugtracker for GNU Emacs Org-mode.
> I use the opportunity to change to a different (more serious) email,
> just in case you wonde
On Apr 23, 2012, at 2:50 PM, Marcelo de Moraes Serpa wrote:
> Hi guys,
>
> How could I configure it so that the agenda always shows archived entries by
> default? It's a nice way to get a log of what I accomplished chronologically
> without having to keep a specific log file per se (work log,
On Apr 23, 2012, at 10:57 AM, Rasmus wrote:
> jca+...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:
>
>> Rasmus writes:
>> [...]
>>> As others said, use org-complete. Most of my TODOs link to a mail.
>> [...]
>> I think you meant org-capture, as described by your example setup. :)
>> Org-captu
On Apr 22, 2012, at 11:34 AM, Achim Gratz wrote:
> suvayu ali writes:
>> The above recipe works. But just "make", leaves the working tree without
>> lisp/org-install.el. From the log I see it explicitly deletes it, but
>> doesn't generate it again. A subsequent "make autoloads" is required to
>>
> If I add fill=TRUE to that (on a git branch), then I get this:
>
> #+RESULTS: pascals-triangle
> | 1 | ||| | |
> | 1 | 1 ||| | |
> | 1 | 2 | 1 || | |
> | 1 | 3 | 3 | 1 | | |
> | 1 | 4 | 6 | 4 | 1 | |
> | 1 | 5 | 10 | 10 | 5 | 1 |
>
> #+NAME: sanity-che
Michael Hannon writes:
> Greetings. I'm sorry to belabor this, but I thought I had found a relatively
> clean way to pass a "ragged" table to an R source-code block. Simple answer:
> add the "fill=TRUE" option to the read.table function. Please see the
> appended for the log of an R session th
[...]
>
> I.e.,it seems that Org is going to do its own "read.table" before even
> looking at the code in the source block.
>
Yes, this is true, Org will use read.table to read in tabular data. See
the code in lisp/ob-R.el for specifics.
>
> Is there some way to get Org to use the "fill=TRUE" op
Greetings. I'm sorry to belabor this, but I thought I had found a relatively
clean way to pass a "ragged" table to an R source-code block. Simple answer:
add the "fill=TRUE" option to the read.table function. Please see the
appended for the log of an R session that does what I want.
I then trie
Hi List,
my GSoC 2012 proposal was accepted, so I'm going to spend this summer
implementing bugpile - a bugtracker for GNU Emacs Org-mode.
I use the opportunity to change to a different (more serious) email,
just in case you wonder.
Thanks to Bastien and Eric for the support so far!
--
cheer
on Mon Apr 23 2012, Bastien wrote:
> Hi Dave,
>
> Dave Abrahams writes:
>
>> This patch makes it easy to select links from among a forest of
>> similar-looking machine-readable forms. Without it, the human-readable
>> descriptions tend to fall off the right side of the window.
>
> I applied a
Achim Gratz writes:
> Will do.
Here's that patch (and some more convenience targets). Also, the first
invocation of make will now create a local.mk configuration template if
it doesn't exist. You don't need to do anything if the defaults are
working for you, otherwise just edit whatever variable
Eric Schulte writes:
> [...]
>>
>> I'm beginning to see why you have strong feelings about python.
>
> Semantically meaningful whitespace is a bad idea for a programming
> langauge.
>
Yes, this makes sense to me. I suppose I should wean myself from python
now that I use babel as a "glue languag
Hi guys,
How could I configure it so that the agenda always shows archived entries
by default? It's a nice way to get a log of what I accomplished
chronologically without having to keep a specific log file per se (work
log, food log, whatever-log). I could always just use v A in the agenda
filter,
On Mon, Apr 23, 2012 at 9:35 AM, Eric Schulte wrote:
> To include raw html in an Org-mode file you can use either the single
> line #+HTML: escape or wrap it in a being/end html block,
Thank you! Now I can see where I missed this in the docs (seems
perfectly clear in retrospect):
http://orgmode.o
Hi Karl,
I'm 60% through the book. I'll share my insights shortly.
Thank your for your definitions, they make sense :)
- Marcelo.
On Sun, Apr 22, 2012 at 5:48 AM, Karl Voit wrote:
> * Marcelo de Moraes Serpa wrote:
> >
> > Well, looks like my text was kind of stupid and or confusing...
>
> N
Noah Hoffman writes:
> Hello -
>
> I am trying to export a monolithic html file by embedding
> base64-encoded images, and I can't quite figure out how to prevent the
> output from being escaped in one way or another... here's an example
> of one permutation that doesn't do exactly what I want:
>
Hi Bastien,
it turns out that there are a couple of problems with that particular
patch. Some issues have already been fixed with the help of someone else
from the mobileorg community, but more work is required. As soon as it is
functional (and hopefully stable) I will post a new patch.
Henning
I don't think there exist an autotag feature, but you can use template
expansions [1] to put the sender's name as a tag in the headline. For
instance, you could use the template expansions "%:from", "%:fromname"
or "%:fromaddress". But I don't know how this will play if you also use
the template e
[...]
>
> I'm beginning to see why you have strong feelings about python.
Semantically meaningful whitespace is a bad idea for a programming
langauge.
> In the code above, the blank line before #+end_src is necessary and
> must not contain any spaces, and :var n can be set to anything, since
> it
Hello -
I am trying to export a monolithic html file by embedding
base64-encoded images, and I can't quite figure out how to prevent the
output from being escaped in one way or another... here's an example
of one permutation that doesn't do exactly what I want:
#+BEGIN_SRC R :results output
png('
Since org already accepts \SomeCommandName, maybe org-mode could provide
some very basic functionality for the user to provide definitions for these
macros for each (desired) output format. For instance, there could be a
list similar to
#+begin_src emacs-lisp
(
("somecommand" :html 'somecomma
On Mon, Apr 23, 2012 at 09:57:25AM -0700, Richard Stanton wrote:
> I just updated org-mode and typed "make". Two problems:
>
> 1) The doc file seems to have trouble:
>
> org.texi:6703: Misplaced {.
> org.texi:6703: Misplaced }.
> makeinfo: Removing output file `org' due to errors; use --force to
Hi John,
John Hendy writes:
> Per Bastien's request (well, org-mode on G+), I'm reproducing my question
> here.
>
> After watching a bug reproduction video which mentioned using
> org-goto, C-u C-c C-j, I wondered what C-u did.[1] I couldn't find it
> in the manual. It doesn't move the cursor a
Per Bastien's request (well, org-mode on G+), I'm reproducing my question here.
After watching a bug reproduction video which mentioned using
org-goto, C-u C-c C-j, I wondered what C-u did.[1] I couldn't find it
in the manual. It doesn't move the cursor as you type (isearch off?)
and doesn't bring
Hi Richard,
Richard Stanton writes:
> I just updated org-mode and typed "make". Two problems:
>
> 1) The doc file seems to have trouble:
>
> org.texi:6703: Misplaced {.
> org.texi:6703: Misplaced }.
> makeinfo: Removing output file `org' due to errors; use --force to
> preserve.
Fixed, thanks.
On 2012-04-23, Samuel Wales wrote:
> If the explanation (which I don't know yet) is short, perhaps the
> manual can explain, for similar use cases.
Then again maybe I am the only person who doesn't get why the footnote is there.
I'm guessing something to do with brackets interfering with link
sy
Hi Bastien,
Just wanted to make sure.
Just so you know:
With my settings, I find that if I have:
* Details [2012-04-23 Mon 09:58]
and I do M-x org-store-link, then the resulting link with ID works
when you click on it.
So it works for me, but I guess others with other settings will
I just updated org-mode and typed "make". Two problems:
1) The doc file seems to have trouble:
org.texi:6703: Misplaced {.
org.texi:6703: Misplaced }.
makeinfo: Removing output file `org' due to errors; use --force to
preserve.
2) org-install.el doesn't get created.
>From org-version.el, this
Hi Eric,
Eric Schulte writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Aloha Michael,
>>
>> Michael Hannon writes:
>>
>>> Greetings. I'm sitting in on a weekly, informal, "brown-bag" seminar on
>>> data
>>> technologies in statistics. There are more people attending the seminar
>>> tha
Bastien writes:
> Looks fine. Could you create a
>
> make help+
The "+" is a reserved character in some shells, but I'll think of some
other name...
> directive that will display information about directives that
> are not documented through `make help'?
Will do.
Achim.
--
+<[Q+ Matrix-12
Achim Gratz writes:
> Detlef Steuer writes:
>> Cannot open load file: ert
>
> It fails at testing because you do not have ert installed. If you want
> testing (recommended if you pull from master since it will avoid
> installation of the occasional build that fails the test suite), install
> ert
Detlef Steuer writes:
> Cannot open load file: ert
It fails at testing because you do not have ert installed. If you want
testing (recommended if you pull from master since it will avoid
installation of the occasional build that fails the test suite), install
ert or better yet switch to Emacs24 w
Bastien writes:
> In the meantime, if you don't want to compile (I do not) the stupid
> workaround is to set org-version in your config... but yeah, let's
> fix this upstream ASAP.
Again, the issue here is not compilation, but missing autoloads.
make autoloads
And if you still think you must
Hi,
I just noticed switching from the standard org-mode comming with emacs
23 to a recent version, there where no org-version command at all.
Under Arch-Linux they ask you to add (require 'org-install) to your
config. After doing so it was fine.
Not sure if this is related.
Torsten
On 24 April 2
Toby Cubitt writes:
> On Mon, Apr 23, 2012 at 05:12:51PM +0200, Bastien wrote:
>> Hi Toby,
>>
>> Toby Cubitt writes:
>>
>> > Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them
>> > next time.
>>
>> No problem.
>>
>> > - Change the regexp to "%\\([1-9][0-9]*\\)", to match a
Hi Eric,
Eric Schulte writes:
> I'm getting export failures due to the org-version variable no longer
> being defined. See the following minimal debug output [1]. If I
> manually give the org-version variable a value, e.g.,
this issue comes from the new Makefile, which creates the org-version
On Mon, Apr 23, 2012 at 05:12:51PM +0200, Bastien wrote:
> Hi Toby,
>
> Toby Cubitt writes:
>
> > Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them
> > next time.
>
> No problem.
>
> > - Change the regexp to "%\\([1-9][0-9]*\\)", to match any positive
> > integer, and upd
Is there any facility to "auto tag" a capture based on the contents of
the buffer the capture was started in?
To be honest I only need something that would tag a capture with, for
example "hostgator", if the gnus message I am capturing from included
their email address.
thanks,
r.
Hi,
I'm getting export failures due to the org-version variable no longer
being defined. See the following minimal debug output [1]. If I
manually give the org-version variable a value, e.g.,
(setq org-version "special")
then export works as expected. This can be re-created using the latest
Hi Toby,
Toby Cubitt writes:
> Ah, I forgot about the texinfo docs. Sorry. I'll try to remember them
> next time.
No problem.
> - Change the regexp to "%\\([1-9][0-9]*\\)", to match any positive
> integer, and update the docs accordingly.
Please send a patch for this solution.
Thanks!
--
Hi Caner,
Caner Candan writes:
> 1. Add directly my images as attachments (stored then in data folder)
It is not possible at the moment.
> 2. Then trying something like [[hyperlink]] into the same headline in
> order to add the images in the frame.
I'm not sure I understand -- can you expand
On Mon, Apr 23, 2012 at 02:54:31PM +0200, Bastien wrote:
> Toby Cubitt writes:
>
> > Currently, capture templates provide no way of prompting for some text,
> > then inserting that text into multiple places in the template.
>
> Thanks for the patch, I applied it.
>
> I also updated the document
Torsten Wagner writes:
> However, whats with "\," "\mbox{}" "\noindent" and maybe some others?
> They helped me to tweak the formatting at some points where the
> standard stuff did not make much sense.
There commands are meaningful in a TeX context, and there is not
necessary a precise translat
Hi,
I was asking this issue in order to do these things:
1. Add directly my images as attachments (stored then in data folder)
2. Then trying something like [[hyperlink]] into the same headline in
order to add the images in the frame.
Anyone know solutions ?
Thanks,
Caner
signature.asc
Desc
Hi Thorsten,
Torsten Wagner writes:
> One more,
>
> I used
>
> #+CAPTION: Figure text
> #+LABEL: fig:pop
> #+ATTR_LaTeX: width=10cm placement=[!ht]
> #+ATTR_LaTeX:
> [[file:fig/anwendung.pdf]]
>
> to add pictures. On the odt export, they appear as links to the PDF
> file. The Figure text is miss
Hi Bastien,
I agree.
Some, I used more of a habit reasons (how many orgers are latexers?!
;) ) and they have a org-replacement.
However, whats with "\," "\mbox{}" "\noindent" and maybe some others?
They helped me to tweak the formatting at some points where the
standard stuff did not make much sens
jca+...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:
> Rasmus writes:
> [...]
>> As others said, use org-complete. Most of my TODOs link to a mail.
> [...]
> I think you meant org-capture, as described by your example setup. :)
> Org-capture works indeed fine for me.
Sure, that's what I meant
One more,
I used
#+CAPTION: Figure text
#+LABEL: fig:pop
#+ATTR_LaTeX: width=10cm placement=[!ht]
#+ATTR_LaTeX:
[[file:fig/anwendung.pdf]]
to add pictures. On the odt export, they appear as links to the PDF
file. The Figure text is missing.
Anything, I am doing wrong. Should I use image formats
Hi Thorsten,
Torsten Wagner writes:
> I have a minor problem, I used some LaTeX format commands. I know I
> might get away by replacing \textbf with **, etc.
Yes, that's the way to go. Should be quick with M-x replace-regexp.
> But know its
> there already. Sure it worked out great for the L
Rasmus writes:
[...]
> As others said, use org-complete. Most of my TODOs link to a mail.
[...]
I think you meant org-capture, as described by your example setup. :)
Org-capture works indeed fine for me.
--
Jérémie Courrèges-Anglas
GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1
Hi,
today I had to send over a document in MS Word format. Suprise suprise
guess I am not the first one on that mailing list.
I was happy to use the new odt export feature and it did the best job
out of some other constellations (org->html->word, org->pdf->odt via
pdf import plugin, org->pdf->copy
Julian Burgos writes:
> Hello fellow org'ers,
>
> It is possible to make flyspell to ignore (i.e. do not spell check)
> the text within code blocks (I mean blocks of texts separated by
> #+begin_src and #+end src)? I did my homework but could not find a
> good answer.
> Many thanks,
See
http:/
Hello fellow org'ers,
It is possible to make flyspell to ignore (i.e. do not spell check) the
text within code blocks (I mean blocks of texts separated by #+begin_src
and #+end src)? I did my homework but could not find a good answer.
Many thanks,
Julian
--
Julian Mariano Burgos, PhD
Hafran
Hi Sébastien,
"Sebastien Vauban" writes:
> Hi Bastien,
>
> "Sebastien Vauban" wrote:
>>> You can also go back to the *Messages* buffer and check from there.
>>>
>>> Maybe another option is to silent `org-id-update-id-locations' when called
>>> from `org-id-find'? Does the attached patch against
Hi Christophe,
Bastien writes:
> Hi Christophe,
>
> Christophe Rhodes writes:
>
>> Again, is there anything more I can do to get this functionality
>> (customizing header lines of tables in LaTeX export, in case everyone
>> has lost the context) into org-mode?
>
> I saw your patch, thanks for i
Niels Giesen writes:
> Attached is a patch that allows some customization of tables in LaTeX
> export.
>
> It adds three new customizable with default values:
>
> org-export-latex-tables-tstart : nil
> org-export-latex-tables-hline : "\\hline"
> org-export-latex-tables-tend : nil
Finall
SW writes:
> Bastien gnu.org> writes:
>
>>
>> SW gmail.com> writes:
>>
>> > Is it possible to include leading zeros in plains lists:
>> >
>> > 01. Item 1
>> > 02. Item 2
>>
>> No, sorry.
>>
> Ok :) It was just to avoid lists looking out alignment:
>
> 8. Fetch the package
> 9. Open the pack
Hi Daniel,
Daniel Dehennin writes:
> You can get the following patchset by pulling:
>
> git pull git://git.baby-gnu.net/org-mode dad/add-level-to-headings
>
> Regards.
>
> This patch permits a more flexible usage than :minlevel.
I applied your patch with a small modification that fixes it.
Tha
Zachary Kanfer writes:
> This patch fixes two bugs in the same section of code:
Thanks a lot for the clear explanations.
This patch has been applied in master.
Best,
--
Bastien
Bastien gnu.org> writes:
>
> SW gmail.com> writes:
>
> > Is it possible to include leading zeros in plains lists:
> >
> > 01. Item 1
> > 02. Item 2
>
> No, sorry.
>
Ok :) It was just to avoid lists looking out alignment:
8. Fetch the package
9. Open the package
10. Look inside the package
g.kettleboro...@uea.ac.uk writes:
> Attached is a patch that gives the option to show the clock and timer
> information in the frame title as well as the mode line (or both or
> neither). I find this useful as there is often not enough room in the
> mode line but there is enough in the frame titl
Hi Feng,
this patch is now in master, with some small modifications.
Thanks for this contribution!
--
Bastien
This patch has been applied.
Please test and confirm it works as expected.
Thanks!
--
Bastien
Hi Takafumi,
Takafumi Arakaki writes:
> No comments? No one wants to have "+3h" in SCHEDULED?
I applied this patch, thanks.
Note that timestamps need to be well formatted. If there is
a +3d repeat cookie and the original timestamp doesn have any
indication for the hour, it will produce an er
Hi Dave,
Dave Abrahams writes:
> This patch makes it easy to select links from among a forest of
> similar-looking machine-readable forms. Without it, the human-readable
> descriptions tend to fall off the right side of the window.
I applied a slightly modified version of this patch.
Thanks f
SW writes:
> Is it possible to include leading zeros in plains lists:
>
> 01. Item 1
> 02. Item 2
No, sorry.
--
Bastien
Tom Prince writes:
> This is my attempt to add export of latex code (for HTML export)
> via svg, rather than png. I don't know if this is the best way to go
> about doing it, but I wanted to avoid as much duplicated code as
> possible.
Please let us know about your progress on this feature and o
Hi Cássio,
Cássio Koshikumo writes:
> A while ago I asked about changing the Major Mode checking that happens
> throughout Org, so that derived modes would function properly. I finally had
> the time to make a patch.
I applied an updated version of this patch.
Thanks,
--
Bastien
Is it possible to include leading zeros in plains lists:
01. Item 1
02. Item 2
Hi Toby,
Toby Cubitt writes:
> Currently, capture templates provide no way of prompting for some text,
> then inserting that text into multiple places in the template.
Thanks for the patch, I applied it.
I also updated the documentation in doc/org.texi -- please provide
documentation in the pa
Toby Cubitt writes:
> This one's pretty self-explanatory. It adds an
> `org-agenda-skip-timestamp-if-deadline-is-shown' customization option,
> precisely analogous to the existing
> `org-agenda-skip-scheduled-if-deadline-is-shown' option.
Thanks for this, I just applied this patch.
--
Bastien
Toby Cubitt writes:
> This patch adds a new org-agenda-diary-sexp-prefix customization
> option. It can be set to a regexp which is used to match the part of the
> text produced by a diary sexp entry that should be treated as
> deadlining/scheduling information (the "prefix"), and displayed as su
Hi Brian,
Brian van den Broek writes:
> I agree that the discouragement of timestamps in headlines should
> remain in the docs.
>
> But I still do think the docs examples should be changed to comply
> with that advice. I tried twice to send a patch, yet failed to do so
> in a manner recognized b
On 23 Apr 2012 12:15, "Bastien" wrote:
>
> Hi Samuel,
>
> Samuel Wales writes:
>
> > On 2012-04-20, John Hendy wrote:
> > I've attached a small patch to the documentation that resolves a
> > conflict between the manual's advice not to include timestamps in
> > headlines and some of i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 23/04/12 14:25, Rainer M Krug wrote:
> On 23/04/12 14:17, Detlef Steuer wrote:
>> Did a fresh pull
>
>> git clone git://orgmode.org/org-mode.git
>
>> after
>
>> make update
>
>> failed with some errors.
>
>> Did an make update
>
>> immediately
Kyle Sexton writes:
> Does anyone know a way to automatically create/link org-tasks from Gnus
> messages? My current workflow is to just start a new capture and type
> in or paste some of the relevant info, but if org could link to the
> message that would be ideal.
As others said, use org-comp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 23/04/12 14:17, Detlef Steuer wrote:
> Did a fresh pull
>
> git clone git://orgmode.org/org-mode.git
>
> after
>
> make update
>
> failed with some errors.
>
> Did an make update
>
> immediately after pulling and ended there:
>
> mkdir -p /tm
Did a fresh pull
git clone git://orgmode.org/org-mode.git
after
make update
failed with some errors.
Did an
make update
immediately after pulling and ended there:
mkdir -p /tmp/tmp-orgtest
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q -L lisp/ -L testing/ --eval
'(defconst org-release "7.8
Hi Samuel,
Samuel Wales writes:
> On 2012-04-20, John Hendy wrote:
> I've attached a small patch to the documentation that resolves a
> conflict between the manual's advice not to include timestamps in
> headlines and some of its examples where it does just that.
>
> Does this advic
Hi Achim,
On Sun, Apr 22, 2012 at 17:34, Achim Gratz wrote:
> suvayu ali writes:
>> The above recipe works. But just "make", leaves the working tree without
>> lisp/org-install.el. From the log I see it explicitly deletes it, but
>> doesn't generate it again. A subsequent "make autoloads" is requ
Hi Matt,
Matt Lundin writes:
> * lisp/org-gnus.el: (org-gnus-follow-link): Fix argument to
> gnus-group-read-group so that following a link does not result in
> unread article being selected.
Applied, thanks.
--
Bastien
Kyle Sexton writes:
> Does anyone know a way to automatically create/link org-tasks from Gnus
> messages? My current workflow is to just start a new capture and type
> in or paste some of the relevant info, but if org could link to the
> message that would be ideal.
I've the following recipe in
90 matches
Mail list logo