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
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
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-
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
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
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
"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
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
>>>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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
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
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_
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
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
"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
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
Hi all,
I've just released Org 8.2.2, a bugfix release.
Thanks all for your contributions!
--
Bastien
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
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
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
36 matches
Mail list logo