emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export in Foswiki format?
@ 2017-04-20 11:12 Loris Bennett
  2017-04-20 11:47 ` Loris Bennett
  0 siblings, 1 reply; 5+ messages in thread
From: Loris Bennett @ 2017-04-20 11:12 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I'm interested in exporting from Org to Foswiki format.  Is
org-export-generic.el still the way to go or has this been superseded by
something else?

Cheers,

Loris

-- 
This signature is currently under construction.

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

* Re: Export in Foswiki format?
  2017-04-20 11:12 Export in Foswiki format? Loris Bennett
@ 2017-04-20 11:47 ` Loris Bennett
  2017-04-21 11:42   ` Loris Bennett
  0 siblings, 1 reply; 5+ messages in thread
From: Loris Bennett @ 2017-04-20 11:47 UTC (permalink / raw)
  To: emacs-orgmode

"Loris Bennett" <loris.bennett@fu-berlin.de> writes:

> Hi,
>
> I'm interested in exporting from Org to Foswiki format.  Is
> org-export-generic.el still the way to go or has this been superseded by
> something else?

Nevermind, I found this:

  https://github.com/dfeich/org8-wikiexporters

also available via MELPA.

Cheers,

Loris

-- 
This signature is currently under construction.

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

* Re: Export in Foswiki format?
  2017-04-20 11:47 ` Loris Bennett
@ 2017-04-21 11:42   ` Loris Bennett
  2017-04-21 15:21     ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Loris Bennett @ 2017-04-21 11:42 UTC (permalink / raw)
  To: emacs-orgmode

"Loris Bennett" <loris.bennett@fu-berlin.de> writes:

> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> Hi,
>>
>> I'm interested in exporting from Org to Foswiki format.  Is
>> org-export-generic.el still the way to go or has this been superseded by
>> something else?
>
> Nevermind, I found this:
>
>   https://github.com/dfeich/org8-wikiexporters
>
> also available via MELPA.

The following

  M-x org-twiki-export-as-twiki

worked on a file yesterday.  Today, with the same file, I get 

  org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export

Any ideas of what I might have accidentally tweaked to make things
break?

Cheers,

Loris

-- 
This signature is currently under construction.

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

* Re: Export in Foswiki format?
  2017-04-21 11:42   ` Loris Bennett
@ 2017-04-21 15:21     ` Nick Dokos
  2017-04-24  8:21       ` Loris Bennett
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2017-04-21 15:21 UTC (permalink / raw)
  To: emacs-orgmode

"Loris Bennett" <loris.bennett@fu-berlin.de> writes:

> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>>
>>> Hi,
>>>
>>> I'm interested in exporting from Org to Foswiki format.  Is
>>> org-export-generic.el still the way to go or has this been superseded by
>>> something else?
>>
>> Nevermind, I found this:
>>
>>   https://github.com/dfeich/org8-wikiexporters
>>
>> also available via MELPA.
>
> The following
>
>   M-x org-twiki-export-as-twiki
>
> worked on a file yesterday.  Today, with the same file, I get 
>
>   org-export-barf-if-invalid-backend: Unknown "nil" back-end: Aborting export
>
> Any ideas of what I might have accidentally tweaked to make things
> break?
>

Restarted your emacs and forgot to load ox-twiki.el?

-- 
Nick

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

* Re: Export in Foswiki format?
  2017-04-21 15:21     ` Nick Dokos
@ 2017-04-24  8:21       ` Loris Bennett
  0 siblings, 0 replies; 5+ messages in thread
From: Loris Bennett @ 2017-04-24  8:21 UTC (permalink / raw)
  To: emacs-orgmode

Nick Dokos <ndokos@gmail.com> writes:

> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>>
>>> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>>>
>>>> Hi,
>>>>
>>>> I'm interested in exporting from Org to Foswiki format.  Is
>>>> org-export-generic.el still the way to go or has this been
>>>> superseded by something else?
>>>
>>> Nevermind, I found this:
>>>
>>>   https://github.com/dfeich/org8-wikiexporters
>>>
>>> also available via MELPA.
>>
>> The following
>>
>>   M-x org-twiki-export-as-twiki
>>
>> worked on a file yesterday.  Today, with the same file, I get
>>
>>   org-export-barf-if-invalid-backend: Unknown "nil" back-end:
>>   Aborting export
>>
>> Any ideas of what I might have accidentally tweaked to make things
>> break?
>>
>
> Restarted your emacs and forgot to load ox-twiki.el?

No and yes.

'No' in the sense that I use (and have used for at least a couple of
years) Fabrice Niessen's 'try-require' function
(http://www.mygooglest.com/fni/dot-emacs.html) for loading things in my
.emacs.  If the thing to be loaded is missing the error is caught and
logged to *Messages*.  Loading in this way fails in a subtle way, since
the funtion 'org-twiki-export-as-twiki' is known, but broken.

'Yes' in the sense that if I just open the file 'ox-twiki.el' and
evaluate the buffer, exporting works fine.

I'll open a new thread on the topic of how to require packages which may
be missing. 

Cheers,

Loris

--
This signature is currently under construction.

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

end of thread, other threads:[~2017-04-24  8:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20 11:12 Export in Foswiki format? Loris Bennett
2017-04-20 11:47 ` Loris Bennett
2017-04-21 11:42   ` Loris Bennett
2017-04-21 15:21     ` Nick Dokos
2017-04-24  8:21       ` Loris Bennett

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