Matthew Lundin <[EMAIL PROTECTED]> writes:
> I am using org 6.10c. When I set org-link-file-path-type to absolute
> and use C-u C-c C-l (org-insert-link with argument), any file in my
> home directory above my org directory is given the shortcut ~ -- as in
> file:~/pdfs/paper.pdf. (This is the des
I am using org 6.10c. When I set org-link-file-path-type to absolute
and use C-u C-c C-l (org-insert-link with argument), any file in my
home directory above my org directory is given the shortcut ~ -- as in
file:~/pdfs/paper.pdf. (This is the desired behavior.)
But when org-link-file-path-type i
Awesome! Thanks!!
PS. I really like your new commit messages :)
-Bernt
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Fixed, thanks.
>
> - Carsten
>
> On Nov 3, 2008, at 2:54 PM, Bernt Hansen wrote:
>
>> Hi Carsten,
>>
>> I updated org-mode this morning to
>>
>> commit 413d9b73b0a5a4c38be879
Fixed, thanks.
- Carsten
On Nov 3, 2008, at 2:54 PM, Bernt Hansen wrote:
Hi Carsten,
I updated org-mode this morning to
commit 413d9b73b0a5a4c38be8791d72e17137306c59ac
and I'm trying to mark tasks with repeaters done and get the following
error.
,[ test.org ]
| #+STARTUP:
| * TODO R
Yes, I have taken part of this change back, causes too many issues.
Thanks.
- Carsten
On Nov 3, 2008, at 4:41 PM, Charles Sebold wrote:
I noticed a bug that seems to have crept in over the weekend, but I
can't quite make out where it came from.
In a table like this:
Hello.
This bug isn't so significant, but maybe the following steps to
reproduce will help to identify more complex bugs (if those exist)
based on this.
Suppose we have the following file opened in your emacs:
*** foo
* bar
1. Move the cursor to the end of the last line (here [] represents
'teh' changed to 'the'
--->%
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 8dd31c8..3991a21 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -409,7 +409,7 @@ t, also all archive files associated with the
current select
files will be included.")
(defcustom org-ag
Does anyone know of a way to link to Thunderbird email similar
to org-mac-message-get-link & org-mac-message-insert-link?
Thanks,
Ed
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lis
On Mon, Nov 03, 2008 at 04:49:24PM +0100, Alex Ott wrote:
> Hi all
>
> I wrote small note about show notifications with Growl under Mac OS X.
> This could be useful when using org-mode. Note is could be found on my site
> http://xtalk.msk.su/~ott/en/writings/EmacsMacOSXAndGrowl.html
>
Nice. Wa
On 3 Nov 2008, Charles Sebold wrote:
>> I noticed a bug that seems to have crept in over the weekend, but I
>> can't quite make out where it came from.
>
> It was somewhere in the last commit, but I can't quite wrap my head
> around the changes enough to figure out how this would break it.
>
> [15
On 3 Nov 2008, Charles Sebold wrote:
> I noticed a bug that seems to have crept in over the weekend, but I
> can't quite make out where it came from.
It was somewhere in the last commit, but I can't quite wrap my head
around the changes enough to figure out how this would break it.
[15b4ae903879
Hi all
I wrote small note about show notifications with Growl under Mac OS X.
This could be useful when using org-mode. Note is could be found on my site
http://xtalk.msk.su/~ott/en/writings/EmacsMacOSXAndGrowl.html
--
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/ http:
I noticed a bug that seems to have crept in over the weekend, but I
can't quite make out where it came from.
In a table like this:
| Date | Index1 | Index2 |
|--++|
| <2008-11-01 S
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote:
>> Michael Ekstrand <[EMAIL PROTECTED]> writes:
>>> I have some code that does this in my Gnus configuration. It is only
>>> known to work for NNML, however, and I believe it depends on the
>>> ID-tr
Hi Carsten,
I updated org-mode this morning to
commit 413d9b73b0a5a4c38be8791d72e17137306c59ac
and I'm trying to mark tasks with repeaters done and get the following
error.
,[ test.org ]
| #+STARTUP:
| * TODO Repeating Task
| SCHEDULED: <2008-11-01 Sat +1w>
|
| Do something
|
`--
On Nov 3, 2008, at 12:53 PM, Sebastian Rose wrote:
Nicholas S-A wrote:
Hi all,
I have some questions pertaining to orgtbl-mode. I am really
excited
about using it to compose all my LaTeX tables, and in fact learned
Emacs
and Org specifically for this purpose (well, I also learned them
Hi Gary,
I believe this problem is now fixed, please verify.
Also, your address reads like "Domain Admin", is that intended
- Carsten
On Oct 25, 2008, at 6:47 AM, Domain Admin wrote:
[[3rd and final attempt to send, this time without screenshots]]
Since I have a wide screen laptop, I a
* Sebastian Rose <[EMAIL PROTECTED]> [2008-11-03 12:53:57 +0100]:
http://orgmode.org/manual/Column-groups.html#Column-groups
works fine for LaTeX.
Wow, I clearly missed this section of the manual in my (not so thorough,
it seems) search for how to accomplish what I want.
Thanks!
Nicholas
Hi,
* Carsten Dominik <[EMAIL PROTECTED]> [2008-11-03 12:16:56 +0100]:
However, since you are summing in the column, all $-row references
are optional, i.e. you can write the formula as
:=vsum(@-II+1..-I-1)
or even as
:=vsum(@-II..-I)
Since this is the same expression for all columns,
Hello.
I verified. The latest org-mode from git doesn't contain this bug. Thanks a lot!
2008/11/2 Carsten Dominik <[EMAIL PROTECTED]>:
> I believe this is fixed now, please verify.
>
> - Carsten
>
> On Nov 1, 2008, at 2:22 AM, Sergey A. wrote:
>
>> Hello.
>>
>> I didn't think that the bug will be
Nicholas S-A wrote:
Hi all,
I have some questions pertaining to orgtbl-mode. I am really excited
about using it to compose all my LaTeX tables, and in fact learned Emacs
and Org specifically for this purpose (well, I also learned them for all
the other awesome features of Org-mode.
First
On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote:
Michael Ekstrand <[EMAIL PROTECTED]> writes:
I have some code that does this in my Gnus configuration. It is only
known to work for NNML, however, and I believe it depends on the
ID-tracking support used to enable the fancy-split-with-paren
Hi Nicholas,
On Nov 2, 2008, at 5:13 PM, Nicholas S-A wrote:
Hi all,
I have some questions pertaining to orgtbl-mode. I am really
excited
about using it to compose all my LaTeX tables, and in fact learned
Emacs
and Org specifically for this purpose (well, I also learned them for
all
t
Hi Sebastian,
I believe these are all fixed now. Please confirm.
- Carsten
On Oct 31, 2008, at 8:54 PM, Sebastian Rose wrote:
Hi,
I'm currently writing a fulltext search engine for Org's
XHTML export.
Export is not valid XHTML:
1.) CDATA:
styles
should be:
Hi Jack,
thanks for noticing this, fixed now.
- Carsten
On Nov 3, 2008, at 4:12 AM, [EMAIL PROTECTED] wrote:
For a every day repeat task, I mark it done for today. But in the
agenda view, it still show up as todo for today, which would be
better if it shows done keyword for today.
Jack
Hi Pete,
there is currently no way o say "today plus 1 month" in a query. The
rest of it would be possible.
- Carsten
On Nov 3, 2008, at 12:20 AM, Pete Phillips wrote:
Hi Carsten
Carsten> I have now removed the speed-penalty on this syntax. So
Carsten> if, during a tag search, you
26 matches
Mail list logo