I found myself having to sort by multiple criteria, and I was doing it
with multiple calls to org-sort-entries-or-items. Then I decided to
abstract the repetition into a function. Here it is:
(defun org-sort-multi (&rest sort-types)
"Sort successively by a list of criteria, in descending orde
`file:' can link a file on disk .
But my file's name has `space' in it .
How to hyperlink that file?
Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinf
waterloo wrote:
> `file:' can link a file on disk .
>
> But my file's name has `space' in it .
>
> How to hyperlink that file?
>
Hex-encode the space (or other special characters):
[[file:/path/to/foo%20bar][foo bar]]
Nick
___
Emacs-orgmode mail
Nick Dokos writes:
> waterloo wrote:
>
>> `file:' can link a file on disk .
>>
>> But my file's name has `space' in it .
>>
>> How to hyperlink that file?
>>
>
> Hex-encode the space (or other special characters):
>
> [[file:/path/to/foo%20bar][foo bar]]
>
And if you want this to happen auto
Hello,
I set org-gnus-prefer-web-links to t so that org-remember stores links
to gmane nntp groups as web links rather than links to gnus. Recently
(within the last week or so) org-store-link no longer creates the web
link.
Previously the stored link looked like this:
http://mid.gmane.org/m24os8
I'm not the most qualified person to answer this, since I'm only an
observer to emacs development, but I have some experience trying to
compile a reduced-size version of Emacs 23, so I'll add my two pence
until someone can inform you better.
I tried to cut down emacs for my own use (basically, an
Hi all
Do you have any suggestion for copying tables from org-mode to email.
The format is messed up. Please see the sample below.
| filename | descript| P
|
| mgmt_admin/mgmt_dashboard.rhtml| portal for system dashboard | P0
|
| mgmt_adm
On Aug 29, 2009, at 3:40 PM, filebat Mark wrote:
Hi all
Do you have any suggestion for copying tables from org-mode to email.
The format is messed up. Please see the sample below.
| filename |
descript| P |
| mgmt_admin/mgmt_dashboard.rhtm
The table is not aligned. It suffers~~
2009/8/29 Carsten Dominik
>
> On Aug 29, 2009, at 3:40 PM, filebat Mark wrote:
>
> Hi all
>>
>> Do you have any suggestion for copying tables from org-mode to email.
>>
>> The format is messed up. Please see the sample below.
>>
>> | filename
It still looks fine to me, maybe you are not using a fixed-width font
in your email?
- Carsten
On Aug 29, 2009, at 5:00 PM, filebat Mark wrote:
The table is not aligned. It suffers~~
2009/8/29 Carsten Dominik
On Aug 29, 2009, at 3:40 PM, filebat Mark wrote:
Hi all
Do you have any sugges
If you need the same experience for each recipient, you
need to either mark the ext as fixed width, or use HTML in the email.
- Carsten
On Aug 29, 2009, at 5:08 PM, filebat Mark wrote:
Hi Carsten
This is what I see in the email(see the attachment).
I just want to make sure every recipient don
Carsten Dominik writes:
> On Aug 29, 2009, at 3:40 PM, filebat Mark wrote:
>
>> Hi all
>>
>> Do you have any suggestion for copying tables from org-mode to email.
>>
>> The format is messed up. Please see the sample below.
>
> Actually, looks just fine to me!
>
> - Carsten
Looks fine to me too
Hi Bernt
I used the default font in gmail, then it looks messy.
If I use the certain font, like "courier New", then it aligns very well.
No idea why it looks fine in your side and bad in my side.
Anyway, it works for me, if I stick to fixed font as Carsten has said.
2009/8/30 Bernt Hansen
> C
filebat Mark writes:
> I used the default font in gmail, then it looks messy.
> If I use the certain font, like "courier New", then it aligns very well.
>
> No idea why it looks fine in your side and bad in my side.
> Anyway, it works for me, if I stick to fixed font as Carsten has said.
I use g
Michael Gilbert writes:
> Still working on developing my use of effort estimates. Is there a way
> to conveniently enter an effort estimate without entering column mode?
Hi Michael,
I find column mode the easiest personally. My setup is described at
http://doc.norang.ca/org-mode.html#TaskEstim
On Aug 28, 2009, at 10:40 PM, David Bremner wrote:
Maybe this is difficult for reasons I don't know about, but it would
be very nice to insert and delete rows in column view. I agree that
deleting a row could kill a lot of text, but no differently than a
folded view. For inserting, maybe belo
Carsten Dominik wrote:
>What is so bad about exiting column view, doing the structure
>changes and then going back in? The problem is that structure changes
>potentially affect summary columns, so it is not a good idea to do this
>in column view.
I can certainly live with it. I made the request
On Aug 29, 2009, at 8:00 PM, David Bremner wrote:
Carsten Dominik wrote:
What is so bad about exiting column view, doing the structure
changes and then going back in? The problem is that structure
changes
potentially affect summary columns, so it is not a good idea to do
this
in column
What do you suggest as an alternative key combination for hide-other?
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Sean Sieger writes:
> What do you suggest as an alternative key combination for hide-other?
I make custom key bindings on function keys that are not already mapped
to something - that way they are unlikely to conflict with future key
bindings.
I like to use f9-something for commands and f9-h ma
Bernt Hansen writes:
I like to use f9-something for commands and f9-h makes sense to me in
this case.
(global-set-key (kbd " h") 'hide-other)
... and thank you for the example.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Scot Becker writes:
How do I remove unwanted modes? Is it just a case of removing the .el files?
> I'm not the most qualified person to answer this, since I'm only an
> observer to emacs development, but I have some experience trying to
> compile a reduced-size version of Emacs 23, so I'll add m
This may be a stretch, in fact I am quite sure it is. I am surprized that I
have never seen a reference to EDB (Emacs Data Base) on the list, or
elsewhere, with reference to org-mode. I had an elaborate scheme at one
time to keep my addresses in EDB, and output templates to set up a latex
letter,
"Alan E. Davis" writes:
> This may be a stretch, in fact I am quite sure it is. I am surprized
> that I have never seen a reference to EDB (Emacs Data Base) on the
> list, or elsewhere, with reference to org-mode. I had an elaborate
> scheme at one time to keep my addresses in EDB, and output t
I wonder if org could completely replace bbdb.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
25 matches
Mail list logo