Re: [O] new (LaTeX) exporter and date formatting

2012-06-15 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > That's wrong a the main language is the latest loaded (here: english). Good point. >> Should it replace previous language instead? > > I would think so, or at least suffixed, instead of being prefixed. >From now, it will be suffixed. > Of course, this is

Re: [O] Problems with Org-mode from git and Habits

2012-06-15 Thread Charles Philip Chan
Michael Brand writes: Hi Micheal: > I can not confirm with release_7.8.11-71-g8840cd. Can you try this?: > ... Thanks. I have traced the problem to a customization that I have in "org-after-todo-state-change-hook" what prevented the ":LAST_REPEAT:" property to be add and the todo state to be to

Re: [O] Problems with Org-mode from git and Habits

2012-06-15 Thread Michael Brand
Hi Charles On Fri, Jun 15, 2012 at 8:42 PM, Charles Philip Chan wrote: > I have decided to give org-habit another shot, however, I am having some > problems. The habit todos show up in the agenda correctly with > consistency graphs. However, they will not repeat once I mark them as > done- this u

[O] Problems with Org-mode from git and Habits

2012-06-15 Thread Charles Philip Chan
Hello all: I have decided to give org-habit another shot, however, I am having some problems. The habit todos show up in the agenda correctly with consistency graphs. However, they will not repeat once I mark them as done- this used to work, but not anymore. I am using the git version of org-mode.

Re: [O] Format a whole column using ";%.2f" in orgtbl?

2012-06-15 Thread Michael Brand
Hi Alexander On Fri, Jun 15, 2012 at 4:34 PM, AW wrote: > [...] > > Desired outoput: > > | 100.00 | Value | > | 150.00 | Value | > #+TBLFM: $1=%s;%.2f > > [...] What you tried would be | 100.00 | Value | | 150.00 | Value | #+TBLFM: $1=$0;%.2f $0 is the current table field. What I recommend is

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

2012-06-15 Thread Avdi Grimm
On Fri, Jun 15, 2012 at 12:41 PM, suvayu ali wrote: > With this syntax it would be very easy to write both really long (40-50 > frames) as well as quick and short presentations. > I've only been using Org and Beamer for a little while, but if I understand it correctly this sounds preferable. I

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

2012-06-15 Thread suvayu ali
Hi Nicolas, First a big thank you for all your efforts over the last year. On Fri, Jun 15, 2012 at 5:08 PM, Nicolas Goaziou wrote: > > I'm wondering if it is really interesting to have every environment set > up from headlines. I understand it allows to use column view but, from > my experience,

Re: [O] Smart Quotes Exporting

2012-06-15 Thread Mark Shoulson
Nicolas Goaziou gmail.com> writes: > > Hello, > > Mark Shoulson kli.org> writes: > > >> ASCII exporter also handle UTF-8. So it's good to have there too. > > > > Really? I would have thought ASCII meant ASCII, as in 7-bit clean > > text. > > org-e-ascii.el (as old org-ascii.el) handles ASCI

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

2012-06-15 Thread Nicolas Goaziou
Hello, 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. I'm wondering if it is really interesting to have every environment set up from headlines. I understand it allows to use column

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-15 Thread Avdi Grimm
On Thu, Jun 14, 2012 at 8:53 PM, William Crandall wrote: > ATTRIBUTES would consisting of name:value pairs, perhaps > giving names export-type prefixes, such as HTML_STYLE and > HTML_TITLE, or LATEX_PDFBORDER and LATEX_URLCOLOR. > > HTML ATTRIBUTES would map to HTML 'attributes': > > http://www.w3

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-15 Thread N . Jackson
> On Tue, Jun 5, 2012 at 9:07 AM, Mike Fitzgerald gmail.com> wrote: > > I'm presented with an "*Org Select*" buffer that offers me the available choices" > However, this part does not work as expected:"when I select one of those I select one of those, I get a "CAPTURE-foo.org" buffer"I would e

Re: [O] new (LaTeX) exporter and date formatting

2012-06-15 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > Andreas Leha writes: > >> I do not mind. I can have '#+LATEX_HEADER: \usepackage[en]{babel}' in >> all my .org files by default and have the exporter override the language >> setting based on the '#+LANGUAGE:' tag. > > I've pushed the patch. Thanks for the la

[O] Format a whole column using ";%.2f" in orgtbl?

2012-06-15 Thread AW
Hi, I'm using radiotables and would like to get all numbers of column 1 with two digits after the decimal separator. My example below leads to an error, but it may explain what I'd like to receive: Input: | 100 | Value | | 150 | Value | #+TBLFM: $1=%s;%.2f Desired outoput: | 100.00 | Value |

Re: [O] new (LaTeX) exporter and date formatting

2012-06-15 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I do not mind. I can have '#+LATEX_HEADER: \usepackage[en]{babel}' in > all my .org files by default and have the exporter override the language > setting based on the '#+LANGUAGE:' tag. I've pushed the patch. Thanks for the language list. Note that LANGUAGE does

Re: [O] new (LaTeX) exporter and date formatting

2012-06-15 Thread Andreas Leha
Hi Nicolas, >>> The following patch should add the language option according to LANGUAGE >>> keywords if babel package is explicitly loaded in preamble. >> >> I think this will be a great addition! I just made some quick test of your patch and it works great! So I completely agree. > > Albeit a

Re: [O] [latex] Problems with old exporter (for Beamer) and with new exporter

2012-06-15 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" > writes: > With the new exporter, most things work. What does not work: - macro does not get executed (no string in orange color), >>> >>> Macro are meant to produce contents, not to talk to back-ends. Every text >>> they produ

[O] bug#11700: bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2012-06-15 Thread Eli Zaretskii
> Date: Fri, 15 Jun 2012 09:39:35 +0300 > From: Dov Grobgeld > Cc: 11...@debbugs.gnu.org > > Yes. Great! This is indeed what I wanted. My mistake was that I tried > it with a tab character before OR after the vertical bar. This > solution should be really simple to implement in org-mode as it mea

[O] bug#11710: 24.1.50; Bidi attributes are not exported in org-mode html output

2012-06-15 Thread Eli Zaretskii
> Date: Fri, 15 Jun 2012 09:17:36 +0300 > From: Dov Grobgeld > Cc: 11...@debbugs.gnu.org > > On Thu, Jun 14, 2012 at 10:42 PM, Eli Zaretskii > > > [stuff deleted] > > > > Did you customize Emacs to dynamically determine the paragraph > > direction in Org buffers?  By default they are forced to be