Hi Bastien,
Thanks for your comments.
2013ko apirilak 3an, Bastien-ek idatzi zuen:
[...]
>> org-babel-get-src-block-info is a potentially expensive operation, which
>> is why its ‘light’ argument exists. But in any case, it is overkill to
>> query the whole info, if all that is needed is wheth
Hi Eric,
Thanks for your comments on this and all the patches.
2013ko apirilak 3an, Eric Schulte-ek idatzi zuen:
>
> Aaron Ecay writes:
>
>> * lisp/ob-core.el (org-babel-load-in-session),
>> (org-babel-initiate-session),
>> (org-babel-switch-to-session)
>> (org-babel-switch-to-session-with-cod
Hi Eric,
2013ko apirilak 3an, Eric Schulte-ek idatzi zuen:
>
> Aaron Ecay writes:
>
>> * lisp/ob-core.el (org-babel-do-key-sequence-in-edit-buffer),
>> (org-babel-expand-noweb-references),
>> * lisp/ob-tangle.el (org-babel-tangle):
>> Use 'light argument to `org-babel-get-src-block-info'.
>
>
upgrading to trunk gives me the same behaviour as John reported,
which, while not perfect, is better for tensors.
On Wed, Apr 17, 2013 at 10:54 PM, Daniel Mahler wrote:
> In my .emacs I have
>
> (custom-set-variables
> ;;...
> '(org-pretty-entities t)
> '(org-use-sub-superscripts (quote {}))
* lisp/ob-core.el (org-babel-when-in-src-block): New macro.
(org-babel-execute-src-block-maybe)
(org-babel-expand-src-block-maybe)
(org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
Use it.
org-babel-get-src-block-info is a potentially expensive operation, which
is why its
Hi Karl,
Karl Voit writes:
> Sorry for the late reply. This is because I do have troubles to come
> up with a minimal example. Starting Emacs with debug-init does not
> show this issue. I guess I have to strip down my config until this
> behavior changes (or add el-configs step by step). I'll re
Hello,
I’ve discovered a bug in org-babel-execute-src-block. Calls to setf can
leak outside of the function and affect the library of babel. The
attached org file illustrates the problem. The attached patch fixes it.
* Bug
Step 1: place the foo code block below into a different file and inges
Hi Eric,
2013ko apirilak 2an, Eric Schulte-ek idatzi zuen:
>
> I'm happy to apply this patch, however please also supply a patch which
> updates the corresponding documentation.
By “documentation” you mean the texinfo manual, right? Here is a new
version of this patch which also updates the man
Hi Nicolas,
2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen:
>
> I don't think there is a complete solution to this problem.
>
> Though `org-export-before-processing-hook' allows to work on an exact
> copy of the buffer being exported before any file is included and any
> Babel block execute
Hi Aaron,
I applied this patch, thanks a lot. Please see the small changes
I made to the ChangeLog entry for next commit messages:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e
Sorry, I know this sounds nitpicking and perhaps pedantic, but the
more careful we are about this upstr
Hi Aaron,
Aaron Ecay writes:
> From 84531966dc5ca50fb56c61726694e988da3053eb Mon Sep 17 00:00:00 2001
> From: Aaron Ecay
> Date: Thu, 18 Apr 2013 04:02:47 -0400
> Subject: [PATCH 4/4] Fix bug in org-babel-execute-src-block
Applied, thanks.
--
Bastien
* Bastien wrote:
> Hi Karl,
>
> Karl Voit writes:
>
>> Sorry for the late reply. This is because I do have troubles to come
>> up with a minimal example. Starting Emacs with debug-init does not
>> show this issue. I guess I have to strip down my config until this
>> behavior changes (or add el-co
Hello,
Bastien wrote:
> I applied this patch, thanks a lot. Please see the small changes
> I made to the ChangeLog entry for next commit messages:
>
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e
How is that suppose to cooperate with ":eval never-export" (which avoids all
the eva
Hi Sebastien,
2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen:
>
> Hello,
>
> Bastien wrote:
>> I applied this patch, thanks a lot. Please see the small changes
>> I made to the ChangeLog entry for next commit messages:
>>
>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e
>
Hi Aaron,
Aaron Ecay wrote:
> 2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen:
>> Bastien wrote:
>>> I applied this patch, thanks a lot. Please see the small changes
>>> I made to the ChangeLog entry for next commit messages:
>>>
>>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=2586
Hi Suvayu,
Suvayu Ali writes:
> Capture gets confused and cannot find the real date-tree if there are
> nearby trees with headlines like this:
>
> ** 2013 June - Event 2
> ** 2013 March - Event 1
Fixed, thanks.
Note that you can still use tags in a datetree.
So
** 2013
and
** 2013 :n
Jay Kerns writes:
> I remember reading a discussion some time ago about Org, and the
> Borg, and unicorns with mechanical faceplates, "Resistance is
> futile," etc. Here is one interpretation of a uniborg:
>
> http://orgmode.org/worg/org-artwork.html
:)
Also, I uploaded the SVG version of the n
Luca Ferrari writes:
> Apparently I found the sequence that lead to the problem: I opened a
> #+begin_src on a line and then pressed TAB on such line. This folded
> the following text until a new #+end_src is found, masking whole
> sections. The problem is that this is no more able to be expanded
Hi Daniel,
You can now use M- and M- to move agenda lines around.
This is for quick use only. It is not persistent and the agenda
will be reordered on next refresh.
--
Bastien
Aaron Ecay writes:
> * lisp/ob-core.el (org-babel-when-in-src-block): New macro.
> (org-babel-execute-src-block-maybe)
> (org-babel-expand-src-block-maybe)
> (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
> Use it.
Applied, thanks.
--
Bastien
On Thu, Apr 18, 2013 at 12:21:42PM +0200, Bastien wrote:
> Suvayu Ali writes:
>
> > Capture gets confused and cannot find the real date-tree if there are
> > nearby trees with headlines like this:
> >
> > ** 2013 June - Event 2
> > ** 2013 March - Event 1
>
> Fixed, thanks.
I can confirm th
Suvayu Ali writes:
> I can't think when I would use it, but I'll keep that in mind.
Yep, I added a footnote for this in the manual.
--
Bastien
Hi Marcel,
Marcel van der Boom writes:
> I'm using habit-style items a lot in my 'org' routine. A typical entry
> would look like this:
>
> #+BEGIN_SRC org
> *** TODO Do something daily
>
> SCHEDULED: <2013-02-20 wo .+1d>
> :LOGBOOK:
> - Stat
Hi Aaron,
Aaron Ecay writes:
> I hope this is not bothersome
... it is not, heads up are always welcome.
> but have you had a chance to look at these patches?
No -- and we are close to the release now, so let's not introduce
new syntax for this. We still need to discuss this after Org 8.0,
a
On Thu, Apr 18, 2013 at 6:22 AM, Bastien wrote:
[snip]
> Also, I uploaded the SVG version of the new logo, it's under CC by-sa
> if people want to use/modify it:
>
> http://orgmode.org/img/org-mode-unicorn-logo.svg
Thanks - looks great. I still get the same "404 Not Found" on
uniborg.svg, but
Hi all,
I just noticed that ox-* files are not removed by 'make clean-install'
for me.
Is this intended/my setup/a bug?
- Andreas
Hi Andreas,
Andreas Leha writes:
> I just noticed that ox-* files are not removed by 'make clean-install'
> for me.
> Is this intended/my setup/a bug?
No, just something we overlooked. Fixed now, thanks for reporting it!
--
Bastien
>
> You can now use M- and M- to move agenda lines around.
> This is for quick use only. It is not persistent and the agenda
> will be reordered on next refresh.
>
That's nice, thanks.
Hi Oliver,
Oliver Večerník writes:
> Hi Ippei,
>
>> | Product |g | kJ/100g | kJ | kcal |
>> |---+--+-+--+--|
>> | Bread | 50.6 |1372 | 694 | 166 |
>> | Butter| 11.5 |3054 | 351 | 84 |
>> | Marmalade | 19.7 | 926 | 182 | 44 |
>> |---
Hello,
I tried using helm (the successor to anything) for everything, and it
was a bit too much. However, I really appreciated how it integrated with
org refiling.
I've been trying to figure out how to enable helm only for refiling, by
binding "C-c C-w" in the org-mode-map to something, but I'm g
Aaron Ecay writes:
> 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen:
>>
>> I don't think there is a complete solution to this problem.
>>
>> Though `org-export-before-processing-hook' allows to work on an exact
>> copy of the buffer being exported before any file is included and any
>> Bab
Dear all,
I'm releasing Org 8.0.
See the release notes below or at http://orgmode.org/Changes.html
This release is potentially the most disruptive release since long,
so please don't use it in production before you can carefully review
the release notes and update your configuration -- especiall
Android emacs has known problems segfaulting dependant on font size. Try
starting with the smallest font & work your way up.
See:
https://github.com/zielmicha/emacs-android/issues/2
for further information & workarounds
On Tue, Apr 16, 2013 at 6:21 AM, Karl Voit wrote:
> * Tom wrote:
> >
> >
Dear all,
I'm stepping down as the Org maintainer.
Carsten accepted to step up, if the community agrees.
Please raise your thumbs up or your concerns, if any.
I'm glad I had this opportunity to work as "Robin" and
I'm even more glad "Batman" may strike back!
:)
--
Bastien
Thomas,
>> Tom, do tell us more about what these habits are.
>
> The new exporter is really your friend. Where before I might choose to
> generate a LaTeX block, now I look to generate Org output and then count
> on the exporter to do the right thing on the way to pdf.
>
> The exporter's attri
Bastien
Could you please correct the headers to ox-html.el and ox-odt.el. I
have not assigned the rights to my changes to FSF. These files - due to
Emacs project policy - cannot be part of Emacs.
Jambunathan K.
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
To the new maintainer,
My changes to ox-html.el and ox-odt.el are not assigned to FSF. So
please correct the headers of these file to reflect the reality.
Also be respectful of my
Bastien writes:
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees. Please raise
> your thumbs up or your concerns, if any.
>
> I'm glad I had this opportunity to work as "Robin" and I'm even more
> glad "Batman" may strike back!
A huge thumbs up
> I'm releasing Org 8.0.
Donors, please pause before you make any donations.
Before apportioning all of your donations to a single individual, just
pause for a moment.
Is Orgmode work of a single individual or a community effort.
1. Split your donation in proportion to the contribution of
Hi Jambunathan,
Jambunathan K writes:
> Could you please correct the headers to ox-html.el and ox-odt.el.
I corrected the header for ox-html.el: the header said you were the
only author while it's clear half of the code was simply copied from
Carsten. I added Carsten as the author.
> I have n
Bastien writes:
> I'm releasing Org 8.0.
Fantastic work. Warm congratulations to all those involved!
François
Hi Rasmus,
2013ko apirilak 18an, Rasmus-ek idatzi zuen:
> I too rely heavily on filters and customizations. I haven't been able
> to fully appreciate the asynchronous exporter yet.
>
> For instance I set some defaults for tables, pictures, add lots of
> entities etc. in my init file, and I went
On Thu, Apr 18, 2013 at 11:41 AM, Bastien wrote:
> Dear all,
>
> I'm releasing Org 8.0.
Simply fantastic. Many thanks and great work on such a detailed list
of changes. Just mind-blowing how awesome this project is. Thanks to
all the contributors for this great piece of software -- I use it
every
Neuwirth Erich writes:
> I compiled from the repository after the announcement.
> On my Mac (OSX 10.8.3, Emacs 24.3.1) the test for maxima still fail.
> I reported this a few weeks ago.
I can't find any post from you on this mailing list that fits that
description and your last post mentioning max
> I added Carsten as the author.
I have no problem with that. You can even add N other authors as long
as my name stays there.
> I'm following the advice of the FSF for now.
FSF position is ambivalent. They have made a decision (to suit their
convenience) and shifting the burden on me. Their
On Thu, Apr 18, 2013 at 12:10 PM, Jambunathan K wrote:
>
>> Carsten accepted to step up, if the community agrees.
>> Please raise your thumbs up or your concerns, if any.
>
> To the new maintainer,
>
> My changes to ox-html.el and ox-odt.el are not assigned to FSF. So
> please correct the headers
François Pinard writes:
> Bastien writes:
>
>> I'm releasing Org 8.0.
>
> Fantastic work. Warm congratulations to all those involved!
>
Seconded!! The new exporter is terrific :-)
atb
Glyn
Excellent news! Thanks to you Bastien and to all the other people who
have helped make this possible.
--
Aaron Ecay
Bastien writes:
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
>
> I'm glad I had this opportunity to work as "Robin" and
> I'm even more glad "Batman" may strike back!
Thanks for your h
Aaron Ecay writes:
> Excellent news! Thanks to you Bastien and to all the other people who
> have helped make this possible.
You speak as though "other people" don't exist or matter. IMO, you are
doing a disservice to other contributors by *not* naming them.
Is it really difficult for you to
Bastien writes:
> I would like to thank you all again for your patience, and special
> thanks to Nicolas who is just great to work with. I'm happy to see
> his code finally widely available for all Org users, not just the
> happy few.
I would also like to thank Nicolas for this impressive archi
Please let's not reopen this issue.
Jambunathan signed the FSF copyright assignment for his past and
future changes to Emacs code. He claims that he can retract this
assignment for changes he made against some Emacs files. FSF says
this is not possible.
And it does not take too big a brain to u
The king is dead, long live the king!
:-)
Thank you, Bastien, for all the work!
And thank you, Carsten, for all the work to come!
Detlef
On Thu, 18 Apr 2013 18:53:32 +0200
Bastien wrote:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the commu
Hi Bastien,
2013ko apirilak 18an, Bastien-ek idatzi zuen:
[...]
> I'm glad I had this opportunity to work as "Robin" and
> I'm even more glad "Batman" may strike back!
Just as Batman and Robin are often seen together, I hope you’ll continue
to be a presence in the org community. I always appre
Jambunathan K writes:
> You speak as though "other people" don't exist or matter. IMO, you are
> doing a disservice to other contributors by *not* naming them.
All contributors, including you, have been thanked in the release
notes I attached with the original announcement.
We don't want every
Rasmus writes:
> I expect you will still be around the mailing list, no?
I'll focus on something else, but I'll stick around for sure,
at least to ask questions and report bugs!
--
Bastien
François Pinard writes:
> Fantastic work. Warm congratulations to all those involved!
You are a regular. Is it really difficult for you to spell out the
names explicitly?
"All those involved" is politically correct but it is a disservice to
few individuals whose efforts have been nothing sh
Aaron Ecay writes:
> If your external org configuration file were kept under version control
> (I’ll discuss git but the principle is general), then reproducibility
> would be possible. There are ways of embedding git hashes in LaTeX
> documents (for one example:
> http://thorehusfeldt.net/2011/
Bastien writes:
> Please raise your thumbs up or your concerns, if any.
Bastien, your maintainership has been just outstanding, so far that I
could judge. You're among the great maintainers I happened to meet, and
I tremendously enjoyed your way of driving the project. Let me thank
you for it
Bastien writes:
> And it does not take too big a brain to understand why: if people
> were allowed to retract their assignment when they want for changes
> that have been published, the copyright assignment process would
> undermine the whole purpose of the GPL license, which is to make
> it pos
> Just trying to reconcile my understanding of your situation with how
> you write about it.
This post (not by me) summarizes my position well.
http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00096.html
I have also criticized FSF's arbitrary handling of my request here.
Bastien writes:
> Jambunathan K writes:
>
>> You speak as though "other people" don't exist or matter. IMO, you are
>> doing a disservice to other contributors by *not* naming them.
>
> All contributors, including you, have been thanked in the release
> notes I attached with the original announ
Jambunathan K writes:
> Perceptions matter. A name that is repeated gets remembered. All
> credits go to that name while other names fade.
See this post: http://lwn.net/Articles/501751/
People still continue to thank RMS for new Emacs releases. IIRC, it is
good 5-6 years since RMS retired fr
Jambunathan K writes:
> Bastien writes:
>
>> Jambunathan K writes:
>>
>>> You speak as though "other people" don't exist or matter. IMO, you are
>>> doing a disservice to other contributors by *not* naming them.
>>
>> All contributors, including you, have been thanked in the release
>> notes I
Thanks to everybody who made this release possible.
Aloha Rasmus,
Rasmus writes:
> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
>
> Thomas,
>
>>> Tom, do tell us more about what these habits are.
>>
>> The new exporter is really your friend. Where before I might choose to
>> gene
Jambunathan K writes:
> Bastien writes:
>
>> And it does not take too big a brain to understand why: if people
>> were allowed to retract their assignment when they want for changes
>> that have been published, the copyright assignment process would
>> undermine the whole purpose of the GPL lice
Aaron Ecay writes:
> If your external org configuration file were kept under version control
> (I’ll discuss git but the principle is general), then reproducibility
> would be possible.
There's a lot more to reproducibility then just this, but yes, the
configuration files would have to be part of
> There is very little danger that your name will not be remembered.
Let me be clear, it's not about me. I am a nobody who likes to troll.
It is about others (as well) who deserve a explicit word of thanks.
Can you name the person who funds http://Orgmode.org website? How many
people have tha
Bastien writes:
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
Thumbs up! And thank you so much for what you did.
Alan
Aloha Bastien,
Bastien writes:
> Dear all,
>
> I'm stepping down as the Org maintainer.
Thank you for your excellent work as maintainer. I'm pleased to have
had the opportunity to work with you.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your co
Alan L Tyree writes:
> Of course, I know that you will think that I am confused.
You are not only confused. You are in hurry and in grave error.
I am quoting an extract of Bastien's words,
the copyright assignment process would undermine the whole
purpose of the GPL license
It
Hi Thomas,
t...@tsdye.com (Thomas S. Dye) writes:
> Thank you for your excellent work as maintainer. I'm pleased to have
> had the opportunity to work with you.
Having you improve the documentation while Nicolas and I were hard
working on it was a great relief, thanks again for that.
> You sho
Jambunathan K writes:
> Can you name the person who funds http://orgmode.org website?
Indeed, I forget to add Jason Dunsmore in the list of people to thank.
Sorry for that. Jason is still helping with anything regarding the
server, we are lucky to have him!
--
Bastien
Jambunathan K writes:
> Alan L Tyree writes:
>
>> Of course, I know that you will think that I am confused.
>
> You are not only confused. You are in hurry and in grave error.
I thought so. Thanks so much for clearing this up for me.
>
> I am quoting an extract of Bastien's words,
>
>
Hello Bastien,
On 18 April 2013 12:53, Bastien wrote:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
Thank you for all the work you've done.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
>
> Thumbs up from me as w
Jambunathan K writes:
>> There is very little danger that your name will not be remembered.
>
> Let me be clear, it's not about me. I am a nobody who likes to troll.
Confession noted. In which case it IS all about you.
> It is about others (as well) who deserve a explicit word of thanks.
So
Hi Bastien,
On 3/24/13, Bastien wrote:
>> So in Firefox for me at least, there is no blank line between
>> Footnotes: and 1.
>
> "Footnotes:" is inserted as a header in the HTML file.
>
> So there should be a visual space after it.
I don't know why there isn't. I guess it means CSS is required
I want to add to the thanks to everybody for making speed improvements.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY
can get it. There is NO hope without action. This means YOU.
Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
Extra question: tested with a sh block, both of the above do work, that is
with strings or symbols. Which one is supposed to be better (that is, will
be
more portable with time), if there is one?
>>
Hi everybody,
I'm just an Org user, one of the many anonymous persons who have
benefited from this fantastic piece of software. Over the past two
years I have come to use Org every day, all day long, more than any
other application with the possible exception of a Web browser. It's
hard to overest
On 18.4.2013, at 18:41, Bastien wrote:
> Dear all,
>
> I'm releasing Org 8.0.
>
> See the release notes below or at http://orgmode.org/Changes.html
This is a beautiful release. Just reading the list of changes wets
my appetite to try it all out. A looong list con contributors.
Thanks to yo
Hello everyone,
as Bastien has written in a related thread, the current idea
is that I will take over the maintainership of Org-mode
once more. I have seen no objections so far, so I am assuming
that we should go ahead with this plan.
Let me start by extending my (and I am sure, everyones)
grati
Bastien writes:
> I'm releasing Org 8.0.
>
Great work! Wow what a huge list of new things to try :)
I'm looking forward to experimenting with it.
Thanks!!
Bernt
Bastien gnu.org> writes:
>
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
You have done an awesome job.
This is still the "friendliest little town" on the internet thanks to
your patience and good judgment in no small part.
And 8.0 is a fine product.
> Carsten accepted to st
Bastien writes:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
>
> I'm glad I had this opportunity to work as "Robin" and
> I'm even more glad "Batman" may strike back!
>
>
Hello Bastien,
Thanks a lot for the great work so far. You are the best.
On Apr 19 2013, Bastien wrote:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns, if any.
👍
>
> I'm glad I
On Apr 18, 2013, at 6:07 PM, Carsten Dominik wrote:
> I will leave the donations button on his name until the end of
> April, so if you want to express your thanks to him in this
> way, you have that possibility. If not, writing to him and
> expressing your amazement with his achievements in th
Just add (require 'org-macs) in org-macro.el.
--
Elle n'était vêtue que de bonnes fortunes du jeu ou de la sottise de
ses amants.
-- Antoine Furetière
Bastien,
I use org-mode every day and it is really great to see that this project is
always growing. You did an excellent job taking this to 8.0.
Carsten,
Welcome back and looking forward to 8.x
Thanks and Regards
Noorul
On Thu, Apr 18, 2013 at 10:23 PM, Bastien wrote:
> Dear all,
>
> I'm s
> Carsten Dominik writes:
> Bastien's activity has been unmatched. He has answered a huge amount of
> questions in the mailing list, fixed an uncounted number of bugs and he has
> been designing and applying changes over the entire breadth of the Org code
> base. This is no easy feat and I
On 18 Apr 2013 18:05, "Carsten Dominik" wrote:
>
> On 18.4.2013, at 18:41, Bastien wrote:
>
> > Dear all,
> >
> > I'm releasing Org 8.0.
>
> This is a beautiful release. Just reading the list of changes wets
> my appetite to try it all out. A looong list con contributors.
>
> Thanks to you all
Having upgraded org-mode via the emacs package thingy today I notice
that sometimes the text following a heading is coloured as the heading.
This seems to depend on some internal state, as the same file contents
does not always result in this happening. So, for example, if I save the
file and re-
Hi Bastien,
thank you very very much for maintaining org-mode
for the last two years.
You did a great job maintaining org-mode and keeping
its community together.
I agree with everything Carsten says in his mail
"Changing the maintainer".
While I am happy it is Carsten of all people who
takes u
Ivan Kanis writes:
> Just add (require 'org-macs) in org-macro.el.
Why do you think so?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
Great! Thanks, everybody.
Yours,
Christian
Bastien,
What the others said... Thanks for all your work! It's been a pleasure to
follow Org-mode.
Yours,
Christian
Bastien writes:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
> Please raise your thumbs up or your concerns
97 matches
Mail list logo