From: tsd@tsdye.com (Thomas S. Dye)
To: Andreas Leha <andreas.leha@med.uni-goettingen.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Buffer local alias?
Date: Tue, 14 Jan 2014 14:05:38 -1000 [thread overview]
Message-ID: <m1lhyigld9.fsf@poto.westell.com> (raw)
In-Reply-To: <87wqi2xmhh.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Tue, 14 Jan 2014 22:49:30 +0100")
Aloha Andreas,
Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
> I am not as organized as Tom is. So the chances to use my up-to-date
> orgmode and successfully export any of my org documents from a year ago
> (they are almost all 'Literate Programming' documents and, thus, maybe
> more fragile?) are slim. I do not have numbers, but it seems like I'll
> need to adapt such documents all the time.
>
> I know that this problem is a problem of balancing backward
> compatibility with new features, better design, etc and cannot be
> solved. And I see the win in (most of) the breaking changes.
>
> But let me just express my vote for even more awareness of people like
> me, who do not read all release notes, forget most of the messages from
> the mailing list and as a result need 2 hours to export some document
> from last year again today.
>
> A change like this one (renaming sbe to org-sbe) is a small change and
> will only be an annoyance in one years time. The drop of the implicit
> naming of call lines, for example, was (and still will be for some of my
> files) a bigger issue.
I fully agree that it is challenging to prepare an Org mode file that
can be "moth-balled" for a while, then resuscitated to full
functionality without a lot of work.
Perhaps one way to deal with this is to have the Org mode literate
programming (reproducible research) file choose which version of
Org-mode to use. Something like the following?
#+name: org-mode-version
#+begin_src sh
cd path/to/org-mode-git-repo
git checkout rev
#+end_src
# Local Variables:
# eval: (and (fboundp 'org-sbe) (not (fboundp 'sbe)) (fset 'sbe 'org-sbe))
# eval: (sbe "org-mode-version")
# eval: (org-reload t)
# End:
I haven't the faintest idea if this is a "good idea" or a snake pit of
potential problems. Is the idea worth experimenting with?
Pleased to appear well-organized,
Tom
--
Thomas S. Dye
http://www.tsdye.com
next prev parent reply other threads:[~2014-01-15 0:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 19:00 Buffer local alias? Thomas S. Dye
2014-01-14 19:39 ` Nick Dokos
2014-01-14 19:44 ` Bastien
2014-01-14 20:12 ` Thomas S. Dye
2014-01-14 21:49 ` Andreas Leha
2014-01-15 0:05 ` Thomas S. Dye [this message]
2014-01-15 8:41 ` Andreas Leha
2014-01-15 8:51 ` Eric S Fraga
2014-01-15 9:33 ` Sebastien Vauban
2014-01-15 9:50 ` Andreas Leha
2014-01-15 19:59 ` Achim Gratz
2014-01-15 20:40 ` Andreas Leha
2014-01-16 16:44 ` Achim Gratz
2014-01-16 16:54 ` Rick Frankel
2014-01-16 17:51 ` Thomas S. Dye
2014-01-15 9:30 ` Sebastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1lhyigld9.fsf@poto.westell.com \
--to=tsd@tsdye.com \
--cc=andreas.leha@med.uni-goettingen.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.