emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* citar--library-file-action
@ 2022-10-25 20:22 Henrik Frisk
  2022-10-25 20:42 ` citar--library-file-action Bruce D'Arcus
  2022-10-25 20:46 ` citar--library-file-action Matt Price
  0 siblings, 2 replies; 5+ messages in thread
From: Henrik Frisk @ 2022-10-25 20:22 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

Hi,

After updating a bunch of packages I'm getting this error message when I
try to open an associated file via a reference:

[cite:@key]

Before it was working fine via emark either by clicking on the reference or
by running embark-act on it. Now I get this instead:

citar--library-file-action: Symbol’s function definition is void: open

Any suggestions?

/Henrik

[-- Attachment #2: Type: text/html, Size: 564 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: citar--library-file-action
  2022-10-25 20:22 citar--library-file-action Henrik Frisk
@ 2022-10-25 20:42 ` Bruce D'Arcus
  2022-10-29 23:02   ` citar--library-file-action Henrik Frisk
  2022-10-25 20:46 ` citar--library-file-action Matt Price
  1 sibling, 1 reply; 5+ messages in thread
From: Bruce D'Arcus @ 2022-10-25 20:42 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

For citar support/bugs, you should report on the github issue tracker.

But my guess: you need to install citar-embark, as a while ago, we
moved the embark-related functionality into a separate package. If
it's been a few months since you've updated, that would likely explain
it.

On Tue, Oct 25, 2022 at 4:23 PM Henrik Frisk <frisk.h@gmail.com> wrote:
>
> Hi,
>
> After updating a bunch of packages I'm getting this error message when I try to open an associated file via a reference:
>
> [cite:@key]
>
> Before it was working fine via emark either by clicking on the reference or by running embark-act on it. Now I get this instead:
>
> citar--library-file-action: Symbol’s function definition is void: open
>
> Any suggestions?
>
> /Henrik
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: citar--library-file-action
  2022-10-25 20:22 citar--library-file-action Henrik Frisk
  2022-10-25 20:42 ` citar--library-file-action Bruce D'Arcus
@ 2022-10-25 20:46 ` Matt Price
  2022-10-25 20:47   ` citar--library-file-action Matt Price
  1 sibling, 1 reply; 5+ messages in thread
From: Matt Price @ 2022-10-25 20:46 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

I’d look at the current function definition to be sure (C-h f
citar—library-file-action), but open is the standard macOS command for
opening files. The Linux equivalent is xdg-open. My guess is that somehow
you’ve told citar or  org or emacs to use open for these links. Or it’s
possible that the citar devs accidentally hard coded open into the
function.

On Tue, Oct 25, 2022 at 4:27 PM Henrik Frisk <frisk.h@gmail.com> wrote:

> Hi,
>
> After updating a bunch of packages I'm getting this error message when I
> try to open an associated file via a reference:
>
> [cite:@key]
>
> Before it was working fine via emark either by clicking on the reference
> or by running embark-act on it. Now I get this instead:
>
> citar--library-file-action: Symbol’s function definition is void: open
>
> Any suggestions?
>
> /Henrik
>
>

[-- Attachment #2: Type: text/html, Size: 1296 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: citar--library-file-action
  2022-10-25 20:46 ` citar--library-file-action Matt Price
@ 2022-10-25 20:47   ` Matt Price
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Price @ 2022-10-25 20:47 UTC (permalink / raw)
  To: Henrik Frisk; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

Bruce will know better than me!!!

On Tue, Oct 25, 2022 at 4:46 PM Matt Price <moptop99@gmail.com> wrote:

> I’d look at the current function definition to be sure (C-h f
> citar—library-file-action), but open is the standard macOS command for
> opening files. The Linux equivalent is xdg-open. My guess is that somehow
> you’ve told citar or  org or emacs to use open for these links. Or it’s
> possible that the citar devs accidentally hard coded open into the
> function.
>
> On Tue, Oct 25, 2022 at 4:27 PM Henrik Frisk <frisk.h@gmail.com> wrote:
>
>> Hi,
>>
>> After updating a bunch of packages I'm getting this error message when I
>> try to open an associated file via a reference:
>>
>> [cite:@key]
>>
>> Before it was working fine via emark either by clicking on the reference
>> or by running embark-act on it. Now I get this instead:
>>
>> citar--library-file-action: Symbol’s function definition is void: open
>>
>> Any suggestions?
>>
>> /Henrik
>>
>>

[-- Attachment #2: Type: text/html, Size: 1690 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: citar--library-file-action
  2022-10-25 20:42 ` citar--library-file-action Bruce D'Arcus
@ 2022-10-29 23:02   ` Henrik Frisk
  0 siblings, 0 replies; 5+ messages in thread
From: Henrik Frisk @ 2022-10-29 23:02 UTC (permalink / raw)
  To: Bruce D'Arcus; +Cc: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

Den tis 25 okt. 2022 kl 22:42 skrev Bruce D'Arcus <bdarcus@gmail.com>:

> For citar support/bugs, you should report on the github issue tracker.
>
> But my guess: you need to install citar-embark, as a while ago, we
> moved the embark-related functionality into a separate package. If
> it's been a few months since you've updated, that would likely explain
> it.
>
If someone should come acress this thread I can confirm that Bruce's
suggestion works. Just install citar-embark and configure it according to
the instructions on the github page. Should I add this to the issue tracker
as well Bruce?

[-- Attachment #2: Type: text/html, Size: 950 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-29 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 20:22 citar--library-file-action Henrik Frisk
2022-10-25 20:42 ` citar--library-file-action Bruce D'Arcus
2022-10-29 23:02   ` citar--library-file-action Henrik Frisk
2022-10-25 20:46 ` citar--library-file-action Matt Price
2022-10-25 20:47   ` citar--library-file-action Matt Price

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).