* tabulated-list
@ 2013-02-25 14:22 François Pinard
2013-02-25 14:41 ` tabulated-list Nicolas Goaziou
2013-02-26 9:57 ` tabulated-list Yann Hodique
0 siblings, 2 replies; 8+ messages in thread
From: François Pinard @ 2013-02-25 14:22 UTC (permalink / raw)
To: emacs-orgmode
Hi, Org people.
This morning, I could not load Org because ox.el calls function
tabulated-list, which does not seem to exist on this version of Emacs.
So I fetched the one at https://github.com/sigma/tabulated-list.el to
get going, but others will likely have the same problem.
François
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-25 14:22 tabulated-list François Pinard
@ 2013-02-25 14:41 ` Nicolas Goaziou
2013-02-25 16:41 ` tabulated-list François Pinard
2013-02-26 8:34 ` tabulated-list Achim Gratz
2013-02-26 9:57 ` tabulated-list Yann Hodique
1 sibling, 2 replies; 8+ messages in thread
From: Nicolas Goaziou @ 2013-02-25 14:41 UTC (permalink / raw)
To: François Pinard; +Cc: Bastien Guerry, emacs-orgmode
Hello,
François Pinard <pinard@iro.umontreal.ca> writes:
> This morning, I could not load Org because ox.el calls function
> tabulated-list, which does not seem to exist on this version of Emacs.
> So I fetched the one at https://github.com/sigma/tabulated-list.el to
> get going, but others will likely have the same problem.
Indeed, I introduced this change because I was reinventing the wheel in
`org-export-stack'. I hadn't realized it was emacs24 only.
Bastien, is there another solution besides reverting the commit?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-25 14:41 ` tabulated-list Nicolas Goaziou
@ 2013-02-25 16:41 ` François Pinard
2013-02-26 8:34 ` tabulated-list Achim Gratz
1 sibling, 0 replies; 8+ messages in thread
From: François Pinard @ 2013-02-25 16:41 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <n.goaziou@gmail.com> writes:
> this change because I was reinventing the wheel in
> `org-export-stack'. I hadn't realized [tabulated-list.el] was emacs24
> only. Bastien, is there another solution besides reverting the
> commit?
Could tabulated-list.el be conveyed within Org as org-tabulated-list.el
and loaded only if tabulated-list is not already available?
François
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-25 14:41 ` tabulated-list Nicolas Goaziou
2013-02-25 16:41 ` tabulated-list François Pinard
@ 2013-02-26 8:34 ` Achim Gratz
2013-02-26 8:48 ` tabulated-list Nicolas Goaziou
1 sibling, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2013-02-26 8:34 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <n.goaziou <at> gmail.com> writes:
> Bastien, is there another solution besides reverting the commit?
Not Bastien, but until a more permanent solution is found (if any) you could do
the same thing as with htmlize.el and commit it into contrib/lisp and instruct
folks to add this to ORG_ADD_CONTRIB if needed. Installing from ELPA would be
preferred, however, just like for htmlize.
Regards,
Achim.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-26 8:34 ` tabulated-list Achim Gratz
@ 2013-02-26 8:48 ` Nicolas Goaziou
2013-02-26 9:10 ` tabulated-list Jude DaShiell
2013-02-26 10:13 ` tabulated-list Bastien
0 siblings, 2 replies; 8+ messages in thread
From: Nicolas Goaziou @ 2013-02-26 8:48 UTC (permalink / raw)
To: Achim Gratz; +Cc: emacs-orgmode
Hello,
Achim Gratz <Stromeko@NexGo.DE> writes:
> Not Bastien,
No problem, that will do, too ;)
> but until a more permanent solution is found (if any) you could do
> the same thing as with htmlize.el and commit it into contrib/lisp and instruct
> folks to add this to ORG_ADD_CONTRIB if needed. Installing from ELPA would be
> preferred, however, just like for htmlize.
Well I'd rather revert it then. Too many headaches foreseen. The commit
was mostly cosmetic anyway.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-26 8:48 ` tabulated-list Nicolas Goaziou
@ 2013-02-26 9:10 ` Jude DaShiell
2013-02-26 10:13 ` tabulated-list Bastien
1 sibling, 0 replies; 8+ messages in thread
From: Jude DaShiell @ 2013-02-26 9:10 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Achim Gratz, emacs-orgmode
On Tue, 26 Feb 2013, Nicolas Goaziou wrote:
> Hello,
>
> Achim Gratz <Stromeko@NexGo.DE> writes:
>
> > Not Bastien,
>
> No problem, that will do, too ;)
>
> > but until a more permanent solution is found (if any) you could do
> > the same thing as with htmlize.el and commit it into contrib/lisp and instruct
> > folks to add this to ORG_ADD_CONTRIB if needed. Installing from ELPA would be
> > preferred, however, just like for htmlize.
>
> Well I'd rather revert it then. Too many headaches foreseen. The commit
> was mostly cosmetic anyway.
>
>
> Regards,
>
Since the emacs scratch buffer is read-only in emacs 23.4 on debian, I
couldn't get elpa to install from its original web site. This was by
downloading a piece of elisp code then using control-j just after the
code's last character. Is there something else I should try to get elpa
to install?
>
---------------------------------------------------------------------------
jude <jdashiel@shellworld.net> Remember Microsoft didn't write Tiger 10.4
or any of its successors.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-25 14:22 tabulated-list François Pinard
2013-02-25 14:41 ` tabulated-list Nicolas Goaziou
@ 2013-02-26 9:57 ` Yann Hodique
1 sibling, 0 replies; 8+ messages in thread
From: Yann Hodique @ 2013-02-26 9:57 UTC (permalink / raw)
To: François Pinard; +Cc: emacs-orgmode
>>>>> "François" == François Pinard <pinard@iro.umontreal.ca> writes:
> Hi, Org people.
> This morning, I could not load Org because ox.el calls function
> tabulated-list, which does not seem to exist on this version of Emacs.
> So I fetched the one at https://github.com/sigma/tabulated-list.el to
> get going, but others will likely have the same problem.
Hi,
note that I uploaded this tabulated-list.el version as version 0 (since
unfortunately the builtin package doesn't have a version number...) in
marmalade. So that if org is made to depend on the tabulated-list
package *and* you have marmalade activated, M-x package-install should
handle the rest.
I guess a proper solution would have to have those packages in the
official ELPA as well, so that they can be made backward-compatible. But
all in all, packages for older Emacs versions are a mess.
Yann.
--
It's easier to be terrified by an enemy you admire.
-- THUFIR HAWAT, Mentat and Security Commander to House Atreides
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: tabulated-list
2013-02-26 8:48 ` tabulated-list Nicolas Goaziou
2013-02-26 9:10 ` tabulated-list Jude DaShiell
@ 2013-02-26 10:13 ` Bastien
1 sibling, 0 replies; 8+ messages in thread
From: Bastien @ 2013-02-26 10:13 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Achim Gratz, emacs-orgmode
Hi Nicolas,
Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Well I'd rather revert it then. Too many headaches foreseen. The commit
> was mostly cosmetic anyway.
FWIW, yes, I cannot think of another good solution than reverting the
commit. If it was just cosmetic, that's even better.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-02-26 10:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 14:22 tabulated-list François Pinard
2013-02-25 14:41 ` tabulated-list Nicolas Goaziou
2013-02-25 16:41 ` tabulated-list François Pinard
2013-02-26 8:34 ` tabulated-list Achim Gratz
2013-02-26 8:48 ` tabulated-list Nicolas Goaziou
2013-02-26 9:10 ` tabulated-list Jude DaShiell
2013-02-26 10:13 ` tabulated-list Bastien
2013-02-26 9:57 ` tabulated-list Yann Hodique
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.