Re: [O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
Thanks. I suppose that: (add-hook 'org-mode-hook 'org-toggle-pretty-entities) is the way the auto-enable it? On Sat, 13 Oct 2012, Carsten Dominik wrote: > On 13.10.2012, at 08:04, Benjamin Slade wrote: > >> Is there a way to have org-mode fontify superscript/subscript the way >> that AUCTeX

Re: [O] fontifying superscript/subscript

2012-10-12 Thread Carsten Dominik
On 13.10.2012, at 08:04, Benjamin Slade wrote: > Is there a way to have org-mode fontify superscript/subscript the way > that AUCTeX does? C-c C-x \ > > (A second, but related, question---especially assuming that the answer > to the first question may be "no"---is there any straightforward way

[O] fontifying superscript/subscript

2012-10-12 Thread Benjamin Slade
Is there a way to have org-mode fontify superscript/subscript the way that AUCTeX does? (A second, but related, question---especially assuming that the answer to the first question may be "no"---is there any straightforward way of getting emacs to raise/lower text as part of a "face"? [I looked at

[O] [PATCH] * org-insert-link: use ido when inserting links

2012-10-12 Thread tony day
On 12 Oct 2012, at 23:50, Nicolas Goaziou wrote: > Thanks for considering my suggestions. So here are new ones: And a revised patch for your reviewing pleasure :) > Judging by your test case, it's the > > (mapcar 'cadr org-stored-links) > > part that cause problems, isn't it? I'm not sure w

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-10-12 Thread Myles English
my-progress.el Description: application/emacs-lisp I have a solution that does everything I need apart from exclude DONE items from the CLOCKSUM property. Writing it here for posterity. I get a table like this (Note: the "0:08" is from a DONE task that is excluded from the table and the other

Re: [O] Question about HTML export, drawers, and links

2012-10-12 Thread Thomas Moyer
So what would I need to do to use the "new exporter"? -Tom -- Thomas Moyer tommo...@gmail.com On Fri, Sep 21, 2012 at 12:21 PM, Bastien wrote: > Nicolas Goaziou writes: > > >> Thomas Moyer writes: > >> > >>> I have a set of files that I put notes in that I would like to export > >>> to HTM

Re: [O] org-store-link and org-link-to-org-use-id issue

2012-10-12 Thread John Hendy
Disregard... missed the bit about having org-id in loaded modules for all of this to work. Everything's now fine. Sorry for the noise, John On Fri, Oct 12, 2012 at 3:34 PM, John Hendy wrote: > Hi, > > > I have the following in .emacs: > > (setq org-link-to-org-use-id "create-if-interactive") >

[O] org-store-link and org-link-to-org-use-id issue

2012-10-12 Thread John Hendy
Hi, I have the following in .emacs: (setq org-link-to-org-use-id "create-if-interactive") When I navigate to a headline and do =C-c l=, a unique ID is not created for that headline. Am I misunderstanding the 'create-if-interactive' setting for this variable? It reads as though if I call =org-st

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Reason: no `documentclass' directive. Why? At this point, still a mystery to > me... You probably don't have a beamer entry in `org-e-latex-classes'. Regards, -- Nicolas Goaziou

Re: [O] Entry text mode: does it work for you?

2012-10-12 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Just tried to reuse the entry text mode, by pressing `E' from the agenda view. > > I get mixed results: the "notes" which are displayed don't always belong to > the right entry. Some do, some don't. > > At this moment, I still have no clue on the cause of th

Re: [O] Is Worg updating correctly?

2012-10-12 Thread Jason Dunsmore
Fixed. Thanks for reporting this. Regards, Jason On Tue, Oct 09 2012, Thomas S. Dye wrote: > Aloha all, > > Changes I pushed recently aren't reflected on the web site. Not sure > what might be wrong. > > All the best, > Tom

Re: [O] how to avoid floating number problems with org-table for finances?

2012-10-12 Thread Johan Sandblom
Not what you asked for, but how about simply rounding it? 2012-10-12 19:06 skrev Thomas Koch: | 0.9000222044604925031308084726 | #+TBLFM: @4$1=vsum(@1..@3);%.40f #+TBLFM: @4$1=round(vsum(@1..@3);%.40f -- Johan Sandblom, MD PhD m +46735521477 What is wanted is not the will to belie

Re: [O] how to avoid floating number problems with org-table for finances?

2012-10-12 Thread Johan Sandblom
Sorry, I meant #+TBLFM: @4$1=round(vsum(@1..@3),2);%.40f Johan -- Johan Sandblom, MD PhD m +46735521477 What is wanted is not the will to believe, but the will to find out, which is the exact opposite --Bertrand Russell

[O] how to avoid floating number problems with org-table for finances?

2012-10-12 Thread Thomas Koch
Hi, I use a simple org-mode table to sum up the expenses and incomes of a small private project. Now I remembered that I should know as a programmer to NEVER EVER USE FLOATS FOR FINANCES!!! But I did... |0.3 | |0.3

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-12 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > I now believe I found a bug in org-read-date. There is a problem > parsing European dotted dates. In Dates the like DD.MM. or > DD.MM.YY or DD.MM. `MM' is recognised as year instead of month: > > Today is 2012-10-11: > > (org-read-date t nil "Kommt am 27.10.

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-10-12 Thread Myles English
Just in case anyone is following this, but it is starting to feel like my own personal thread. >> 4 Improvements necessary to make it truly useful >> 1. Solved. >> 2. Accumulate the time Remaining in the same way that CLOCKSUM does; >> it

Re: [O] Use default value if a variable is not defined

2012-10-12 Thread Ivan Andrus
On Oct 11, 2012, at 6:04 PM, Nathan Neff wrote: > Hello, > > I'm trying to create a function that will tell org-capture > dynamically where to put the captured item. > > I have it almost working -- where I'm getting hung up on is > with basic Emacs lisp. I want to basically implement this > pse

Re: [O] Remembrance Agent and Orgmode

2012-10-12 Thread Benjamin Slade
Alan, So do you have it working now? I don't run Macs, so I didn't have anything to suggest earlier. That sounds like something which should be documented somewhere (i.e. which now someone should document). On Fri, 12 Oct 2012, Alan Schmitt wrote: > Alan Schmitt writes: > >> I'm trying to se

[O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)] (was: Re: how to customise Emacs to recognise 13.10. as 13th

2012-10-12 Thread Gregor Zattler
Dear org-moders, I now believe I found a bug in org-read-date. There is a problem parsing European dotted dates. In Dates the like DD.MM. or DD.MM.YY or DD.MM. `MM' is recognised as year instead of month: Today is 2012-10-11: (org-read-date t nil "Kommt am 27.10.2012 um 14:00 Uhr") gives "

[O] template, position search

2012-10-12 Thread Petro
Hi list, I am developing a template, which will enable me to group notes about one article together. It is my first attempt of elisp programming and I have some difficulties. In the first version my plan if to bind notes to a file name. (Later when I make it working I plan to combine it with ebib

Re: [O] [PATCH] * org-insert-link: use ido when inserting links

2012-10-12 Thread Nicolas Goaziou
Hello, Thanks for considering my suggestions. So here are new ones: tony day writes: > org.el (org-insert-link): removed a list within the list of link > creation that was causing a bug when using ido. Nitpick: "Removed a list...". Judging by your test case, it's the (mapcar 'cadr org-stor

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Suvayu Ali
Hi Nicolas, Your explanations below explains all the gaps in my understanding! Thanks a lot and apologies for all the confusion. :) On Fri, Oct 12, 2012 at 02:09:02PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > Okay, I do follow this. However, doesn't LaTeX_CLASS det

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Suvayu Ali
On Fri, Oct 12, 2012 at 01:32:55PM +0200, Sebastien Vauban wrote: > Hi Suvayu and Nicolas, > > "Sebastien Vauban" wrote: > > Suvayu Ali wrote: > >> On Thu, Oct 11, 2012 at 07:54:02PM +0200, Nicolas Goaziou wrote: > >> > >> What I'm getting at is, without the LaTeX_CLASS set to beamer, the > >> cru

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > Okay, I do follow this. However, doesn't LaTeX_CLASS determine what > goes into the \documentclass{class name} directive? No. Key in `org-e-latex-class' is just a label. You can have an association like: ("foo" "\\documentclass{article}" ...) It is here to help

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Suvayu Ali
Hi Seb, On Fri, Oct 12, 2012 at 01:06:24PM +0200, Sebastien Vauban wrote: > Hi Suvayu and Nicolas, [...] > > However, I thought that LaTeX_CLASS had been renamed EXPORT_LaTeX_CLASS, but > when using the latter, I get frames inside an `article' documentclass type of > document -- while using `C-

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Sebastien Vauban
Hi Suvayu and Nicolas, "Sebastien Vauban" wrote: > Suvayu Ali wrote: >> On Thu, Oct 11, 2012 at 07:54:02PM +0200, Nicolas Goaziou wrote: >> >> What I'm getting at is, without the LaTeX_CLASS set to beamer, the >> crucial \documentclass{beamer} directive is missing and the exported >> LaTeX documen

Re: [O] New exporter

2012-10-12 Thread Sebastien Vauban
Hello Nicolas, "Sebastien Vauban" wrote: > "Sebastien Vauban" wrote: >> Nicolas Goaziou wrote: >>> "Sebastien Vauban" writes: Does this make sense? >>> >>> It does. I've implemented suggested changes in master. Thanks for >>> suggesting them. > > Did you mean both changes? That is: > > - bee

Re: [O] New exporter

2012-10-12 Thread Sebastien Vauban
Hello Nicolas, "Sebastien Vauban" wrote: > Nicolas Goaziou wrote: >> "Sebastien Vauban" writes: >> >>> I've been hit by trying to export with `C-c E p' [1] to PDF, but had >>> troubles doing so. In fact, I had to do `C-c l p' -- though the new >>> dispatcher is much more clear and _easy_ to use, I

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Sebastien Vauban
Hi Suvayu and Nicolas, Suvayu Ali wrote: > On Thu, Oct 11, 2012 at 07:54:02PM +0200, Nicolas Goaziou wrote: Explanation to my first problem: I was *missing* the require of org-e-beamer, hence only got "plain" LaTeX back-end, and no extra menus for Beamer. That's perfectly clear to me, now. Thank

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-12 Thread Suvayu Ali
Hi Nicolas, Let me clarify to see if I understood things correctly. On Thu, Oct 11, 2012 at 07:54:02PM +0200, Nicolas Goaziou wrote: > > > However when I try to export to beamer (Seb's ECM) without the > > > > (add-to-list 'org-e-latex-classes '("beamer" ...)) > > With a minimal setup, the EC

Re: [O] [wish] also provide documentation for contrib

2012-10-12 Thread Thomas Koch
cbe...@tajo.ucsd.edu: > ,[from contrib/README] > > | These contributions are not part of GNU Emacs or of the official > | Org-mode package. But the git repository for Org-mode is glad to > | provide useful way to distribute and develop them as long as they are > | distributed under a free sof

Re: [O] New exporter

2012-10-12 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> I've been hit by trying to export with `C-c E p' [1] to PDF, but had troubles >> doing so. In fact, I had to do `C-c l p' -- though the new dispatcher is much >> more clear and _easy_ to use, I thought there was a problem. >>

Re: [O] New exporter

2012-10-12 Thread Sebastien Vauban
Hello Yagnesh, Yagnesh Raghava Yakkala wrote: > "Sebastien Vauban" writes: >> I've been hit by trying to export with `C-c E p' [1] to PDF, but had troubles >> doing so. In fact, I had to do `C-c l p' -- though the new dispatcher is much >> more clear and _easy_ to use, I thought there was a proble

Re: [O] Remembrance Agent and Orgmode

2012-10-12 Thread Alan Schmitt
Alan Schmitt writes: > I'm trying to set up the remembrance agent, but I'm not able to get the > binaries to work. I'm on OS X Mountain Lion, and the binaries from > http://www.remem.org/ tell me "bad CPU type". I tried building it from > source, but I'm getting an error about strnlen. I've been