[please reply to the list]
> BS-Quoting and Doublequote-ing were the first things I tried:
[…]
Yes I see, that is due to inadvertent double quoting. Try this
definition in local.mk (not the extra two single quotes around
$(datadir)):
--8<---cut here---start-
Hi Richard,
You should use
#+ATTR_LATEX: :width 1.7in
instead of the version with :options.
This is a recent change, to make LaTeX image width consistent with
LaTeX tables and HTML images, both of which use a :width argument.
(It also allows the support of more types of images in LaTeX).
Aaron
At least with today's version (8.0-pre release_8.0-pre-67-gd3361c), if I
include a figure and then export to LaTeX, the resulting TeX file insists on
including its own width specification, even when I tell it the width I want.
For example, the org text
#+ATTR_LaTeX: :options width=1.7in
[[file:
Andrey Yankin wrote:
> Sorry if it wasn't clear.
> I should have illustrate this.
>
> Input:
>
> * Headline 1
> ** Node 1.1
> Content 1
> * Headline 2
> Content 2
> * Headline 3
> Content 3
> * Headline 4
> Content 4
> * Headline 5
> Content 5
>
> Desired output:
>
> \intro
> \subse
Sorry if it wasn't clear.
I should have illustrate this.
Input:
* Headline 1
** Node 1.1
Content 1
* Headline 2
Content 2
* Headline 3
Content 3
* Headline 4
Content 4
* Headline 5
Content 5
Desired output:
\intro
\subsection{Node 1.1}
Content 1
\section{Headline 2}
Content 2
\sec
Neuwirth Erich wrote:
> Further investigation shows that in the git version
> org-special-blocks.el
> contains
> (require org-html)
> but no file org-html.el exists.
> How can I solve this problem?
>
What branch are you using? If you are on maint, both org-special-blocks.el
and org-html.el exis
Lawrence Bottorff writes:
> Sorry, I'm stumbling badly here. I now realize the
> org-footnote-auto-label needs to be set to avoid the default (t)
> behavior of doing numbered footnotes ( [fn:1] ) after C-c C-x f
> auto-inserts. Good. But where do the in-buffer settings go? I assume
> they go in t
Hi Jay,
Jay Kerns writes:
> As promised, I added a sentence to that paragraph: "Ad hominem
> comments are out of place and will not be tolerated by the
> community." If one of you feels this is inconsistent with Org's
> spirit, feel free to delete my change (it is a wiki, after all).
> No hard
On Wed, Mar 13, 2013 at 8:34 PM, Robert Horn wrote:
>
> I share Bastien's opinion. My experience with community building is
> that describing and rewarding exemplary behavior is much more useful
> than attempting to set strict rules of behavior. You need some basic
> rules, but then emphasize d
Hi John,
John Hendy writes:
> I volunteer to help update Worg, if desired. I've been using emacs to
> just write the .tjp directly, but wanted to switch to using the actual
> Orgmode format for easier rearranging. I can go through that process
> and document stuff along the way and send it to th
Hi Rick,
Rick Frankel writes:
> I have added the two new slideshow exporters to the worg/exporters/
> page.
Thanks!
> My question is, should i add them to the contrib page as well
> (under the "HTML presentation" section)?
I'd say yes.
> Also, should that section be updated to explain that
Hi Erich,
what about starting from a fresh Emacs and Org install, following
the instructions on http://orgmode.org/org.html#Installation and
report back then?
Deleting the built-in Org version is calling for trouble... just
install the new version on top of the existing one, set the correct
load
So for a try I changed
(require org-html)
to
(require ox-html)
I could build it, and with the git version of org being the only version in the
load-path
I tried to export a file as html file
C-c C-e h o
and then I get
Symbol's value as variable is void: org-element-document-properties
What
Further investigation shows that in the git version
org-special-blocks.el
contains
(require org-html)
but no file org-html.el exists.
How can I solve this problem?
On Mar 14, 2013, at 2:15 AM, Neuwirth Erich wrote:
> OK,
> one of my problems was that I did not notice that Emacs itself has org
>
OK,
one of my problems was that I did not notice that Emacs itself has org
in its lisp directory.
So I had two versions.
So I started again and did a fresh install of Emacs
but I also had a version installed in my ~/.emacs.d/elpa
and then I installed a third version in site-lisp
Of cours, that wa
Robert Horn writes:
> It's much better for people trying be "be like her, because everyone
> respects and honors her", rather than following some set of detailed
> rules.
Her??? Who is she?
Never met her on this list
--
cheers,
Thorsten
Bastien writes:
> No objection of course, but it feels both formal and empty to me.
>
I share Bastien's opinion. My experience with community building is
that describing and rewarding exemplary behavior is much more useful
than attempting to set strict rules of behavior. You need some basic
ru
Jay Kerns gmail.com> writes:
> Yes, I can add people to my SPAM filter (which I did, BTW), but
> that action protects only *me*. It does not protect the
> community.
It also doesn't protect digest readers such as myself.
I was quite annoyed by Jambunathan's suggestion that individual spam filt
Andrey Yankin wrote:
> Hi!
>
> I want arbitrary top level headline to be exported not as \section (or
> whatever it is) but with some
> other arbitrary latex command.
>
> I even do not want to use headline text. Just write \intro instead of
> \section{...} in tex file.
>
> I've tried some fi
Hi,
Agreed ... I believe the only problem will occur when one of a multiply
occurring event is edited / deleted on the cal side. I have nothing more
constructive to propose than just "don't do that" ... My use-case is just as a
way to push org changes to cal and nothing more, and for bidirectio
Hi Erich,
org-exp-blocks only works with the old exporter, not the new one. It
was removed from the master branch git repo in commit ee3b3eb on Mar 2.
I’m not clear what version of org you are using (seems it’s not master,
as the org-e-foo files have been renamed ox-foo), but you should beware
of
I install everything in site-lisp
On OSX this is
/Applications/Emacs.App/Contents/Resources/site-lisp/org
This should be on the load path automatically.
And I did not change my configuration and everything worked fine for quite some
time.
On Mar 13, 2013, at 11:56 PM, Bastien wrote:
> Hi Er
Martin writes:
> Bastien altern.org> writes:
>
>>
>> Hi Martin,
>>
>> Martin web.de> writes:
>
>> > However I still have the problem that M-x org-version produces
>> > an error:
>> > Org-mode version N/A-fixup (N/A-fixup !!check installation!! @
>> > c:/Users/mynameDocuments/sorga/org-mode/o
Hi Erich,
Neuwirth Erich writes:
> Symbol's value as variable is void: org-agenda-export-html-style
How do you get this error?
> My guess is that I need another require in .emacs
(require 'org) is the only thing you need.
If you add requires for org-e-* libraries, then you need to set
the lo
Hi Jay,
Jay Kerns writes:
> "Please note that messages to the emacs-orgmode list are expected
> to be civil and focused toward our mutual interest of Org
> mode. /Ad hominem/ or other attacks of a personal nature will not
> be tolerated by the community."
>
> Any strenuous objections?
No object
Andrey Yankin gmail.com> writes:
>
> Hi!I want arbitrary top level headline to be exported not as \section
> (or whatever it is) but with some other arbitrary latex command.
[snip]
The filter mechanism might be a good choice.
Here is an example of modifying a headline:
http://thread.gman
t...@tsdye.com (Thomas S. Dye) writes:
> It tries to stay away from prescription, and it deliberately avoids
> mentioning all the bad behaviors that can be found on mailing lists.
>
> Please feel free to edit so it suits!
+1!
--
Bastien
"Steve Prud'Homme" writes:
> I do that :
> C-h v org-export-with-drawers RET
> and after export
Use this
(setq org-export-with-drawers t)
in your .emacs file
HTH,
--
Bastien
I found that I need to add
(require 'org-exp-blocks)
to my .emacs
But now I get another error:
Symbol's value as variable is void: org-agenda-export-html-style
My guess is that I need another require in .emacs
Please help ,me what I need to do.
Currently I do
-=-=-=-=-=-=-=-=-=
(require 'org)
(re
Dear Tom,
Perfect - that's just what I'm looking for. And that's exactly what I'll
do.
Cheers,
Jay
On Mar 13, 2013 6:16 PM, "Thomas S. Dye" wrote:
> Aloha Jay,
>
> Jay Kerns writes:
>
> >
> > That's my point: I propose that we, as a community, come to some
> > sort of consensus as to what un/
Lawrence Bottorff gmail.com> writes:
>
>
> I see on the org-hacks.html page lots of interesting elisp code.
> If I wanted to use some of this (lots of this) it seems wrong to shove it
> all in my .emacs file. My first guess would be to put what I want into
> separate .el files, go to my .o
Aloha Jay,
Jay Kerns writes:
>
> That's my point: I propose that we, as a community, come to some
> sort of consensus as to what un/acceptable behavior is and an
> accepted mechanism of response. One way to accomplish this is
> with a posting guide. I have some thoughts about this:
>
> 1. It sh
Jay Kerns writes:
> As Org grows there will be additional newbies (hopefully hundreds!)
> and additional hostile individuals (hopefully epsilon). Those are the
> two categories targeted by this proposal.
I sadly have to agree somehow. The Perl crowd, for example, was warm
and interesting when
Dear Bastien,
On Wed, Mar 13, 2013 at 4:33 PM, Bastien wrote:
> Hi Jay,
> Well, I would not invest too much time on this, personally.
No, you don't seem to be bothered at all; those attacks seem to
wash off you like water off a duck's back, or scandals off of Bill
Clinton's resume. ;-)
> Fro
"Steve Prud'Homme" writes:
> I did do that nothing change
Mhh.. what did you do exactly?
--
Bastien
Hi Bastien,
I did do that nothing change
Original file :
https://sourceforge.net/p/coursfrancais/code-1/ci/c60eb6d14a65b47228760636622ba57a8edcac84/tree/coursfrancais.org
Rendered file :
https://sourceforge.net/p/coursfrancais/code-1/ci/c60eb6d14a65b47228760636622ba57a8edcac84/tree/coursfrancais.od
Dear Andreas,
On Wed, Mar 13, 2013 at 3:59 PM, Andreas Röhler
wrote:
> Hi Jay,
>
> if you permit my opinion as a kind of guest-reader for years: don't think
> it's needed.
> IMO it was an accident. Hopefully the person will recover and present it's
> excuses some weeks or month later.
>
> Expec
Hi Jay,
Jay Kerns writes:
> I have a mental "first draft" of things that could go in one, but
> there's no point moving forward if there isn't a general feeling
> that this would be something good to do.
Well, I would not invest too much time on this, personally.
>From experience, such a dra
Hi Steve,
"Steve Prud'Homme" writes:
> My first question is can I export these proprerties in a ODT or TXT
> file. Because by default they are hidded.
See C-h v org-export-with-drawers RET
> 2.
> My second question is if I want to use Abbrev to make a clocked-task.
> What shoud I write on my a
Bastien writes:
> It was a problem with Org. I just removed the tests, which
> pass fine when called interactively, but don't pass when run
> in batch mode.
Since they did pass just until Emacs 24.3 was released (and still pass
with earlier versions) that should maybe give you some pause before y
Am 13.03.2013 20:13, schrieb Jay Kerns:
The past few days have reminded me of something somebody famous
once said [1]. I can already see work being done to protect the
community for the future, yet I believe there is more we might do
to be even stronger.
I understand and appreciate Bastien's sta
I see on the org-hacks.html page lots of interesting elisp code. If I
wanted to use some of this (lots of this) it seems wrong to shove it all in
my .emacs file. My first guess would be to put what I want into separate
.el files, go to my .org file and do a load-file on the .el file of hacks.
But I
Hi Bastien,
Bastien wrote:
> "Sebastien Vauban" writes:
>
>> - Angle brackets ::
>>less than (<) and greater than (>) symbols used to
>> surround
>>an element to create a tag.
>
> Try (setq org-description-max-indent 5)
That was it. Thanks a lot!
Best reg
+1
On Wed, Mar 13, 2013 at 3:13 PM, Jay Kerns wrote:
> The past few days have reminded me of something somebody famous
> once said [1]. I can already see work being done to protect the
> community for the future, yet I believe there is more we might do
> to be even stronger.
>
> I understand and
The past few days have reminded me of something somebody famous
once said [1]. I can already see work being done to protect the
community for the future, yet I believe there is more we might do
to be even stronger.
I understand and appreciate Bastien's stated position regarding
moderator controls
Eric Schulte writes:
> From re-looking at Achim's previous noweb example, it seems that we
> currently do *not* include the values of noweb expansions in code block
> hash calculations, I think this is a bug which should be fixed.
It could very well have been a conscious decision, given that this
Hello,
Bastien writes:
> the attached (dirty) patch fixes it. It's clearly not the right
> approach, though. I hope Nicolas can have a look soon, as the problem
> affect all uses of snippets in macros.
I don't have time to look at the problem right now. I will probably do
it sunday.
Thank yo
Hello Eric,
The posted solution works. But the issue is that I have to do this a lot of
times for selective code chunks in multiple documents. Writing the sexp
each time is not very elegant. Besides, if I were to come up with some
solution than I did not want it to break anything else. Perhaps my
Bernd Haug writes:
> I have encountered problems installing to paths including spaces. This
> is annoying for Aquamacs on OS X, where the normal installation
> location for a custom mode etc. is a directory in
> ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
> changes to the inf
Am 13.03.2013 18:19, schrieb Michael Brand:
Hi Andreas
On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler
wrote:
[...]
F test-org-table/compare
Basic: Compare field references in Calc.
(ert-test-failed
((should
(equal expect result))
:form
(equal "
| | 0
Hi Andreas
On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler
wrote:
> [...]
> F test-org-table/compare
> Basic: Compare field references in Calc.
> (ert-test-failed
> ((should
>(equal expect result))
> :form
> (equal "
> | | 0 | z | | nan | uinf | -inf | inf
yes, I am quite sure. here is the org code
,
|
| #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache
yes
| a=1
| 1
| #+END_SRC
|
| #+BEGIN_SRC R :results output :exports results :session *ssh gauss* :cache
yes
| a=1
| 1
| #+END_SRC
|
| #+RESULTS[<2013-03-13 17:2
Hi Sébastien,
"Sebastien Vauban"
writes:
> - Angle brackets ::
>less than (<) and greater than (>) symbols used to surround
>an element to create a tag.
Try (setq org-description-max-indent 5)
> - =:results none= :: silent even for the minibuffer. Such a
Hello,
I'm surprised by the way the alignment occurs for DT lists in Org buffers.
Here is an ECM:
--8<---cut here---start->8---
- Alt text :: Text description of a graphic that appears before the graphic is
loaded into the browser. After an image
Lawrence Bottorff writes:
> On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay
> wrote:
>
> Hi Lawrence,
>
> You can have footnotes be inserted automatically:
> - in their own section (by default at the bottom of the document,
> though
> you can move it anywhere)
> - at the
Hi Bernd,
Bernd Haug writes:
> I have encountered problems installing to paths including spaces. This
> is annoying for Aquamacs on OS X, where the normal installation
> location for a custom mode etc. is a directory in
> ~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
> chang
Sorry, I'm stumbling badly here. I now realize the org-footnote-auto-label
needs to be set to avoid the default (t) behavior of doing numbered
footnotes ( [fn:1] ) after C-c C-x f auto-inserts. Good. But where do the
in-buffer settings go? I assume they go in the .org file you're currently
working
Hi Bernd,
Bernd Haug writes:
> I am exporting a document to ODT that contains the following text:
>
> blah blah blah =blah blah blah blah...=, blah blah blah
> bla bla (bla =bla bla bla bla...= blah). bla blah bla
>
> When opening the document in LibreOffice 3.4, I get the following message:
>
Nicolas Goaziou writes:
> Hello,
>
> Bastien writes:
>
>> Rick Frankel writes:
>>
>>> On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote:
Hi Terry,
tftor...@tftorrey.com (T.F. Torrey) writes:
> I'm not experienced with markdown, but this doesn't look right to
>>>
Hi Nicolas,
Nicolas Goaziou writes:
> AFAIU, one Markdown feature is to accept raw HTML as part of the syntax.
> So, what's wrong in writing in HTML code anything that is not directly
> supported by Markdown syntax (like tables)?
Nothing wrong /per se/ but, I modified `org-html-underline' so th
Hello,
orgm...@h-rd.org writes:
> What may help is to document the syntax machine readable and somewhat
> more formal.
I think it's a bit too early for that. The document describes the
current syntax, but also uncovers some ambiguous parts of that syntax,
which may need to be fixed (at least req
Hello,
Christian Egli writes:
> Nicolas Goaziou writes:
>
>> The following patch simplifies syntax for attributes.
>>
>> From the developer POV, each non-nil value is now read as a string by
>> `org-export-read-attribute'.
>
> I looked at your patch but I'm not sure of the implications. In
> pa
I am exporting a document to ODT that contains the following text:
blah blah blah =blah blah blah blah...=, blah blah blah
bla bla (bla =bla bla bla bla...= blah). bla blah bla
When opening the document in LibreOffice 3.4, I get the following message:
Read-Error.
Format error discovered in the
Hello,
Bastien writes:
> Rick Frankel writes:
>
>> On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote:
>>> Hi Terry,
>>>
>>> tftor...@tftorrey.com (T.F. Torrey) writes:
>>>
>>> > I'm not experienced with markdown, but this doesn't look right to
>>> > me.
>>>
>>
>>> AFAIK there is no syn
Hello,
Rainer Stengele writes:
> I do mark the subtree and export by "C-e h o".
> Export is fine but I always get the TOC (although toc:nil) and I cannot
> get the clock entries (although c:t).
You don't need to mark the subtree when doing a subtree export. Though,
you should specify that you w
Thomas Alexander Gerds writes:
> Using the silent option together with a remote R session block (started
> via ssh.el and ess-remote), like this:
>
> #+BEGIN_SRC R :results silent :exports results :session *ssh gauss* :cache
> yes
> a=1
> 1
> #+END_SRC
>
> produces:
>
> ,
> | > > > [1] 1
shripad sinari writes:
> Hello all,
> I have been using org-mode and particularly org-babel for reproducible
> research. From reading most of the code chunk options in the org manual
> it seems that the follwoing table would be how one would expect output
> in various formats to behave:
>
> | :
I have encountered problems installing to paths including spaces. This
is annoying for Aquamacs on OS X, where the normal installation
location for a custom mode etc. is a directory in
~/Library/Application Support/Aquamacs Emacs. Minimal path quoting
changes to the inferior Makefiles made the inst
Suvayu Ali gmail.com> writes:
> > Yes. I just updated org. I'm now at:
> > Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @
> > /user/share/emacs/site-lisp/org)
>
> Are you "overwriting" the org files that come with your distribution of
> emacs? If you are, I think that is asking for tro
On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay wrote:
> Hi Lawrence,
>
> You can have footnotes be inserted automatically:
> - in their own section (by default at the bottom of the document, though
> you can move it anywhere)
> - at the end of the current section, or
> - inline with the text
>
> F
Hello all,
I have been using org-mode and particularly org-babel for reproducible
research. From reading most of the code chunk options in the org manual
it seems that the follwoing table would be how one would expect output
in various formats to behave:
| :results value | :exports value | In Bu
Aaron Ecay writes:
> Hi Achim,
>
> 2013ko martxoak 10an, Achim Gratz-ek idatzi zuen:
>> But back to my earlier remark about the hash value actually being a
>> signature of the source block and not the result. If I use noweb
>> references, the reference text is cached, not its expansion. See the
Aaron Ecay writes:
> Hi Eric,
>
> 2013ko martxoak 9an, Eric Schulte-ek idatzi zuen:
>> Could something like the following work? Removing ":results none" and
>> adding something small as the returned result which may easily be parsed
>> and placed in the buffer w/o problem.
>>
>> #+begin_src
Thank you, Bastien!
On Wed, Mar 13, 2013 at 4:59 AM, Bastien wrote:
> Hi Rick,
>
> Rick Hanson writes:
>
> > Based your advices, I used org-clone-subtree-with-time-shift for my
> > application today -- worked like a charm. Thanks to the both of you!
>
> Yes, that's what the manual advised too.
Aloha all,
wgreenhouse-sgozh3hwpm2stnjn9+b...@public.gmane.org (W. Greenhouse)
writes:
> Jambunathan,
>
> Jambunathan K writes:
>
>> People are disregarding my "moral rights" over my work and pushing me in
>> a corner to act a certain way to serve their own interests. This I feel
>> is plain
Hi Erich,
Neuwirth Erich writes:
> How can I make things work again?
Provided you installed Org correctly, restarting Emacs
will do.
--
Bastien
Hi,
I obviously did not send and actually lost a message I prepared two days
ago. I'll try again.
>> I suggest adding : The number of stars defines the level of the
>> headline.
>
> Does it belong to the syntax definition? Level is how Org uses syntax
> internally. Also the sentence, although rig
On Wednesday, March 13, 2013, Marvin Doyley wrote:
> Has MobileOrg been removed from the App Store ? For some reason I can't
> find this.
It has been r evolved temporarily, but I hope it will be back soon.
A former mobile org user,
Rainer
> Thanks
> M
>
>
>
--
Rainer M. Krug, PhD (Conserva
Bastien altern.org> writes:
>
> Hi Martin,
>
> Martin web.de> writes:
> > However I still have the problem that M-x org-version produces
> > an error:
> > Org-mode version N/A-fixup (N/A-fixup !!check installation!! @
> > c:/Users/mynameDocuments/sorga/org-mode/org_current/lisp/)
> > Is this
On Wed, Mar 13, 2013 at 12:52:49AM -0400, JBash wrote:
> On Tue, Mar 12, 2013 at 10:48 AM, Suvayu Ali
> wrote:
> >
> > 1. How do you check your org-version, M-x org-version RET?
> >
> >
> Yes. I just updated org. I'm now at:
> Org-mode version 8.0-pre (release_8.0-pre-54-gb5a853 @
> /user/share/
Has MobileOrg been removed from the App Store ? For some reason I can't find
this.
Thanks
M
After being able to build again,
I cannot export now.
In my .emacs I have
;; using the new exporter
(define-key org-mode-map (kbd "C-c C-e") 'org-export-dispatch)
When I try to export with
C-c C-e
I get a window with the menu for the export commands,
and a prompt
Export command:
in the bottom
Hi Martin,
Martin writes:
> thanks a lot! Your wild guess saved me (partially)!
> I never needed that up to now (and first had to install make,
> as I am working on
> Windows an need to use Cygwin for that) but finally it worked.
>
> However I still have the problem that M-x org-version produce
Hi Andreas,
Andreas Röhler writes:
> should not the build process be independent from tests?
Yes, the default build process should be independant from
the tests, and it is. ~$ make up2 runs the test, but it
is not the default build process.
--
Bastien
On 13 mrt. 2013, at 13:35, Andreas Röhler wrote:
> Am 13.03.2013 13:10, schrieb Bastien:
>> Andreas Röhler writes:
>>
>>> Or maybe drop that sentence.
>>
>> Nope: the whole purpose of clarifying is to make it clear what are
>> the licensing terms, when the assignement is needed, and what are
Hi Andreas,
there is nothing to argue here.
Patches sent against files in Org's core are like patches sent against
GNU Emacs files. The submitter needs to agree to have it licensed
under the same condition than for GNU Emacs, and needs to assign his
copyright before they can be integrated. If y
Am 13.03.2013 12:58, schrieb Bastien:
Hi Erich,
Neuwirth Erich writes:
I just installed Emacs 24.3.1 on OSX 10.8.2
and tried to build the latest git version of orgmode. It fails.
Is this due to the fact that I have a new emacs,
or is it a more general problem.
It was a problem with Org. I
Bastien altern.org> writes:
> Wild guess:
>
> ~$ make autoloads
>
> See http://orgmode.org/org.html#Installation
>
> If those instructions are not clear enough, please raise
> your voice, we are in the process of clarifying them!
thanks a lot! Your wild guess saved me (partially)!
I never ne
Am 13.03.2013 13:10, schrieb Bastien:
Andreas Röhler writes:
Or maybe drop that sentence.
Nope: the whole purpose of clarifying is to make it clear what are
the licensing terms, when the assignement is needed, and what are the
consequences of assigning the copyright.
We should be short but
>I just installed Emacs 24.3.1 on OSX 10.8.2
>and tried to build the latest git version of orgmode. It fails.
>Is this due to the fact that I have a new emacs,
>or is it a more general problem.
>Here is the output from building:
>
>
>Ran 428 tests, 426 results as expected, 2 unexpected (2013-03-13
Andreas Röhler writes:
> Or maybe drop that sentence.
Nope: the whole purpose of clarifying is to make it clear what are
the licensing terms, when the assignement is needed, and what are the
consequences of assigning the copyright.
We should be short but exhaustive here.
The idea is to make
Am 13.03.2013 12:50, schrieb Bastien:
Hi Carsten,
Carsten Dominik writes:
I will write GLPv3 or later and not specify this further, OK?
I'd state it like this:
"... you are placing this changes under the same licensing terms
than those under which GNU Emacs is published:
;; GNU E
Hi Erich,
Neuwirth Erich writes:
> I just installed Emacs 24.3.1 on OSX 10.8.2
> and tried to build the latest git version of orgmode. It fails.
> Is this due to the fact that I have a new emacs,
> or is it a more general problem.
It was a problem with Org. I just removed the tests, which
pass
Andreas Röhler writes:
> Any recommendation which make commands to run here?
~$ make helpall
:)
--
Bastien
Hi Martin,
Martin writes:
> When I execute the agenda-command, I get the error message:
> "org-agenda-skip: Wrong type argument: stringp, nil"
> Is there any documentation about changes that might break something?
Wild guess:
~$ make autoloads
See http://orgmode.org/org.html#Installation
If
Hi Carsten,
Carsten Dominik writes:
> I will write GLPv3 or later and not specify this further, OK?
I'd state it like this:
"... you are placing this changes under the same licensing terms
than those under which GNU Emacs is published:
;; GNU Emacs is free software: you can redistribu
Hello,
I had to update my web site [1] today, a site which is written in
org. This was the first attempt at using the new exporter for
publishing for a site written with the old exporter in mind. I thought
I would summarise the changes I had to make to have them all in one
place:
1. change #+SE
On 13 mrt. 2013, at 12:12, Andreas Röhler wrote:
> Am 13.03.2013 11:50, schrieb Carsten Dominik:
>> Dar all,
>>
>> in the light of the recent dispute, I have now added the
>> paragraph below to
>>
>> http://orgmode.org/worg/org-contribute.html#sec-2
>>
>> to clarify the copyright implicat
On 13 mrt. 2013, at 12:13, Giovanni Ridolfi wrote:
>
>
> Da: Carsten Dominik
>
>> Inviato: Mercoledì 13 Marzo 2013 11:50
>
> Hi, Carsten,
>> you are placing these changes
>
>> under GPL version 3,
>
>> with
>
>
> shouldn't it be:
> "you are placing these changes
>
> under either
Da: Carsten Dominik
>Inviato: Mercoledì 13 Marzo 2013 11:50
Hi, Carsten,
> you are placing these changes
> under GPL version 3,
> with
shouldn't it be:
"you are placing these changes
under either version 3 of the GPL, or (at your option)
any later version,
with "
or my versio
1 - 100 of 133 matches
Mail list logo