Hi Achim,
Achim Gratz writes:
> Bastien writes:
>> Please test this and report any problem while using make
>> to install Org.
>
> Here's another refinement to make "oldorg" the default target unless
> local.mk is actively edited by the user.
Applied, thanks.
--
Bastien
Michael Hannon writes:
> On Wednesday, April 25, 2012 at 4:52 PM Thomas S. Dye wrote:
>
>>Michael Hannon writes:
>>
>>> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
>>> .
>>> .
>>> .
The documentation of read.table has this:
>>>
The number of data columns is determined by
Since my Makefile branch was merged I've been getting flak for breaking
certain setups. Now, the change didn't actually break them, but I did
make (perhaps foolishly) a deliberate decision to make that particular
breakage fatal rather than silent. It would be very easy to continue to
paper over t
Bernt Hansen writes:
> I tried that... and installed emacs under Cygwin (so it can find emacs
> to run emacs -batch) and then had to fix permissions on org-install
> (since it's on a windows drive) before make autoloads worked.
It's preferrable to use NTEmacs for this step, even though the .elc
fi
fkunze writes:
> Regarding the installation instructions: At first I started here
> (http://orgmode.org/manual/Installation.html#Installation) but since I am
> running on windows 7, I have no access to "Make". I want to avoid installing
> cywin as it typically fails to track windows 7 x64. A
On Wednesday, April 25, 2012 at 4:52 PM Thomas S. Dye wrote:
>Michael Hannon writes:
>
>> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
>> .
>> .
>> .
>>> The documentation of read.table has this:
>>
>>> The number of data columns is determined by looking at the first five
>>> lines
This is way cool! Recently I have been deeply irritated by the lack of a
functional server for Emacs Org Mode.
I've run into this problem dealing with the weak presentation of Org
Mode files on Github. Github uses the Ruby gem org-ruby
(https://github.com/bdewey/org-ruby) to convert .org files
Karl Voit writes:
> * Thomas S. Dye wrote:
>>
>> AFAICT, the new exporter preserves most of the interface of the old
>> exporter, but smooths over some of the rough edges. It shouldn't
>> represent a barrier to your contribution. In fact, it might be useful
>> to write a template for both expo
Michael Hannon writes:
> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote:
> .
> .
> .
>> The documentation of read.table has this:
>
>> The number of data columns is determined by looking at the first five lines
>> of input (or the whole file if it has less than five lines), or from the
Matt Lundin writes:
> Bastien writes:
>
>> Toby Cubitt writes:
>>
>>> In the patch I posted, I also took the opportunity to set
>>> `cursor-type' to nil when opening the calendar in `org-read-date'.
>>> The cursor obscures one digit of the selected date, making that bit
>>> harder to read (as w
Hello,
Karl Voit writes:
> * Thomas S. Dye wrote:
>>
>> AFAICT, the new exporter preserves most of the interface of the old
>> exporter, but smooths over some of the rough edges. It shouldn't
>> represent a barrier to your contribution. In fact, it might be useful
>> to write a template for b
Bastien writes:
> Toby Cubitt writes:
>
>> In the patch I posted, I also took the opportunity to set
>> `cursor-type' to nil when opening the calendar in `org-read-date'.
>> The cursor obscures one digit of the selected date, making that bit
>> harder to read (as well as looking ugly). Did you i
Mike McLean pobox.com> writes:
>
>
>
> On Apr 24, 2012, at 3:18 PM, Achim Gratz wrote:
> Fritz Kunze writes: I ran M-x load-library org followed by M-x
> org-version
- which
>
> returned 7.8.09.
>
> You didn't generate and (require 'org-install).
>
>
> If you have admin-rights / sud
* Thomas S. Dye wrote:
>
> AFAICT, the new exporter preserves most of the interface of the old
> exporter, but smooths over some of the rough edges. It shouldn't
> represent a barrier to your contribution. In fact, it might be useful
> to write a template for both exporters, then document how th
Jonathan Leech-Pepin writes:
> Hello Bernt
>
> On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote:
>> Achim Gratz writes:
>>
>>> Bastien writes:
In the meantime, if you don't want to compile (I do not) the stupid
workaround is to set org-version in your config... but yeah, let's
Martyn Jago btinternet.com> writes:
Hi Martyn,
Thanks for your support on this issue. I appreciate it. The main issue for me
seems to be the paucity of window's specific documentation. I understand that
most people are linux users on this list.
Achim Gratz nexgo.de> writes:
>
> Fritz Kunze writes:
> > I ran M-x load-library org followed by M-x org-version - which
> > returned 7.8.09.
>
> You didn't generate and (require 'org-install).
>
> > (Incidentally, and for the sake of completeness in this
> > report, I built t
On Wednesday, April 25, 2012, Achim Gratz wrote:
> Mike McLean writes:
> > So if I do not copy/move/link code from contrib/lisp/ to lisp/ I could
> > still be using old contrib code from my Emacs system directories?
>
> There is no contrib code in Emacs unless you yourself installed it
> there. T
Achim Gratz writes:
>> Has it suddenly become a requirement to know emacs-lisp, and have a
>> reasonable understanding of `autoload' to even install?
>
> No, but
Something obviously got cut out before I sent this... it should read:
No, but I've been in the same situation as to OP some time ago a
Bernt Hansen writes:
> I don't think make autoloads is an option for me at work... I'm using
> GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO
> and I don't have make available...
>
> I use git under Cygwin to get the org-mode repository and access it from
> NT Emacs.
That's ex
Mike McLean writes:
> So if I do not copy/move/link code from contrib/lisp/ to lisp/ I could
> still be using old contrib code from my Emacs system directories?
There is no contrib code in Emacs unless you yourself installed it
there. The advantage of copying to lisp is that you don't need to add
Bastien writes:
> Please test this and report any problem while using make
> to install Org.
Here's another refinement to make "oldorg" the default target unless
local.mk is actively edited by the user. If you already have a local.mk
file and would like this behaviour, just insert the following o
On Wednesday, April 25, 2012, Achim Gratz wrote:
>
> Here's my chance to upsell the new build system to you: to use code from
> contrib, just link or copy it into lisp, then do whatever you let make
> normally do. You usually don't need any extra requires since the
> autoload cookies do their mag
Hello Bernt
On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote:
> Achim Gratz writes:
>
>> Bastien writes:
>>> In the meantime, if you don't want to compile (I do not) the stupid
>>> workaround is to set org-version in your config... but yeah, let's
>>> fix this upstream ASAP.
>>
>> Again, the i
Martyn Jago writes:
> I think this tone of reply is very harsh, and I feel for the OP.
I certainly did not mean to offend anyone.
> Has it suddenly become a requirement to know emacs-lisp, and have a
> reasonable understanding of `autoload' to even install?
No, but
> A very formal announcement
Achim Gratz writes:
> Bastien writes:
>> In the meantime, if you don't want to compile (I do not) the stupid
>> workaround is to set org-version in your config... but yeah, let's
>> fix this upstream ASAP.
>
> Again, the issue here is not compilation, but missing autoloads.
>
> make autoloads
Karl Voit writes:
> * Thomas S. Dye wrote:
>>
>> One of the ideas behind the new exporter is that Org-mode source
>> prepared for one target can be easily exported to other targets.
>
> I see.
>
>> My brief experience with the LaTeX exporter so far has been very
>> positive and I'm relatively
Thomas S. Dye writes:
> On a practical note, using the new exporter is easy. I have these
> two lines (along with other configuration) in an Org-babel code block
> that I use to setup Org-mode:
>
> (require 'org-export)
> (require 'org-e-latex)
Here's my chance to upsell the new build sys
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Fraga
> Sent: Wednesday, April 25, 2012 6:21 AM
> To: Alan E. Davis
> Cc: Julian Burgos; emacs-orgmode@gnu.org
> Subject: Re: [O] problems with LaTex/
Hi,
I think most flexible would be to use tags
create tags like "handout" and "presentation"
Tag all blocks accordingly (handout, presentation or both)
Set the export tag to handout or resp. to presentation.
Since blocks in slides are represented by third level org headlines
one could easily remo
At Wed, 25 Apr 2012 18:09:18 +0800,
James Harkins wrote:
> > Whether it should be a feature request or not is debatable. The syntax
> > is, at present, fairly straightforward in that the headline text becomes
> > the argument to the environment defined.
>
> I think "the headline text becomes the
Thorsten Jolitz writes:
> But then everything is fine with my setup, I just did not know about
> this limitation of the console (I only recently started working on the
> console after discovering tmux).
> Thanks for the help.
You're welcome. N.B. that there are a few other bindings that won't
Marcelo de Moraes Serpa writes:
... a very interesting philosophical email!
[...]
> level. I then asked myself "What the heck is a system" and what is the
> relationship it has with "process", "methodology" and "frameworks" ?
[...]
Others have answered to some degree or another but I thought
James Harkins writes:
> At Wed, 25 Apr 2012 14:11:51 +0930,
> Eric Fraga wrote:
>> > It kind of strikes me like an epic hack: you have to name the headline
>> > after the Beamer color ID, instead of naming the headline after the
>
>> > content... not very /org/anized.
>>
>> Well, the problem is
"Alan E. Davis" writes:
> I would have a use for this. I am curious, though...
>
> Suppose I use this as a standard init-file declaration for
> org-latex-to-pdf-process . Does that mean that bibtex will always be run,
> every time, during the generation of PDFs via LaTex export?
Yes but you ca
Nick Dokos writes:
[...]
> ... but you can shorten it by setting BIBINPUTS in your
> .profile/.login/whatever
> and then using
>
> \bibliography{References}
>
> in your .org/.tex files.
On TeX systems based on kpathsea and texmf, there are defaults which are
quite reasonable. On Debian/Ubunt
At Wed, 25 Apr 2012 14:11:51 +0930,
Eric Fraga wrote:
> > It kind of strikes me like an epic hack: you have to name the headline
> > after the Beamer color ID, instead of naming the headline after the
> > content... not very /org/anized.
>
> Well, the problem is that a beamercolorbox is *not* a bl
At Wed, 25 Apr 2012 12:30:59 +0930,
Eric Fraga wrote:
>
> James Harkins writes:
>
> > (Sorry for breaking the thread -- I'm using the digest. Come to think
> > of it, I was wondering -- how do other digest readers participate in
> > discussions without messing up the thread IDs? Use a news reade
Nick Dokos wrote:
>Maybe - but in this particular case, you could just go to the end of the
>buffer with M-> (end-of-buffer), right?
Yeah. I could just do that. (Blushing with embarrassment. :-)
>And there might be a problem with your proposal: if I push a bunch of
>marks during the capture,
Alan Schmitt writes:
> Hello,
>
> I'm finishing a presentation with org-mode which is exported as beamer
> slides. I would like to also export it as a handouts, which basically
> means changing a couple lines in the preamble. Is there a way to do it
> from the org-mode file, or do I need to edit
* Thomas S. Dye wrote:
>
> One of the ideas behind the new exporter is that Org-mode source
> prepared for one target can be easily exported to other targets.
I see.
> My brief experience with the LaTeX exporter so far has been very
> positive and I'm relatively certain that it will be the de
Eric Fraga writes:
> Nick Dokos writes:
>
> [...]
>
>> org-infile-export-plist parses the current buffer and takes care of
>> #+SETUPFILE: options (even recursive ones). It constructs an options
>
> This thread has been interesting for the effects it has had on my mail
> reading experience. I u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 25/04/12 00:25, Darlan Cavalcante Moreira wrote:
>
> If you like the call method (which is the best one IMHO) you can also add the
> foo function to
> the library of babel. In this way you will be able to call it from any org
> file without havin
William Gardella writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>> I have a strange problem with org-global-cycle (S-TAB) in console
>> sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound
>> to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB.
>>
>> Otherw
Nick Dokos writes:
[...]
> org-infile-export-plist parses the current buffer and takes care of
> #+SETUPFILE: options (even recursive ones). It constructs an options
This thread has been interesting for the effects it has had on my mail
reading experience. I use gnus and I have gnus configured
Thorsten Jolitz writes:
> Hi List,
> I have a strange problem with org-global-cycle (S-TAB) in console
> sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound
> to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB.
>
> Otherwise, the "S" (shift) key work, I can
Hi List,
I have a strange problem with org-global-cycle (S-TAB) in console
sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound
to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB.
Otherwise, the "S" (shift) key work, I can type uppercase and all. Is
that a h
Christopher Schmidt writes:
> Hi gurus,
>
> I have a problem with Org-mode version 7.8.03
> (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1
> (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08.
>
> (info "(org)Orgstruct mode") says that one is allowed to use orgtbl-mode
> in message
On Wednesday, April 25, 2012 at 12:08 AM Eric Fraga wrote:
> Nick Dokos writes:
>> Michael Hannon wrote:
>>
>>> Greetings. I've got another export question. If I put two small images
>>> into
>>> an Org-mode table and export the containing document to HTML, I see the two
>>> images displayed
Nick Dokos writes:
> Michael Hannon wrote:
>
>> Greetings. I've got another export question. If I put two small images into
>> an Org-mode table and export the containing document to HTML, I see the two
>> images displayed side-by-side in an area of the page that is at least roughly
>> the act
50 matches
Mail list logo