Re: [O] org-element-property syntax (turning strings into keyword symbols)

2013-11-08 Thread Nicolas Goaziou
Hello, Matt Price writes: > This works fine. Now when I come back to this buffer I want to check > whether any of the properties are actually there. So I am trying > something like this: > > (let ((hasprops nil)) > (dolist prop org-writers-room-properties > (if (org-element-property (c

Re: [O] libxml-parse-xml-region: Raise runtime error, don't return nil

2013-11-08 Thread Christof Spitz
Emacs did return a runtime error, it was simply my mistake not to have noticed it in the Message buffer. 2013/11/9 Jambunathan K > > Christof > > Christof Spitz writes: > > > I found the bug: Windows-Emacs was missing the libxml2 library. I got > > the libxml2-2.7.8.-w32-bin.zip, copied the co

[O] org-element-property syntax (turning strings into keyword symbols)

2013-11-08 Thread Matt Price
Hi, I'm trying to write a query that will check to see if the current element has any of several properties set; the properties are defined in a defcustom so I don't know in advance which properties I'm interested in. So I have the following code which INSERTS properties: (defcustom org-writers-

Re: [O] Guess correct dictionary for Ispell

2013-11-08 Thread Thomas S. Dye
Aloha Seb, John Kitchin posted some code to the list a while back that uses Nicolas' parser for querying the values of keywords and other elements. I modified his code slightly to include keywords assigned in property drawers. Using this would save your code from having to re-search and presu

Re: [O] freemind export?

2013-11-08 Thread Christof Spitz
Deas Jambunathan, I found the bug: Windows-Emacs was missing the libxml2 library. I got the libxml2-2.7.8.-w32-bin.zip, copied the content of /bin into Emacs' /bin directory and now the formatting works. I think it would be nice to have the level 0 node (title) formatted as but that can probably

[O] Guess correct dictionary for Ispell

2013-11-08 Thread Sebastien Vauban
Hello, In case that can be useful for someone, here is how I detect which dictionary to use on a file basis: --8<---cut here---start->8--- (defun my-org-switch-language () "Switch language if a `#+LANGUAGE:' Org meta-tag is on top 8 lines." (save-excu

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > You mean it isn't applied yet? Because I already reloaded Emacs a ton of > times > today -- for different tests. No it isn't applied yet. Meanwhile, you can test it by applying the second patch in this thread. Regards, -- Nicolas Goaziou

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: >> Nicolas Goaziou wrote: >>> Eric Schulte writes: >>> I've been using this since it was sent, and I haven't noticed any bad behavior. >>> >>> Thanks for the feedback. >>> >>> BTW, I tried to add `org-self-insert-command' to >>>

[O] Help using ECB with Org!

2013-11-08 Thread Matt Price
Hello, Does anyone out there use ECB with org-mode buffers? On Thorsten's suggestion, I am trying out ECB (I had thought about this earlier but gave up when ecb wouldn't load -- turned out I had dead symlinks from 2009 in /usr/share/emacs/lisp/cedet/ !) with org-mode buffers. ECB is clearly very

Re: [O] makefile target: update to latest release?

2013-11-08 Thread Josiah Schwab
Hi Miro, > before attemting to implement the script I was wondering if there exists a > makefile target that updates the repository to the latest release? You may want to take a look at http://orgmode.org/worg/dev/org-build-system.html in particular the targets under "Compatibility and Convenie

Re: [O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
Nick On 11/8/2013 3:56 PM, Nick Dokos wrote: Charles Millar writes: I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX radio

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> Eric Schulte writes: >> >>> I've been using this since it was sent, and I haven't noticed any bad >>> behavior. >> >> Thanks for the feedback. >> >> BTW, I tried to add `org-self-insert-command' to >> `flyspell-delayed-commands', s

[O] Customize group, strange behaviour of group org export latex

2013-11-08 Thread Rasmus Rempling
Hello, I have a question about latex export option and its customization. If I browse the org export latex group directly after opening emacs and a .org file the list only give Option Org Export and it looks like this (observe that I have not done latex export yet: | [ ]-- Group Org Export

Re: [O] Bug: Is "radio tables" broken?

2013-11-08 Thread Nick Dokos
Charles Millar writes: > I tried to use the LaTeX radio tables that I included in a file that I > set up a year ago. > > When point was in the first cell of the table, C-c C-c gave > > C-c C-c can do nothing useful at this location. > > I copied the LaTeX radio table (section A.6.2) from the manu

[O] documentation request for timestamps

2013-11-08 Thread Samuel Wales
I do not know how these are intended to behave and tests are showing inconsistent results. It might help if these explained whether timestamp, ts, and tsia up and down refer to untagged timestamps only, or all timestamps including deadline, scheduled, and closed. It might also help to explain whi

Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Eric Schulte writes: > >> I've been using this since it was sent, and I haven't noticed any bad >> behavior. > > Thanks for the feedback. > > BTW, I tried to add `org-self-insert-command' to > `flyspell-delayed-commands', since `self-insert-command' belongs

[O] Fwd: set global visibility set to CONTENTS in a defun?

2013-11-08 Thread Matt Price
sorry, forgot to cc to group. -- Forwarded message -- From: Matt Price Date: Fri, Nov 8, 2013 at 2:30 PM Subject: Re: set global visibility set to CONTENTS in a defun? To: Bastien Hi Bastien, ... sorry for hte delay on this, I have changed my code so many times and so fruitle

[O] makefile target: update to latest release?

2013-11-08 Thread Miro Bezjak
Hi all, before attemting to implement the script I was wondering if there exists a makefile target that updates the repository to the latest release? I was thinking something along the lines of: current=... # determine the current version git checkout mas

Re: [O] Option for special block

2013-11-08 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Hello, > > I try to get the following in LaTeX: > > \begin{definition}[Physiologie] ... \end{definition} > > I've tried many variants, but none outputs the optional parameter (in square > brackets). #+attr_latex: :options [Physiologie] #+begin_definitio

[O] Option for special block

2013-11-08 Thread Sebastien Vauban
Hello, I try to get the following in LaTeX: --8<---cut here---start->8--- \begin{definition}[Physiologie] ... \end{definition} --8<---cut here---end--->8--- I've tried many variants, but none outputs the optional parameter

Re: [O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
On 11/8/2013 10:24 AM, Charles Millar wrote: I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX radio table (section A.6.2) fro

[O] Bug: Is "radio tables" broken?

2013-11-08 Thread Charles Millar
I tried to use the LaTeX radio tables that I included in a file that I set up a year ago. When point was in the first cell of the table, C-c C-c gave C-c C-c can do nothing useful at this location. I copied the LaTeX radio table (section A.6.2) from the manual into a scratch.org file, put the

Re: [O] org mode and eev

2013-11-08 Thread Eduardo Ochs
On Fri, Nov 8, 2013 at 6:29 AM, Alan Schmitt wrote: > Hi Eduardo, > > eduardoo...@gmail.com writes: > > > I am the author of eev... > > Nice! I knew I had seen you around here ;-) > > > How can I help? > > Your message already answered one question I had, but I have still one > pending. > > > I s

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> Shouldn't the similar principle be applied to BEAMER_HEADER, that is have a >> BEAMER_HEADER_EXTRA keyword as well? > > Snippets previewing calls `latex' back-end (class used in > `org-format-latex-header' is "article", not "beamer). > Theref

Re: [O] [PATCH] Add check for assignment to hline relative references in table formulas.

2013-11-08 Thread Michael Brand
Hi Achim On Thu, Nov 7, 2013 at 8:37 PM, Achim Gratz wrote: > I've fixed the failing test since it wasn't checking hline expressions > and hence should not have relied on undocumented behaviour in the first > place. I agree that testing of "LHS hline ref range" and testing of something else (in

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > Shouldn't the similar principle be applied to BEAMER_HEADER, that is have a > BEAMER_HEADER_EXTRA keyword as well? Snippets previewing calls `latex' back-end (class used in `org-format-latex-header' is "article", not "beamer). Therefore #+BEAMER_HEADER will not be

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> I'd then propose the attached patch for the documentation. > > Thank you for the patch. > >> BTW, what's the difference between #+LATEX_HEADER and #+LATEX_HEADER_EXTRA >> lines, if both end up under the same umbrella ([EXTRA])? Coul

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > I'd then propose the attached patch for the documentation. Thank you for the patch. > BTW, what's the difference between #+LATEX_HEADER and #+LATEX_HEADER_EXTRA > lines, if both end up under the same umbrella ([EXTRA])? Couldn't we suppress > the #+LATEX_

Re: [O] narrowing to subtree in navi-mode

2013-11-08 Thread Thorsten Jolitz
Matt Price writes: > On Thu, Nov 7, 2013 at 4:37 PM, Thorsten Jolitz wrote: >> Matt Price writes: [...] >>> I would like to keep the full tree visible in the navi-mode buffer >>> while narrowing the original org buffer. I wonder if this is >>> possible? In particular, I wonder if I am confr

Re: [O] BEAMER_HEADER in `org-latex-classes'

2013-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> In the `org-latex-classes' documentation (and in the Org Beamer >> documentation), >> I don't see how to include or exclude lines passed through the >> #+BEAMER_HEADER >> keyword. >> >> Is there a solution for those lines? > > Thes

Re: [O] [PATCH] [Babel] Add line number to "Processing code block..." message

2013-11-08 Thread Bastien
"Sebastien Vauban" writes: > It's already in there (since some years): I'm #113 in your list of current > contributors. Yes, indeed, sorry! (Was looking for "Séb", not "Seb"...) -- Bastien

Re: [O] [PATCH] [Babel] Add line number to "Processing code block..." message

2013-11-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> I thought that the rule was: >> >> Add TINYCHANGE if less than 20 (trivial) lines; otherwise, you need to >> assign copyright to the FSF -- and, *if you signed the FSF papers, you >> don't need anymore to add TINYCHANGE, whi

[O] Release 8.2.2

2013-11-08 Thread Bastien
Hi all, I've just released Org 8.2.2, a bugfix release. Thanks all for your contributions! -- Bastien

[O] [OT] for German speaking readers: free LaTeX-Referenz

2013-11-08 Thread Michael Strey
Forwarded from Dante mailing list: herbert.v...@fu-berlin.de writes: > Hallo zusammen, > > auf einigen WEB-Seiten wird bereits für > http://www.lehmanns.de/latex-referenz > geworben. In Zusammenarbeit mit Lehmanns Media kann diese > Referenz (32 Seiten) allen kostenlos zugeschickt werden. Sie > s

Re: [O] org mode and eev

2013-11-08 Thread Alan Schmitt
Hi Eduardo, eduardoo...@gmail.com writes: > I am the author of eev... Nice! I knew I had seen you around here ;-) > How can I help? Your message already answered one question I had, but I have still one pending. > I still know far less about org-mode than I would like to - maybe > because I h

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-08 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Friday, November 8, 2013 12:21:21 AM HKT, Nicolas Goaziou wrote: >> Here's an update which should properly remove these files. Could you >> confirm it? > > Yes, working fine. Thanks. Applied then. Thank you for the feedback. Regards, -- Nicolas Goaziou