Re: [O] new exporter

2012-06-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > This code snippet has at last after revealed where the problem is: the > function call to (current-buffer) gets unquoted, when it clearly needs > to be in the expansion. The literal expansion of the buffer content > into the compiled bytecode is similarly explained

[O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Sebastien Vauban
Hello, When trying to export to LibreOffice, I get this error message: --8<---cut here---start->8--- Debugger entered--Lisp error: (void-variable org-line) (string-match "^ORG-\\(.*\\)-\\(START\\|END\\)$" org-line) (if (string-match "^ORG-\\(.*\\)-\\(START\

[O] Showing or going to previous entry from agenda view

2012-06-28 Thread Karl Voit
Hi! Following scenario: I see my (daily) agenda, go to a meeting (which is scheduled regularly) and press Enter. This jumps to the Org-mode file of this entry which has got following (sub-)structure in the file: * Project * Person X * Meeting 1 * Meeting 2 * Meeting 3 * Mee

[O] flet fixed in emacs trunk (Was: Is Org mode gonna break on emacs 24.50.1x ?)

2012-06-28 Thread Baptiste Fouques
Hi all, thanks for your answers, I do confirm that 'flet' is now working in emacs following emacs patch http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00515.html Org mode is working like a charm with in emacs, trunk version. -- ~^v^~ Bat Baptiste Fouques writes: > Hi, > > thanks

Re: [O] flet fixed in emacs trunk

2012-06-28 Thread Bastien
Baptiste Fouques writes: > I do confirm that 'flet' is now working in emacs following emacs patch > http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00515.html > > Org mode is working like a charm with in emacs, trunk version. Great, thanks for confirming! -- Bastien

[O] Bug?: org-agenda-set-property sets property on wrong element

2012-06-28 Thread Max Mikhanosha
Can someone confirm this, before I try to fix this? 1. Generate agenda 2. Go to some entry A by pressing RET 3. Switch back to agenda, and make sure its the only window (or that A's buffer is not in any other window) 4. In Agenda navigate to entry B (in the same buffer as A), and C-c C-x p

Re: [O] [dev] About a beamer back-end

2012-06-28 Thread Andreas Leha
Hi Nicolas, > As I announced in another thread, I'm starting a Beamer back-end for the > new export engine. Though, before I start hacking, I have a question > about environments. Will this new backend support presentations in subtrees? I think, what I want is not possible with the current one.

Re: [O] Bug?: org-agenda-set-property sets property on wrong element

2012-06-28 Thread Max Mikhanosha
At Thu, 28 Jun 2012 06:16:06 -0400, Max Mikhanosha wrote: > > The problem seems to be that the code like this (with-current-buffer > buffer (goto-char pos (call-interactively 'some-command)) the point > inside of 'some-command will not be at `pos', but where the user last > moved it, _unless_ the

Re: [O] [dev] About a beamer back-end

2012-06-28 Thread suvayu ali
Hi Andreas, On Thu, Jun 28, 2012 at 12:40 PM, Andreas Leha wrote: > Will this new backend support presentations in subtrees?  I think, what > I want is not possible with the current one. > > As an example, consider files structured like this: > > #+begin_src org > * Presentations > ** Workshop 20

Re: [O] [dev] About a beamer back-end

2012-06-28 Thread Andreas Leha
Hi suvayu ali, > Hi Andreas, > > On Thu, Jun 28, 2012 at 12:40 PM, Andreas Leha > wrote: >> Will this new backend support presentations in subtrees?  I think, what >> I want is not possible with the current one. >> >> As an example, consider files structured like this: >> >> #+begin_src org >> *

Re: [O] Showing or going to previous entry from agenda view

2012-06-28 Thread Bernt Hansen
Karl Voit writes: > Hi! > > Following scenario: I see my (daily) agenda, go to a meeting (which > is scheduled regularly) and press Enter. > > This jumps to the Org-mode file of this entry which has got > following (sub-)structure in the file: > > * Project > * Person X > * Meeting 1 >

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Jambunathan K
"Sebastien Vauban" writes: > When trying to export to LibreOffice, I get this error message: > > Debugger entered--Lisp error: (void-variable org-line) Fixed in both master and maint. --

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Sebastien Vauban
Hi Jambunathan, Jambunathan K wrote: > "Sebastien Vauban" writes: > >> When trying to export to LibreOffice, I get this error message: >> >> Debugger entered--Lisp error: (void-variable org-line) > > Fixed in both master and maint. That does work. Thanks for your speedy answer and fix! However,

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > When trying to export to LibreOffice, I get this error message: This should be fixed. Can you test and report? Thanks, -- Bastien

[O] git repo version clarificaiton

2012-06-28 Thread Daniel Hawthorne
Hi, As stated by the variable "org-version," the git repo version is 7.8.03. The stable release is 7.8.11. Is the version number for the repo not meaningful? Best, Daniel Hawthorne

Re: [O] Showing or going to previous entry from agenda view

2012-06-28 Thread Karl Voit
* Bernt Hansen wrote: > Karl Voit writes: > >> C-c C-p (outline-previous-visible-heading) jumps from «Meeting 3» >> directly to the previous *visible* heading «Person X» and not to >> «Meeting 2». > > C-c C-r should call org-reveal which will show the preceeding hidden > headline, then you can us

[O] babel: is it possible to cache #+call executed blocks

2012-06-28 Thread Jonas Hörsch
Hello everyone, i'm looking for a possibilty to call lengthy codeblocks a few times with different parameters, but would like the results to be cached. hopefully wiw becomes clear enough with a minimal example. the code block speak, if directly evaluated, produces the correct result hallo on the

Re: [O] [LibreOffice] (void-variable org-line)

2012-06-28 Thread Jambunathan K
> Debugger entered--Lisp error: (error "Cannot determine style name for > entity default of type character") I have pushed a fix. The problem is: There is a string that matches `org-emph-re'. (May be you are using @...@ for marking things specially). But there is no entry for it in `org-lpars

Re: [O] git repo version clarificaiton

2012-06-28 Thread Nick Dokos
Daniel Hawthorne wrote: >As stated by the variable "org-version," the git repo version is 7.8.03. > The stable release is 7.8.11. Is the version number for the repo not > meaningful? > You probably have an out-of-date org-version.el[c]. You need to ``make autoloads'' after pulling. That wi

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, >>As stated by the variable "org-version," the git repo version is >> 7.8.03. The stable release is 7.8.11. Is the version number for the >> repo not meaningful? > > You probably have an out-of-date org-version.el[c]. You need to > ``make autoloads'' after pulli

Re: [O] git repo version clarificaiton

2012-06-28 Thread Samuel Wales
Confirmed. Jun 28 08:58 ./lisp/org-version.el Version 7.8.10. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] git repo version clarificaiton

2012-06-28 Thread Nick Dokos
Tassilo Horn wrote: > Nick Dokos writes: > > Hi Nick, > > >>As stated by the variable "org-version," the git repo version is > >> 7.8.03. The stable release is 7.8.11. Is the version number for the > >> repo not meaningful? > > > > You probably have an out-of-date org-version.el[c]. You

Re: [O] git repo version clarificaiton

2012-06-28 Thread Nick Dokos
Tassilo Horn wrote: > Nick Dokos writes: > > Hi Nick, > > >>As stated by the variable "org-version," the git repo version is > >> 7.8.03. The stable release is 7.8.11. Is the version number for the > >> repo not meaningful? > > > > You probably have an out-of-date org-version.el[c]. You

Re: [O] git repo version clarificaiton

2012-06-28 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, > Is this master or maint? master >> Org-mode version 7.8.10 (release_7.8.10-701-g054f99 @ >> /home/horn/Repos/el/org-mode/lisp/) >> >> instead of 7.8.11. > > Oh, and as Achim pointed out, you probably need to do > > git fetch --tags origin Oh, yes, that does th

[O] R and babel on Windows problem

2012-06-28 Thread John Hendy
I typically use orgmode + babel on Linux and have no problems. Trying to run on Windows 7 and having issues... The pertinent bits from .emacs: -- ;; setup babel (add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp") (require 'ess-site) (setq org-babel-R-command "C:/Program\ Files/R/R-2.15.0/

Re: [O] git repo version clarificaiton

2012-06-28 Thread Nick Dokos
Tassilo Horn wrote: > Nick Dokos writes: > > Hi Nick, > > > Is this master or maint? > > master > > >> Org-mode version 7.8.10 (release_7.8.10-701-g054f99 @ > >> /home/horn/Repos/el/org-mode/lisp/) > >> > >> instead of 7.8.11. > > > > Oh, and as Achim pointed out, you probably need to do >

Re: [O] git repo version clarificaiton

2012-06-28 Thread Achim Gratz
Daniel Hawthorne writes: >    As stated by the variable "org-version," the git repo version is > 7.8.03. Each checkout you make from the repo has it's own version. Now, if you are shown version 7.8.03, it can mean several things: you really have that version checked out (forgot to pull? on a dif

Re: [O] Organizing a collection of papers

2012-06-28 Thread Frank
Victor Miller gmail.com> writes: > > I've just started using org-mode, and so far find it quite > useful. I have a very large collection of technical papers in a > directory tree, and I'd like to go through them and index them > through org-mode. What I'd like is to have a way of going through >

[O] License issue for a clone in a commercial editor

2012-06-28 Thread Muchenxuan Tong
Hi. I just started a clone of some features of Org mode to the markdown mode of a commercial editor (Sublime Text 2); it's available at https://github.com/demon386/SmartMarkdown It's based on Python and until now I haven't referred to the implementation of Org. However, plan-text table is very

Re: [O] Organizing a collection of papers

2012-06-28 Thread John Wiegley
> Frank writes: > I've used org-mode about a year and a half, and I don't think it's the best > application for what you describe. There are several packages available to > do this; the one I've used most often and successfully is Zotero > (zotero.org). This is a browswer plug-in which imp