Re: [O] link to windows version of emacs broken

2012-08-06 Thread Bastien
Hi Carl-Johan, "Carl-Johan Wägner" writes: > Just a notice for a broken link: > At the page > http://orgmode.org/worg/org-tutorials/org4beginners.html > The link "Emacs for MS Windows" links to http://ftp.gnu.org/gnu/windows/Emacs/ > > The correct link for the intended page is: > http://ftp.gnu.

Re: [O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-06 Thread Bastien
CC'ing Christian again with a working email address this time. Bastien writes: > thanks for this. I've quickly check by just reading the patches, > and this looks good. I copy Christian, hoping he will have time > to double-check. -- Bastien

Re: [O] Fetch failed

2012-08-06 Thread Johan Ekh
Thanks guys! Now it works! /Johan On Sun, Aug 5, 2012 at 5:51 PM, Achim Gratz wrote: > Johan Ekh writes: > > git pull > > error: Unable to find 16d23c07dd3697db790b14e6873c65404c912e3f under > > http://repo.or.cz/r/org-mode.git > > Cannot obtain needed object 16d23c07dd3697db790b14e6873c65404c91

[O] Use nomencl package with latex exporter?

2012-08-06 Thread Johan Ekh
Hi all, I use the default latex exporter in org-mode v7.8 to write documents using a custom latex class which is built on "article". I would like to use the "nomencl" latex package if possible. I have a latex src block before the first exported headline that looks like #+begin_latex lots of stuff

[O] [PATCH] Change to next/previous-line in org agenda

2012-08-06 Thread Eric Abrahamsen
I'm not sure people will actually want this change, but I like it, so I'm providing a patch. All this does is change org-agenda-next-line and org-agenda-previous-line so that they move by agenda items, and not by actual lines. The only real drawback I can see is that, since `substitute-key-definit

[O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-06 Thread Steinar Bang
Platform: Windows 2008R2 SP1 GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN I pulled org-mode master from git today. When I tried to open an org file, it failed, with the following message in the minibuffer: File mode specification error: (invalid-function org-check-v

[O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-06 Thread Steinar Bang
Platform: Windows 2008R2 SP1 GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN I pulled org-mode master from git today. When I tried to open an org file, it failed, with the following message in the minibuffer: File mode specification error: (invalid-function org-check-v

Re: [O] Use nomencl package with latex exporter?

2012-08-06 Thread Myles English
Johan Ekh writes: > Hi all, > I use the default latex exporter in org-mode v7.8 to write documents using > a custom latex class which is built on "article". > I would like to use the "nomencl" latex package if possible. > From the shell I usually run something like > > makeindex filename.nlo -s

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Jonathan Leech-Pepin
Hello, On Sun, Aug 5, 2012 at 11:01 PM, Ilya Shlyakhter wrote: > On Sun, Aug 5, 2012 at 10:46 PM, Torsten Wagner > wrote: >> I can see the point that the property drawer header can be annoying >> too. Actually, when I used orgmobile for the first time I was not too >> happy to see all this prope

[O] org-elements: list in drawer

2012-08-06 Thread Michael Brand
Hi all M-q on the list item in this example does not try to fill: #+BEGIN_SRC org ,#+DRAWERS: MYDRAWER ,:MYDRAWER: ,- a paragraph longer than one line, a paragraph longer than one line, a paragraph longer than one line ,:END: #+END_SRC org-fill-paragraph recognizes a plain list but I thi

Re: [O] Bug: "File mode specification error: (invalid-function org-check-version)" on startup

2012-08-06 Thread Achim Gratz
Steinar Bang dod.no> writes: > I pulled org-mode master from git today. When I tried to open an org > file, it failed, with the following message in the minibuffer: > File mode specification error: (invalid-function org-check-version) My guess is that you have outdated autoloads... but please f

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Christopher J. White
Hi Folks, I thought I'd throw in my 2c on the topic. I work on org-toodledo which syncs TODO items with Toodledo.com. On first sync, it creates adds a "ToodledID" property to track the ID assigned by the server. In my use case, that majority of TODO items have *no* other properties. As su

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-08-06 Thread Brian Wood
Thanks. I'll let you know as soon as I have a chance to try it. Brian Wood Applications Programmer UC Berkeley IST Application Services On 8/5/12 2:13 AM, Bastien wrote: Hi Brian, Brian Wood writes: I'd like to replace CLOCKSUM with a column that shows me just the time spent on the task *t

[O] Subscripts in URLs

2012-08-06 Thread Ken Williams
Hi, I see in http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01014.html that a patch was committed back in 2010 that should prevent underscores from introducing subscripts in links. However, I'm using 7.8.03 (released 2012-01-03) and when I insert a link like so: [[http://www.mm

[O] Change: no longer automatically evaluate embedded elisp in code block output Was: babel awk with table input: Code block produced no output.

2012-08-06 Thread Eric Schulte
> so, the first question is, are the semantics of parsing results such > that random e-lisp-looking code should be executed? (this seems > dangerous, but may nevertheless be the intended semantics.) if one did > *not* want that behavior, one can call org-babel-read with the > inhibit-lisp-eval pa

Re: [O] preview latex fragments

2012-08-06 Thread darc...@gmail.com
Do you add the tikz package to the org-export-latex-default-packages-alist variable? I had this bug in the past when I added the tikz package to org-export-latex-default-packages-alist and the bug still exists today. Some threads about this (all related to tikz + preview-latex) http://thread.gmane

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Ilya Shlyakhter
On Mon, Aug 6, 2012 at 8:12 AM, Jonathan Leech-Pepin wrote: > The issue I can see with completely hiding :PROPERTIES: line is > that you would then run the risk of adding text at the wrong > location (between the headline and the drawer for example). At > the moment when the drawer is folded you

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Allen S. Rout
On 08/04/2012 02:10 PM, Ilya Shlyakhter wrote: One common use would be to store the creation & last-modification dates of each entry. I've tried various ways of doing it and they all were too obtrusive to use on _every_ entry. Time-stamping of all entries would be extremely useful, just as ti

Re: [O] org-mode S5 Presentation: How to disable mouse click for page turn so that mouse can be used to control embedded interactive chart?

2012-08-06 Thread Feiming Chen
Hi Eric: Thank you very much! Your solution works! Sincerely, Feiming Chen From: Eric Schulte To: Bastien Cc: Feiming Chen ; emacs-orgmode@gnu.org Sent: Wed, August 1, 2012 9:40:52 AM Subject: Re: [O] org-mode S5 Presentation: How to disable mouse click

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Michael Brand
On Mon, Aug 6, 2012 at 8:16 PM, Allen S. Rout wrote: > Org is my life in plain text, not WordPerfect with reveal-codes. I always wondered what Ford Prefect is doing in the Org Manual and why he is related with Org. :-)) Michael

Re: [O] Use nomencl package with latex exporter?

2012-08-06 Thread Johan Ekh
Thank you Myles, I'm not that comfortable with cmake but I will give your solution a try and report My milage. / Johan Sent from my iPad On 6 aug 2012, at 14:14, Myles English wrote: > > Johan Ekh writes: > >> Hi all, >> I use the default latex exporter in org-mode v7.8 to write documents u

[O] Sagemath with org-babel?

2012-08-06 Thread Johan Ekh
Hi all, sage is not listed under languages that can be used with org-babel. But it is based on Python, is it possible to use it with org-babel? /Johan Sent from my iPad

Re: [O] Use nomencl package with latex exporter?

2012-08-06 Thread Nick Dokos
Johan Ekh wrote: > Thank you Myles, > I'm not that comfortable with cmake but I will give your solution a try and > report My milage. > > / Johan > > Sent from my iPad > > On 6 aug 2012, at 14:14, Myles English wrote: > > > > > Johan Ekh writes: > > > >> Hi all, > >> I use the default lat

Re: [O] Sagemath with org-babel?

2012-08-06 Thread Thomas S. Dye
Aloha Johan, Babel can be configured to support new languages, see http://orgmode.org/worg/org-contrib/babel/languages.html#develop Someone will need to write language specific functions to support code block evaluation in sage. There is a template for this. The functions written for other lang

Re: [O] Sagemath with org-babel?

2012-08-06 Thread Darlan Cavalcante Moreira
I have done this in the past, I don't have the files anymore. However, as Tom says it is very easy to modify the templates to make org work with sage. I remember I only needed some search and replace to make it work. Also, you may want to have a look at sage-mode first if you haven't already. htt

Re: [O] Introducing Octopress Exporter

2012-08-06 Thread Neil Smithline
Aurélien Aptel Aug 2, 2012 05:45 I've never heard of octopress, interesting. The only thing I don't like is how comments are handled. Since it's all static you relying on an external service like Disqus. I'm not so fond of losing control over user contribution l

Re: [O] Subscripts in URLs

2012-08-06 Thread Bastien
Hi Ken, Ken Williams writes: > I see in > http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01014.html that > a patch was committed back in 2010 that should prevent underscores from > introducing subscripts in links. However, I'm using 7.8.03 (released > 2012-01-03) and when I insert a

[O] [PATCH] Fixes org-rmail-store-link

2012-08-06 Thread T.F. Torrey
Hello all, Attempting to save a link in an Rmail buffer fails with the error "Wrong type argument: arrayp, nil". Attempting to save a link in an Rmail buffer succeeds if all headers are shown (by pressing T to toggle the display). Attempting to save a link in an Rmail summary buffer always fails

Re: [O] Introducing Octopress Exporter

2012-08-06 Thread Neil Smithline
PS: By coincidence I just posted an article about Org Mode in my Octopress blog :-D It is the second of at least three postings on my time management system. The Org Mode posting is at http://www.neilsmithline.com/blog/2012/08/05/time-tracking-part-2/ The posting that outlines the entire tim

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Torsten Wagner
Hi, I would say this discussion is just showing how difficult it becomes to save all extra information provided by more and more 3rd party tools in a smart way in plain-text. I can understand both arguments * hide stuff which is not useful or needed for the user vs. * its my data and my file, I

Re: [O] [PATCH] Fixes org-rmail-store-link

2012-08-06 Thread Nick Dokos
T.F. Torrey wrote: > ,.. > > The error occurs because org-rmail-store-link attempts to get the > Message-ID header with mail-fetch-field, then remove the angle > brackets with org-remove-angle-brackets. However, without showing full > headers, Message-ID is hidden, and (mail-fetch-field "message

Re: [O] More flyspell-overlays removed

2012-08-06 Thread Jeffrey Spencer
Just gave this a go and seems to work well but still forgot to add I believe: TYP_TODO and ATTR_LATEX Cheers, Jeff On Wed, Aug 1, 2012 at 1:32 AM, Bastien wrote: > > > "Sebastien Vauban" > writes: > > > I would allow fly-prog-mode in the listins, as one normally does for > plain > > code, no?