I have taken a brief look at Micheals code and at Ross code, which do
similar things to extract the message ID and create a link to it.
Michaels code creates a special new link type, but is seems to me that
we should go with Ross here and simply modify the old gnus linking
code to accept a
On Oct 27, 2008, at 10:17 PM, Bill White wrote:
On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]>
wrote:
Sebastian Rose <[EMAIL PROTECTED]> writes:
Hi Bill,
to add links to autgoing mails automatically, adding a link to
such a
mail once should be enough, to add the right
Hi Greg
> "Sullivan," == Sullivan, Gregory (US SSA) <[EMAIL PROTECTED]> writes:
Sullivan,> Much of what I need to do is in some way related to email
Sullivan,> messages I have received. So, to the extent that org is
Sullivan,> my repository of things I have to do and notes related
Hi,
I've checked the ORG documentation but did not find how to navigate in the
mini-buffer for the selection of date that shows up after issuing the
command C-c C-s for scheduling of a TODO task.
By default it shows me today, and I've realized that I can type +1 or such
expressions and I
Morning all.
> "Sebastian" == Sebastian Rose <[EMAIL PROTECTED]> writes:
Sebastian> Hi Pete,
Sebastian> It is the intended behaviour.
Sebastian> I just had to set `org-empty-line-terminates-plain-lists'
Sebastian> to nil.
Hmmm - however I set that variable, I still get the
Hi Matt,
[EMAIL PROTECTED] writes:
> 3. Automatically generated backlinks.
I use org-info.js for this.
E.g., in 'Page one':
#+LINK_UP: Emacs.html
#+LINK_HOME: /index.html
> 4. Automatically generated most page creation date and recent changes
> list.
If `org-publish-use-timestamps-flag' is
Carsten Dominik <[EMAIL PROTECTED]> writes:
> In the git version, message ids are now used for links to gnus articles.
> Could some of you please verify this change?
How to?
I did a `C-c l' in an outgoing message and a `C-c C-l' in an Org-file.
The link created was:
[[file:emacs/gnus/News/drafts/
> "Sebastian" == Sebastian Rose <[EMAIL PROTECTED]> writes:
Sebastian> Carsten Dominik <[EMAIL PROTECTED]> writes:
>> In the git version, message ids are now used for links to gnus
>> articles. Could some of you please verify this change?
Sebastian> How to? I did a `C-c l' i
On Oct 29, 2008, at 12:27 PM, Pete Phillips wrote:
"Sebastian" == Sebastian Rose <[EMAIL PROTECTED]> writes:
Sebastian> Carsten Dominik <[EMAIL PROTECTED]> writes:
In the git version, message ids are now used for links to gnus
articles. Could some of you please verify this change?
S
Hi all,
I just saw this thread and believe that
http://www.emacswiki.org/emacs/org-mairix.el
might contain parts of the answer, at least. I've been trying to come up
with a better solution, and kept meaning to come back to it, but haven't
managed thus far.
The fundamental problem of getting
Hi!
First things first:
Org mode is great!
Org is the reason I started using emacs a few months ago.
Thanks for this fine software.
I am using the column view very often and added several columns to my
org-file using this line
,
| #+COLUMNS: %35ITEM %4TODO %1PRIORITY %19SCHEDULED %10TAGS
I've created the custom variable org-table-export-delimiter so that the user
may customize the string that delimits the columns exported.
I believe this is useful because in some areas (namely, my office) people
insist on the files being in csv (comma separated values).
I've also noticed (but hav
Ángel de Vicente <[EMAIL PROTECTED]> writes:
> Hi,
>
> I've checked the ORG documentation but did not find how to navigate in
> the mini-buffer for the selection of date that shows up after issuing
> the command C-c C-s for scheduling of a TODO task.
>
> By default it shows me today, and I've re
Hi
I have a bunch of org-agenda-custom-commands I have been using for
years, but today wanted to try to use the tags-tree setup to get a bit
more context in some views.
I tried this:
("S" tags-tree "Office/NEXT|LaptopS/NEXT")
(meaning I want only NEXT TODO type lines tagged with Office or tag
On Wed, Oct 29, 2008 at 02:07:57PM +0100, Georg C. F. Greve wrote:
>
> I just saw this thread and believe that
>
> http://www.emacswiki.org/emacs/org-mairix.el
>
> might contain parts of the answer, at least. I've been trying to come up
> with a better solution, and kept meaning to come back
Carsten Dominik <[EMAIL PROTECTED]> writes:
> In the git version, message ids are now used for links to gnus articles.
> Could some of you please verify this change?
diff --git a/GettingThingsDone/MyLife.org b/GettingThingsDone/MyLife.org
index 6fb33be..806c779 100644
--- a/GettingThingsDone/MyLi
Carsten Dominik <[EMAIL PROTECTED]> writes:
> In the git version, message ids are now used for links to gnus articles.
> Could some of you please verify this change?
>
This works great! Thanks all
-Bernt
___
Emacs-orgmode mailing list
Remember: use
A question: The org-publish tutorial recommends the use of template
files for setting the relative link to the stylesheet for nested
directories to be published to html.
- http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php
E.g.,
For first level directories such as
~/org/
Good to hear.
Another change in that release is that `org-link-frame-setup'
has a new option for gnus, `org-gnus-no-new-news', also taken
from Ross' code. I have not tested it, but I believe it should
make jumping to a gnus message much faster as it will not try
to get new news.
- Carsten
On O
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Another change in that release is that `org-link-frame-setup'
> has a new option for gnus, `org-gnus-no-new-news', also taken
> from Ross' code. I have not tested it, but I believe it should
> make jumping to a gnus message much faster as it will not
Hi Pete,
since the TODO part i this logic was only implemented very late,
the logic is unfortunately a bit strange: "/" has the
lowest priority, and only on is allowed.
So I believe this should be your search string.
"Office|LaptopS/NEXT"
It really should be the other way round... :-(
With
Oh my, I am starting to type like a monkey, this gets really
embarrassing.
Let me try again:
---
Hi Pete,
since the TODO part in match views was only implemented very late,
the logic is unfortunately a bit strange: "/" has the
l
Okay I spoke a bit too soon here.
The message-id links work as well as the old links but if I move a
message from one folder to another the old and new links both break.
My link looks like this:
[[gnus:INBOX#<[EMAIL PROTECTED]>][Email from Bernt Hansen: Test email]]
but if I move the mail from
Hi,
Which version of Org are you using? In the more recent versions you
can navigate dates with the arrow keys and you can navigate months
with < and > without leaving the minibuffer.
Oops, sorry about that. I'm using version 6.09a, and all the examples
below work fine, but neither the arrow
Ángel de Vicente <[EMAIL PROTECTED]> writes:
>
> Oops, sorry about that. I'm using version 6.09a, and all the examples
> below work fine, but neither the arrow keys, neither < > do what you
> say (are these shortcuts documented somewhere?). Up and down arrow
> key bring back the minibuffer histor
Hi Mike,
I think *now* CLOSED searches work
The problem with the first line is a known problem.
Just make it a habit to keep the first line of files empty.
- Carsten
On Oct 28, 2008, at 5:41 PM, Mike Buksas wrote:
Carsten, et al,
Property searches on CLOSED don't appear to work in the
Carsten Dominik <[EMAIL PROTECTED]> writes:
> The problem with the first line is a known problem.
> Just make it a habit to keep the first line of files empty.
I put
,
| #+STARTUP: showall
`
at the top of my org-files and that seems to work fine too. I'm less
likely to delete this line
Memnon Anon <[EMAIL PROTECTED]> writes:
> And another question related to the Agenda View.
>
> I dislike scheduling everything. I have got some Items I work on whenever I
> need a break. These Items do not get a real timestamp because I can not say
> before when I will work on them. But, if I do,
Hi Matt,
I can see no problem with the alternative you provide here. It's nice
IMHO. How much space will a stylesheet take? One block, sometimes 2 -
not very much. Thanks for pointing this out.
There is the per file
#+STYLE:
setting.
We should mention those alternatives in the tutorial.
Bernt Hansen <[EMAIL PROTECTED]> writes:
> Okay I spoke a bit too soon here.
>
> The message-id links work as well as the old links but if I move a
> message from one folder to another the old and new links both break.
>
> My link looks like this:
>
> [[gnus:INBOX#<[EMAIL PROTECTED]>][Email from B
"Colin Williams" <[EMAIL PROTECTED]> writes:
> I've created the custom variable org-table-export-delimiter so that the user
> may customize the string that delimits the columns exported.
>
> I believe this is useful because in some areas (namely, my office) people
> insist on the files being in cs
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Oct 29, 2008, at 12:27 PM, Pete Phillips wrote:
>
>>> "Sebastian" == Sebastian Rose <[EMAIL PROTECTED]> writes:
>>
>>Sebastian> Carsten Dominik <[EMAIL PROTECTED]> writes:
In the git version, message ids are now used for links to gnus
>
Hi Matt,
The path problem could be addressed in a nice way:
#+STYLE:
We may have several #+STYLE: lines, so we can add whatever we want to
the section:
#+STYLE:
#+STYLE:
#+STYLE:
The '' is _very_ interesting, all paths to
stylesheets, images (plus images in stylesheets!), flash films
[EMAIL PROTECTED] writes:
> A question: The org-publish tutorial recommends the use of template
> files for setting the relative link to the stylesheet for nested
> directories to be published to html.
>
> - http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php
>
> E.g.,
>
> For f
Ross Patterson <[EMAIL PROTECTED]> writes:
> Bernt Hansen <[EMAIL PROTECTED]> writes:
>
>> Sorry for the false report earlier...
>
> I don't think the previous article number based links worked past a
> message folder move either, correct?
No they did not. But the new links are better - I can ju
Bernt Hansen <[EMAIL PROTECTED]> writes:
> Ross Patterson <[EMAIL PROTECTED]> writes:
>
>> Bernt Hansen <[EMAIL PROTECTED]> writes:
>>
>>> Sorry for the false report earlier...
>>
>> I don't think the previous article number based links worked past a
>> message folder move either, correct?
>
> No
Hi,
Let's say I have a repeating task like this:
** TODO Do this
SCHEDULED: <2008-10-29 Wed +1w>
Cycling to a done state will track the done time and increment the scheduled
time according to the repeater:
** TODO Do this
- State "DONE" [2008-10-29 Wed 10:44]
SCHEDULED: <2008-11-
> On 27 Oct 2008, Charles Sebold wrote:
>
>> How's this for a first pass? Not a git user before I started with
>> org-mode so any pointers on how to generate these would be
>> appreciated.
>
Hi Charles,
The patch looks great, I vote we drop it 'as is' into org-plot.el. The
only enhancement that c
From: Charles Sebold <[EMAIL PROTECTED]>
X-axis is made up of a table column of org-mode timestamps.
This sends the data to gnuplot as time data (which gnuplot treats
specially)
---
"Eric Schulte" <[EMAIL PROTECTED]> writes:
>> On 27 Oct 2008, Charles Sebold wrote:
>>
>>> How's this for a first
Hi Sebastian,
Sebastian Rose <[EMAIL PROTECTED]> writes:
> Hi Matt,
>
>
> [EMAIL PROTECTED] writes:
>> 3. Automatically generated backlinks.
>
> I use org-info.js for this.
> E.g., in 'Page one':
>
> #+LINK_UP: Emacs.html
> #+LINK_HOME: /index.html
>
Thanks for your wonderful org-info.js. Yes,
Bernt,
Bernt Hansen <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] writes:
...
>> My question: Instead of this method, which I find a little tedious,
>> I've created a hardlink to the master css directory in each
>> subdirectory of my project. As a result the, css files get copied to
>> each su
Works like a charm.
I generally have a TITLE or STARTUP line at the beginning of each file,
which seems to eliminate the searching problem. I never would have noticed
if it weren't for the test file.
Thanks again,
Mike Buksas -- [EMAIL PROTECTED] -- www.buksas.net
On Wed, Oct 29, 2008 at 10:49
42 matches
Mail list logo