Hi Jude
Have you checked if the binary makeinfo can be found somewhere and if
it is reachable by your PATH? What is the output of these commands?
find /usr /bin /sbin -name makeinfo
echo $PATH
cd ~/org-mode make info
Michael
On Tue, Oct 18, 2011 at 07:02, Jude DaShiell jdash...@shellworld.net
For the record, this is a new installation of debian wheezy and
the makeinfo utility doesn't appear to be in the distribution let alone
on my system.
Script started on Tue 18 Oct 2011 03:50:42 AM EDT
jude@stmarys:~$ ./findmakeinfo.sh
find: `/usr/lost+found': Permission denied
My bad, I was missing texinfo package and thought that had already been
installed. Once that got installed, everything works as well as it did
earlier this year. If I knew what path that error took, I'd write what
might be a better error message for it asking for the texinfo package to
be
Jude DaShiell jdash...@shellworld.net writes:
For the record, this is a new installation of debian wheezy and
the makeinfo utility doesn't appear to be in the distribution let alone
on my system.
sudo apt-get install texinfo
I usually keep a (somewhat stale) copy of Contents-$arch.gz
Henri-Paul Indiogine hindiog...@gmail.com writes:
Greegins!
2011/10/17 Nick Dokos nicholas.do...@hp.com:
http://thread.gmane.org/gmane.emacs.orgmode/46172
From reading this thread I suspect that the problem is the older
version of TeXLive, which is still 2009 even in the latest Ubuntu.
Hello,
from Debian bug #645214 (http://bugs.debian.org/645214):
org-mode doesn't seems to honour correctly the org-list-indent-offset
variable (a recent addition). See the following steps:
1- Run emacs -q
2- M-x org-mode
3- M-x set-variable org-list-indent-offset 8
4- open
Hi,
(sorry Arne for the eventual double post, I forogot to attt the mailing
list)
Is there a way to get python3 support for Babel into org-mode
cleanly?
Something like:
-*- org-babel-python-command: python3
alternatively (a trick Eric is never tired to mention to me ) you could
add a
Hello,
from Debian bug #645360 (http://bugs.debian.org/645360):
Here's my test file, call it c.org:
* a
** aa
*** aaa
I put the cursor at the beginning of the file (at the * in the first
line). Then I type C-c C- (i.e. outline-demote). The result is
** a
*** aa
*** aaa
Hi all
I would like to suggest to treat this together with a similar issue:
1- Run emacs -q
2- M-x org-mode
3- open /tmp/t.org
4- Write the following
- 1 :: item 1
[TAB]- item 2
When you press [TAB], - item 2 is indented 7 spaces right. But I
would expect it to be indented the same 2 spaces as
Hi,
The Org manual (2.5 Structure editing) says to use M-S-right
(org-demote-subtree) for what the submitter wants to do.
Yours,
Christian
On 10/18/11 10:55 AM, Sébastien Delafond wrote:
Hello,
from Debian bug #645360 (http://bugs.debian.org/645360):
Here's my test file, call it c.org:
I agree that's not a valid bug and should be closed.
-Bernt
Christian Moe m...@christianmoe.com writes:
Hi,
The Org manual (2.5 Structure editing) says to use M-S-right
(org-demote-subtree) for what the submitter wants to do.
Yours,
Christian
On 10/18/11 10:55 AM, Sébastien Delafond
#+SEQ_TODO: NEW TEST DONE CANX
Hello,
Instead of using the TODO state NEW, I tried using NEW so that it
occupies 4 letters, as all my other states (better display in the agenda).
Though...
* TEST Do this
Simply use S-right arrow to cycle through the different states, and you'll see
NEW added
On 2011-10-18, Bernt Hansen be...@norang.ca wrote:
I agree that's not a valid bug and should be closed.
gotcha, will do. Christian Bernt, thanks a lot for your input !
Cheers,
--Seb
Hi Sebastien
On Tue, Oct 18, 2011 at 12:32, Sebastien Vauban
Instead of using the TODO state NEW, I tried using NEW so that it
occupies 4 letters, as all my other states (better display in the agenda).
Though...
* TEST Do this
Simply use S-right arrow to cycle through the different
Sébastien Delafond sdelaf...@gmail.com writes:
On 2011-10-18, Bernt Hansen be...@norang.ca wrote:
I agree that's not a valid bug and should be closed.
gotcha, will do. Christian Bernt, thanks a lot for your input !
Cheers,
--Seb
There's M-right and M-S-right for demoting headings - the
Hello Christian
Christian Moe m...@christianmoe.com writes:
That probably explains it, then.
But, uh, can I borrow this thread for a moment?
I find custom styles in ODT export aren't working as per the manual,
section 12.8.2. Here's what I've done (test files attached; Emacs
23.3.1; Org
Torsten Wagner torsten.wag...@gmail.com writes:
alternatively (a trick Eric is never tired to mention to me ) you
could
add a little lisp block which change all kind of language related
aspects for you. This could include many more options and modify your
emacs environment just to your
Mehul
% git remote -v
originhttp://repo.or.cz/r/org-mode/org-jambu.git (fetch)
originhttp://repo.or.cz/r/org-mode/org-jambu.git (push)
I have been pulling from the wrong repository.
This git repo shouldn't be used at all.
For the sake of convenience, the ELPA tarball
Jude DaShiell jdash...@shellworld.net wrote:
My bad, I was missing texinfo package and thought that had already been
installed. Once that got installed, everything works as well as it did
earlier this year. If I knew what path that error took, I'd write what
might be a better error
Olaf Meeuwissen olaf.meeuwis...@avasys.jp wrote:
Jude DaShiell jdash...@shellworld.net writes:
For the record, this is a new installation of debian wheezy and
the makeinfo utility doesn't appear to be in the distribution let alone
on my system.
sudo apt-get install texinfo
I
Hi, Jambunathan,
On 10/18/11 2:05 PM, Jambunathan K wrote:
When you are generating such a custom styles file for templating
purposes, it is highly desirable that H:10 num:t be option used.
(...)
I believe the above restriction is not overly restrictive.
No, that makes good sense, and thanks
#+BABEL: :engine msosql :cmdline -S SERVER -U USER -P PASS -d
DATABASE -n -w 700
* Show code of stored procedure
Despite telling Babel that I'd like to see the output as it is, it displays it
in a 4-column table.
See http://i.imgur.com/neDO3.png for the original layout in SQL Query Analyser
* Dave Abrahams d...@boostpro.com wrote:
I was wondering what other people do.
I am using http://www.mayrhofer.eu.org/dvcs-autosync for
automatically committing of changes but without activated XMPP sync
feature (so far).
The already mentioned «git diff --color-words» helps me a lot when
On Tue, Oct 18, 2011 at 6:04 PM, John Hendy jw.he...@gmail.com wrote:
Just discovered sparse trees. Fantastic.
Once I'm done... how do I stop headlines from being illuminated in
yellow? I don't see it on the sparse tree page here:
Have you tried C-c C-c (the all mighty do it all key
Hi Seb,
I've just pushed up a fix which should resolve this issue.
Best -- Eric
Sebastien Vauban wxhgmqzgw...@spammotel.com writes:
#+BABEL: :engine msosql :cmdline -S SERVER -U USER -P PASS -d
DATABASE -n -w 700
* Show code of stored procedure
Despite telling Babel that I'd like to
Patch 989 (http://patchwork.newartisans.com/patch/989/) is now Accepted.
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C80lisogetx.fsf%40somewhere.org%3E
Here is the original message containing the patch:
Content-Type: text/plain; charset=utf-8
Nick Dokos nicholas.do...@hp.com writes:
Thomas S. Dye t...@tsdye.com wrote:
Aloha all,
I'm seeing some unexpected behavior when passing two tables into an R
source code block. Things seem to work as expected when only one table is
passed.
In the following example, the header for the
Just discovered sparse trees. Fantastic.
Once I'm done... how do I stop headlines from being illuminated in
yellow? I don't see it on the sparse tree page here:
--- http://orgmode.org/manual/Sparse-trees.html
Thanks,
John
Thanks, Eric (and Seb and Nick). FYI, I've passed this issue to the ESS help
list.
-- Mike
- Original Message -
From: Eric Schulte schulte.e...@gmail.com
To: Michael Hannon jm_han...@yahoo.com
Cc: Org-Mode List emacs-orgmode@gnu.org
Sent: Monday, October 17, 2011 1:30 PM
Subject:
David Maus dm...@ictsoc.de writes:
Hi all,
Currently tests with missing dependency are silently skipped -- it
might be worth changing this behavior to not skip them, but mark them
as expected to fail. You can do this in ERT by placing the
keyword :expected-result followed by either :passed
This may not be specific to org-odt, but maybe applies to Org itself.
I have a LaTeX file which I use for my resume at the moment. The
fonts that are being used with it are great for what I want.
How do I specify fonts that I want to use, rather then the defaults?
Do I have to do that through
Hi!
I am into a process to write a convert tool from my old calendar
software[1] to Org-mode.
Now I do have to define something like »this event is recurring each
week on Wednesday except 2011-10-26 and 2011-11-30«.
I already know that complex things have to be done using sexp
entries[2] but
Neglected forwarding to the list - sorry Eric for the double post.
Brian
-- Forwarded message --
From: Brian Wightman midlife...@wightmanfam.org
Date: Tue, Oct 18, 2011 at 12:02 PM
Subject: Re: [O] [test] Mark tests with missing dependencies as
expected to fail
To: Eric Schulte
(and (your-sexp-here) (not (except-dates-here)))
On Tue, Oct 18, 2011 at 11:52 AM, Karl Voit devn...@karl-voit.at wrote:
Hi!
I am into a process to write a convert tool from my old calendar
software[1] to Org-mode.
Now I do have to define something like »this event is recurring each
week
Hi all,
There is a major issue with org-indent-mode under org-mode 7.7
(downloaded today with Emacs PPM, dated 2011-10-18) and Emacs 23.2.
When org-startup-indented is set to t, on opening any .org file the
cursor immediately jumps to the end of file, and it is impossible to move
it from
* Brian Wightman br...@wightmanfam.org wrote:
(and (your-sexp-here) (not (except-dates-here)))
Cool, thanks!
Now I still have to think about which method is easier to implement
:-)
--
Karl Voit
On Tue, 18 Oct 2011 17:30:17 +, Andrei Jirnyi wrote:
There is a major issue with org-indent-mode under org-mode 7.7
(downloaded today with Emacs PPM, dated 2011-10-18) and Emacs 23.2.
As noted, it works under 7.7 and 23.3; it also works fine with 7.01trans
and 23.2.
--aj
On Tue, Oct 18, 2011 at 11:06 AM, suvayu ali
fatkasuvayu+li...@gmail.com wrote:
On Tue, Oct 18, 2011 at 6:04 PM, John Hendy jw.he...@gmail.com wrote:
Just discovered sparse trees. Fantastic.
Once I'm done... how do I stop headlines from being illuminated in
yellow? I don't see it on the
Karl Voit devn...@karl-voit.at wrote:
Hi!
I am into a process to write a convert tool from my old calendar
software[1] to Org-mode.
Now I do have to define something like »this event is recurring each
week on Wednesday except 2011-10-26 and 2011-11-30«.
I already know that complex
Hi
You must have overseen it where you already looked:
http://orgmode.org/manual/Sparse-trees.html
Each match is also highlighted; the highlights disappear when the
buffer is changed by an editing command2, or by pressing C-c C-c.
[2] This depends on the option org-remove-highlights-with-change
(and (your-sexp-here) (not (except-dates-here)))
Pardon a slightly off-topic rant. I have yet to find calendar software
(org included) that handles repeating appointments with the kind of
flexibility that would make them really useful. First, typical
real-world repeating appointments do not
Christian Moe mail at christianmoe.com writes:
The Org manual (2.5 Structure editing) says to use M-S-≤right
(org-demote-subtree) for what the submitter wants to do.
(I am the original reporter of the issue on the Debian BTS.) That is useful
information for me, and I will use those keys.
I
Is there any way to see (in a temporary buffer) the log generated by
pdflatex when compiling the exported document with C-e p ?
--aj
Eric Schulte schulte.e...@gmail.com writes:
Nick Dokos nicholas.do...@hp.com writes:
Thomas S. Dye t...@tsdye.com wrote:
Aloha all,
I'm seeing some unexpected behavior when passing two tables into an R
source code block. Things seem to work as expected when only one table is
passed.
Skip Collins skip.coll...@gmail.com writes:
Hi Skip,
[a slightly off-topic rant]
You might find some luck with applications that follow the iCalendar
standard. There, a re-occuring event may have an end date. And when
you move (this week's meeting is 30 minutes later) or delete some
Sanjoy Mahajan san...@olin.edu wrote:
Christian Moe mail at christianmoe.com writes:
The Org manual (2.5 Structure editing) says to use M-S-≤right
(org-demote-subtree) for what the submitter wants to do.
(I am the original reporter of the issue on the Debian BTS.) That is useful
Skip Collins skip.coll...@gmail.com writes:
(and (your-sexp-here) (not (except-dates-here)))
Pardon a slightly off-topic rant. I have yet to find calendar software
(org included) that handles repeating appointments with the kind of
flexibility that would make them really useful. First,
Hi, Mehul, cc: Jambunathan,
I agree with Mehul it would be great to have an option to specify a
styles file on a per-file basis. Something like:
#+ODT_STYLE: ~/org/odt-templates/cv.odt
Jambunathan, please consider this a feature request (if you haven't
implemented it already, and I've
In reading the recent request to specify fonts for ODT, I was reminded
of a recent problem I had. I'm writing a longer-ish document (ended up
at about 15 pages) and am primarily typesetting with LaTeX to PDF. In
sending it to others for feedback, however, they wanted something
editable for
* Nick Dokos nicholas.do...@hp.com wrote:
All you have to do is explicitly exclude the two
dates. Something like this (lightly tested) should work. (NB: Wednesday
= 3 and calendar/diary wants dates as 3-element lists in the form (month
day year)):
%%(let ((dayname (calendar-day-of-week
Hello,
Sébastien Delafond sdelaf...@gmail.com writes:
from Debian bug #645214 (http://bugs.debian.org/645214):
org-mode doesn't seems to honour correctly the org-list-indent-offset
variable (a recent addition). See the following steps:
1- Run emacs -q
2- M-x org-mode
3- M-x
Christian,
Thanks for the stopgap measure. As for fonts, like styles, it
would be easier, simpler and more elegant
to be able to do that without having to edit styles.odt every time.
This is not specific to org-odt. It should be,
at least I think so for now, to do this with any exporting
Hello,
Andrei Jirnyi a-jir...@northwestern.edu writes:
There is a major issue with org-indent-mode under org-mode 7.7
(downloaded today with Emacs PPM, dated 2011-10-18) and Emacs 23.2.
When org-startup-indented is set to t, on opening any .org file the
cursor immediately jumps to the
Nick Dokos nicholas.do...@hp.com writes:
Jude DaShiell jdash...@shellworld.net wrote:
My bad, I was missing texinfo package and thought that had already been
installed. Once that got installed, everything works as well as it did
earlier this year. If I knew what path that error took, I'd
Hi,
org-todo-yesterday and org-agenda-todo-yesterday log a note using the
current timestamp and not a timestamp of 23:59 of yesterday's date.
I'm using Org-Mode 7.7 pulled today from the git repository.
Cheers,
Viktor
Olaf Meeuwissen olaf.meeuwis...@avasys.jp wrote:
Here is a useful command that you can use on Debian and Ubuntu systems
in situations like this:
$ dpkg -S makeinfo
texinfo: /usr/bin/makeinfo
octave3.2-common: /usr/share/octave/3.2.4/m/help/__makeinfo__.m
emacs23-common:
,[ C-h f org-clone-subtree-with-time-shift RET ]
I find that this exactly what you are describing: I define an entry,
clone it (with weekly shift, for instance) and then delete the
exceptions and maybe add a few extras. If any weekly instance has to
change, I simply change it! Works
It's available on debian and installed on this system now. That'll likely
be useful for newer debian installations and systems similar that do
minimal installs.
Jude jdash...@shellworld.net If I got a nickel for every message I've
already sent supporting Microsoft Windows and its
58 matches
Mail list logo