* Hyperlink to fileset
@ 2012-08-24 13:30 Loris Bennett
2012-08-24 15:06 ` Bastien
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Loris Bennett @ 2012-08-24 13:30 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Obviously I could simply learn elisp and do this myself, as described in
the manual, but has anyone already implemented a link type to an emacs
fileset?
Cheers,
Loris
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 13:30 Hyperlink to fileset Loris Bennett
@ 2012-08-24 15:06 ` Bastien
2012-08-24 17:41 ` Nick Dokos
2012-08-24 19:50 ` Achim Gratz
2 siblings, 0 replies; 10+ messages in thread
From: Bastien @ 2012-08-24 15:06 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
Hi Loris,
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> Obviously I could simply learn elisp and do this myself, as described in
> the manual, but has anyone already implemented a link type to an emacs
> fileset?
I'm not aware of any attempt.
Also, I don't see how `org-open-at-point' behave on such links...
Do you have any idea?
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 13:30 Hyperlink to fileset Loris Bennett
2012-08-24 15:06 ` Bastien
@ 2012-08-24 17:41 ` Nick Dokos
2012-08-24 17:47 ` Nick Dokos
` (2 more replies)
2012-08-24 19:50 ` Achim Gratz
2 siblings, 3 replies; 10+ messages in thread
From: Nick Dokos @ 2012-08-24 17:41 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
Loris Bennett <loris.bennett@fu-berlin.de> wrote:
> Hi,
>
> Obviously I could simply learn elisp and do this myself, as described in
> the manual, but has anyone already implemented a link type to an emacs
> fileset?
>
What's an emacs fileset?
Nick
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 17:41 ` Nick Dokos
@ 2012-08-24 17:47 ` Nick Dokos
2012-08-24 17:48 ` Bastien
2012-08-24 18:06 ` Jambunathan K
2 siblings, 0 replies; 10+ messages in thread
From: Nick Dokos @ 2012-08-24 17:47 UTC (permalink / raw)
Cc: Loris Bennett, emacs-orgmode
Nick Dokos <nicholas.dokos@hp.com> wrote:
> Loris Bennett <loris.bennett@fu-berlin.de> wrote:
>
> > Hi,
> >
> > Obviously I could simply learn elisp and do this myself, as described in
> > the manual, but has anyone already implemented a link type to an emacs
> > fileset?
> >
>
> What's an emacs fileset?
>
[blush] Never mind - I checked the manual and found it...
Nick
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 17:41 ` Nick Dokos
2012-08-24 17:47 ` Nick Dokos
@ 2012-08-24 17:48 ` Bastien
2012-08-24 18:06 ` Jambunathan K
2 siblings, 0 replies; 10+ messages in thread
From: Bastien @ 2012-08-24 17:48 UTC (permalink / raw)
To: nicholas.dokos; +Cc: Loris Bennett, emacs-orgmode
Nick Dokos <nicholas.dokos@hp.com> writes:
> What's an emacs fileset?
Check this out:
http://www.gnu.org/software/emacs/manual/html_node/emacs/Filesets.html
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 17:41 ` Nick Dokos
2012-08-24 17:47 ` Nick Dokos
2012-08-24 17:48 ` Bastien
@ 2012-08-24 18:06 ` Jambunathan K
2012-08-24 18:12 ` Nick Dokos
2 siblings, 1 reply; 10+ messages in thread
From: Jambunathan K @ 2012-08-24 18:06 UTC (permalink / raw)
To: nicholas.dokos; +Cc: Loris Bennett, emacs-orgmode
Nick Dokos <nicholas.dokos@hp.com> writes:
> Loris Bennett <loris.bennett@fu-berlin.de> wrote:
>
>> Hi,
>>
>> Obviously I could simply learn elisp and do this myself, as described in
>> the manual, but has anyone already implemented a link type to an emacs
>> fileset?
>>
>
> What's an emacs fileset?
(info "(emacs) Filesets")
>
> Nick
>
>
>
--
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 18:06 ` Jambunathan K
@ 2012-08-24 18:12 ` Nick Dokos
0 siblings, 0 replies; 10+ messages in thread
From: Nick Dokos @ 2012-08-24 18:12 UTC (permalink / raw)
To: Jambunathan K; +Cc: Loris Bennett, emacs-orgmode
Jambunathan K <kjambunathan@gmail.com> wrote:
> Nick Dokos <nicholas.dokos@hp.com> writes:
>
> > Loris Bennett <loris.bennett@fu-berlin.de> wrote:
> >
> >> Hi,
> >>
> >> Obviously I could simply learn elisp and do this myself, as described in
> >> the manual, but has anyone already implemented a link type to an emacs
> >> fileset?
> >>
> >
> > What's an emacs fileset?
>
> (info "(emacs) Filesets")
>
Thanks - and thanks to Bastien as well. I *should* have checked the
manual first.
Nick
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 13:30 Hyperlink to fileset Loris Bennett
2012-08-24 15:06 ` Bastien
2012-08-24 17:41 ` Nick Dokos
@ 2012-08-24 19:50 ` Achim Gratz
2012-08-27 8:02 ` Loris Bennett
2 siblings, 1 reply; 10+ messages in thread
From: Achim Gratz @ 2012-08-24 19:50 UTC (permalink / raw)
To: emacs-orgmode
Loris Bennett writes:
> Obviously I could simply learn elisp and do this myself, as described in
> the manual, but has anyone already implemented a link type to an emacs
> fileset?
[[elisp:(filesets-open nil "bla")][Fileset: bla]]
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-24 19:50 ` Achim Gratz
@ 2012-08-27 8:02 ` Loris Bennett
2012-08-27 16:19 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: Loris Bennett @ 2012-08-27 8:02 UTC (permalink / raw)
To: emacs-orgmode
Achim Gratz <Stromeko@nexgo.de> writes:
> Loris Bennett writes:
>> Obviously I could simply learn elisp and do this myself, as described in
>> the manual, but has anyone already implemented a link type to an emacs
>> fileset?
>
> [[elisp:(filesets-open nil "bla")][Fileset: bla]]
>
>
> Regards,
> Achim.
Thanks. Maybe this could be added to the list of links in the manual:
http://orgmode.org/manual/External-links.html
BTW: Can I suppress the 'yes/no' dialogue for elisp execution just for
such links?
Loris
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hyperlink to fileset
2012-08-27 8:02 ` Loris Bennett
@ 2012-08-27 16:19 ` Bastien
0 siblings, 0 replies; 10+ messages in thread
From: Bastien @ 2012-08-27 16:19 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
Hi Loris,
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> Achim Gratz <Stromeko@nexgo.de> writes:
>
>> Loris Bennett writes:
>>> Obviously I could simply learn elisp and do this myself, as described in
>>> the manual, but has anyone already implemented a link type to an emacs
>>> fileset?
>>
>> [[elisp:(filesets-open nil "bla")][Fileset: bla]]
>>
>>
>> Regards,
>> Achim.
>
> Thanks. Maybe this could be added to the list of links in the manual:
>
> http://orgmode.org/manual/External-links.html
Well, this is just one example on how to use elisp: links, so
adding such hacks in Worg is fine IMO.
> BTW: Can I suppress the 'yes/no' dialogue for elisp execution just for
> such links?
(setq org-confirm-elisp-link-function nil)
See also `org-confirm-elisp-link-not-regexp'.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-08-27 16:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 13:30 Hyperlink to fileset Loris Bennett
2012-08-24 15:06 ` Bastien
2012-08-24 17:41 ` Nick Dokos
2012-08-24 17:47 ` Nick Dokos
2012-08-24 17:48 ` Bastien
2012-08-24 18:06 ` Jambunathan K
2012-08-24 18:12 ` Nick Dokos
2012-08-24 19:50 ` Achim Gratz
2012-08-27 8:02 ` Loris Bennett
2012-08-27 16:19 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).