Re: [O] babel perl issue

2012-12-11 Thread flav
Ok, I have deleted some files on my system. I have mis install org (twice in 2 path, bla bla) and I seem to work better. Thanks a lot for help And excuse me 2012/12/11 Eric Schulte > flav writes: > > > Le 10/12/2012 18:24, Eric Schulte a écrit : > >> 1. make sure you're using a recent version

Re: [O] [PATCH] ob-python: specify defcustom parameters

2012-12-11 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> Again, could you send a git format-patch version of this patch? > > Sorry if this comes through twice, but it appears that Gmane has dropped > my first posting. > I only got this once. Thanks for re-sending, I'll apply this when next I push to the g

Re: [O] [PATCH] lisp/ob.el (org-babel-result-cond)

2012-12-11 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> I'd like to apply this patch, however the format is not detected by git >> am. Could you re-generate this patch using git format-patch and attach >> the resulting file? > > Here it is: > Much Obliged, I'll push this up when next I push to the git r

Re: [O] babel perl issue

2012-12-11 Thread Eric Schulte
Bastien writes: > Hi Eric, > > Eric Schulte writes: > >> I'm attaching two patches which implement this new require structure. >> They move ob.el -> ob-core.el. The new ob.el (which is now loaded by >> every file which requires 'ob) does two things. > > I'm slowly catching up, fixing issues and

Re: [O] new latex exporter and attr_latex

2012-12-11 Thread Michael Gauland
François Allisson allisson.co> writes: > > Hi, > > The following example used to work for me > > *** > #+ATTR_LATEX: align=lcr > | left | center | right | > *** > Any change recently around attr_latex or align? > Yes, the syntax has changed; see http://thread.gmane.

Re: [O] Some Experiences with org-babel-load-file

2012-12-11 Thread Florian Beck
On 12/11/2012 03:52 PM, Eric Schulte wrote: Please go ahead and update the information on worg. Note that Emacs24 users need only do (require 'org) (org-babel-load-file "/path/to/your/org-init-file.org") while users of lesser Emacs will have to load a new version of Org-mode before

Re: [O] [PATCH] ob-python: specify defcustom parameters

2012-12-11 Thread Achim Gratz
Eric Schulte writes: > Again, could you send a git format-patch version of this patch? Sorry if this comes through twice, but it appears that Gmane has dropped my first posting. >From b759805cca39914843222c25a63854c7694d7e80 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Fri, 7 Dec 2012 21:05:

Re: [O] babel perl issue

2012-12-11 Thread Bastien
Hi Eric, Eric Schulte writes: > I'm attaching two patches which implement this new require structure. > They move ob.el -> ob-core.el. The new ob.el (which is now loaded by > every file which requires 'ob) does two things. I'm slowly catching up, fixing issues and reading the mailing list. Ca

Re: [O] babel perl issue

2012-12-11 Thread Achim Gratz
Eric Schulte writes: > I'm attaching two patches which implement this new require structure. > They move ob.el -> ob-core.el. The new ob.el (which is now loaded by > every file which requires 'ob) does two things. That looks OK so far, just one nit: it would be much cleaner from the perspective o

Re: [O] [PATCH] lisp/ob.el (org-babel-result-cond)

2012-12-11 Thread Achim Gratz
Eric Schulte writes: > I'd like to apply this patch, however the format is not detected by git > am. Could you re-generate this patch using git format-patch and attach > the resulting file? Here it is: >From d91ba35d143b806f9d615a93f34a10b4086f55a5 Mon Sep 17 00:00:00 2001 From: Achim Gratz Dat

Re: [O] [PATCH] ob-python: specify defcustom parameters

2012-12-11 Thread Eric Schulte
Achim Gratz writes: > This avoids a byte-compiler warning and makes these customizations > easier to find. > Again, could you send a git format-patch version of this patch? Then I will apply it. Thanks. -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] [PATCH] lisp/ob.el (org-babel-result-cond)

2012-12-11 Thread Eric Schulte
Achim Gratz writes: > This has been in there for a while and only been visible due to > byte-compiler warnings about free variable result-params. Either the > tests don't really exercise this code path well or we've been lucky that > result-params was bound to the correct value during all those

Re: [O] info for org not found in emacs

2012-12-11 Thread Achim Gratz
Charles writes: > The following works for me (your mileage may vary) > > ;; info paths > (add-to-list 'Info-default-directory-list >"/home/eschulte/.emacs.d/src/org-mode/doc/") You should not change this variable at all, the variable to customize is `Info-additional-directory-l

Re: [O] Some Experiences with org-babel-load-file

2012-12-11 Thread Eric Schulte
Florian Beck writes: > Hello! > > As an experiment, I moved my .emacs and all my personal packages into > an org-file and now load it with 'org-babel-load-file. This works fine > enough: the source code blocks can handle several thousand lines of > code (for later splitting) without any quirks, t

Re: [O] babel perl issue

2012-12-11 Thread Achim Gratz
Eric Schulte writes: >> Org-mode version 7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/) >> GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.6) >> of 2012-09-21 on allspice, modified by Debian >> >> Thanks for help. > > I don't see how this is possible. He's using Org from a Debian p

Re: [O] info for org not found in emacs

2012-12-11 Thread Nick Dokos
Charles wrote: > ... > As I described earlier my earlier attempt, i.e. added > INFOPATH=/home/Charlie/elisp/org-mode/doc/ to > my bash_profile loaded the latest org manual into the general info tree but > so was org manual > version 7.9.1; however, when I was in emacs (the bash_profile was sti

Re: [O] Possible bug in org-open-at-point when filename includes ampersand

2012-12-11 Thread Memnon Anon
Johnny writes: > To replicate: > - Create a file test_&_file.txt > - In dired, locate the file and capture the link C-c l > - In an org file, insert link by C-c C-l > - Place point at file and C-c C-o (org-open-at-point) > > The link org stores is e.g "~/test_&_file.txt". > > This cannot be opene

Re: [O] start clock doesn't refresh agenda

2012-12-11 Thread Bastien
Hi, Rares Pop writes: > I'm using emacs 23.1.1 with org-mode 7.9.2 and when i'm starting the > clock on the current item from the agenda I get the clock started but > the agenda doesn't get refreshed (the yellow line on the current item > is not displayed). If i hit manually refresh (g ) i get t

Re: [O] new latex exporter and attr_latex

2012-12-11 Thread François Allisson
Le mardi 11 décembre 2012 à 17h47, Nick Dokos a écrit: > See > > http://thread.gmane.org/gmane.emacs.orgmode/62766 > Thanks Nick! #+attr_latex: :align lcr works fine! François

Re: [O] Some Experiences with org-babel-load-file

2012-12-11 Thread Memnon Anon
Florian Beck writes: > 1. `org-babel-load-file' doesn't seem to be in the org docu. The > instructions on worg are obsolete (mentions `org-install') and > needlessly complicated. Just putting > > (package-initialize) ;; only if you use the newest org ... and the newest emacs! > (require 'ob-tan

Re: [O] info for org not found in emacs

2012-12-11 Thread Charles
N.B. I am resending this message; I only replied to Nick and did not send it to the list. On 12/10/2012 5:26 PM, Nick Dokos wrote: Charles wrote: Info at the command line and "C-h i" from Emacs still bring up the manual for 7.9.1 even though the 7.9.2 org.doc has been downloaded. Have you

Re: [O] org-drill installation problem

2012-12-11 Thread Memnon Anon
Sanjib Sikder writes: > (require 'org-drill) > (add-to-list 'load-path "~/.emacs.d/") [...] > File error: Cannot open load file, org-learn ,[ org-drill.org/Installation ] | For manual installation, put the following in your =.emacs=. You will also need | to make sure that Org's "contrib/l

Re: [O] Agenda: show only prio-A events with associated date/timestamp

2012-12-11 Thread Memnon Anon
>> I'd like to derive a custom agenda view that has following properties: >> >> - show only items with associated datestamp or timestamp (same as >> «is displayed in the time grid of my usual agenda») >> - only with priority [#A] So, your usual agenda, but only priority #As ? Or only those items

Re: [O] new latex exporter and attr_latex

2012-12-11 Thread Nick Dokos
François Allisson wrote: > Hi, > > The following example used to work for me > > *** > #+ATTR_LATEX: align=lcr > | left | center | right | > *** > > i.e. it was exported with the correct alignment rules. But now (Org > 7.9.2-666/ Emacs 24.2.50.1), it seems to not work a

[O] Possible bug in org-open-at-point when filename includes ampersand

2012-12-11 Thread Johnny
Hi, When working with org-capture and inserting links to files, I noticed that some files do not open properly and found out that the filename contains "&" which causes this issue. To replicate: - Create a file test_&_file.txt - In dired, locate the file and capture the link C-c l - In an org fi

[O] new latex exporter and attr_latex

2012-12-11 Thread François Allisson
Hi, The following example used to work for me *** #+ATTR_LATEX: align=lcr | left | center | right | *** i.e. it was exported with the correct alignment rules. But now (Org 7.9.2-666/ Emacs 24.2.50.1), it seems to not work any more, as it get exported as ** \b

[O] Is it possible to see the blocking task?

2012-12-11 Thread Mirko Vukovic
Hello, I am using TODO dependencies for a project. I find some tasks are blocked for no apparent reason (this is after multiple editing of the file, and setting and unsetting of the ORDERED property). I know that I can over-ride task blocking by a triple C-u. I'd like to see the blocking task

Re: [O] babel perl issue

2012-12-11 Thread flav
Le 11/12/2012 14:45, Eric Schulte a écrit : flav writes: Le 10/12/2012 18:24, Eric Schulte a écrit : 1. make sure you're using a recent version of Org-mode, either the latest release or from git, see http://orgmode.org/worg/org-faq.html#Keeping-current 2. start Emacs with the -Q fl

[O] org-capture vs. org-agenda-capture

2012-12-11 Thread Rene
When calling org-capture ('C-c c'), you get the current inactive timestamp with date and time [2012-12-11 Tue 16:18] whenever you specify '%U' in your capture template. On the other hand, when calling org-agenda-capture ('k' from the agenda), your timestamps always indicates a null time [2012-12-1

Re: [O] Distinguish between blank and zero in org-mode spreadsheet

2012-12-11 Thread Michael Brand
Hi all I would also like if some interest could be spent in this (see subject) area. Let me give some examples as an overview, grouped as “check if empty”, “range” and “single fields”. The first is the only one directly related to the OP question. But the others still match the subject perfectly.

[O] Bug: export to LaTeX doesn't handle filenames properly [7.8.11]

2012-12-11 Thread John Smith
Hi, I have in my .org file links to files that contain spaces and []. org-insert-link converts space to %20, [ to %5B, ] to %5D. When doint html-export, the links work, but LaTeX export just leaves the links as they are (so now there are LaTeX comments in the middle of filename) After doing 'repl

Re: [O] babel perl issue

2012-12-11 Thread Eric Schulte
flav writes: > Le 10/12/2012 18:24, Eric Schulte a écrit : >> 1. make sure you're using a recent version of Org-mode, either the >> latest release or from git, see >> http://orgmode.org/worg/org-faq.html#Keeping-current >> >> 2. start Emacs with the -Q flag (to ensure there is no problem

Re: [O] Agenda: show only prio-A events with associated date/timestamp

2012-12-11 Thread Karl Voit
* Karl Voit wrote: > > I'd like to derive a custom agenda view that has following properties: > > - show only items with associated datestamp or timestamp (same as > «is displayed in the time grid of my usual agenda») > - only with priority [#A] > > With this, I want to get a rough overview of t

Re: [O] info for org not found in emacs

2012-12-11 Thread Jambunathan K
Achim Gratz writes: > Check the content of those variables and maybe if INFOPATH is set to something > strange. M-: (getenv "INFOPATH") --

Re: [O] info for org not found in emacs

2012-12-11 Thread Achim Gratz
Rainer M Krug gmail.com> writes: > Sorry - must have missed that one. doc/die is fine Then you must have changed something else in your setup. Once Info is started, the list of directories to search comes from the variable `Info-directory-list'. This variable `Info-default-directory-list' i

[O] Agenda: show only prio-A events with associated date/timestamp

2012-12-11 Thread Karl Voit
Hi! I'd like to derive a custom agenda view that has following properties: - show only items with associated datestamp or timestamp (same as «is displayed in the time grid of my usual agenda») - only with priority [#A] With this, I want to get a rough overview of the most important events and

Re: [O] info for org not found in emacs

2012-12-11 Thread Jambunathan K
Rainer M Krug writes: > On 10/12/12 23:15, Charles wrote: >> On 12/10/2012 12:43 PM, Eric Schulte wrote: >>> Rainer M Krug writes: >>> On 10/12/12 17:50, Jambunathan K wrote: > Rainer M Krug writes: > >> Thanks - does anybody else has any ideas on how I can get org into info?

[O] org-drill installation problem

2012-12-11 Thread Sanjib Sikder
hi, I downloaded the org-drill package and put the org-drill.el file in.emacs.d folder. Then I added (require 'org-drill) in my .emacs file where the load path (add-to-list 'load-path "~/.emacs.d/") is there before it. After restarting, when i open a org-mode file to be used in org-drill mode

[O] Formatting Text in Org-mode

2012-12-11 Thread Rodolfo Aramayo
Genetic genotypes follow strict rules In org-mode, writing: /matA^HMG/ would be incorrect because the superscript 'HMG' should NOT be italics If however I were to write: /matA/^HMG the result is not what I expected The only way to get the correct conversion is to write: /matA/ ^HMG, which despit

[O] Formatting text in org-mode

2012-12-11 Thread Rodolfo Aramayo
Genetic genotypes follow strict rules In org-mode, writing: /matA^HMG/ would be incorrect because the superscript 'HMG' should NOT be italics If however I were to write: /matA/^HMG the result is not what I expected The only way to get the correct conversion is to write: /matA/ ^HMG, which despit

Re: [O] babel perl issue

2012-12-11 Thread flav
Le 10/12/2012 18:24, Eric Schulte a écrit : 1. make sure you're using a recent version of Org-mode, either the latest release or from git, see http://orgmode.org/worg/org-faq.html#Keeping-current 2. start Emacs with the -Q flag (to ensure there is no problem caused by the rest of you

Re: [O] info for org not found in emacs

2012-12-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/12/12 23:15, Charles wrote: > On 12/10/2012 12:43 PM, Eric Schulte wrote: >> Rainer M Krug writes: >> >>> On 10/12/12 17:50, Jambunathan K wrote: Rainer M Krug writes: > Thanks - does anybody else has any ideas on how I can get

Re: [O] info for org not found in emacs

2012-12-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/12/12 19:11, Achim Gratz wrote: > Rainer M Krug writes: >> This definitely works - thanks. But is there a way of adding this >> permanentely, so that I can >> use the menu entry in the org menu to see the info file? > > As I said before, check