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
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
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
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
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
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
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")
>
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
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
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
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
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
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
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
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.
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
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
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
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
"
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
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
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
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
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
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-
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
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
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
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
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
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
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.
>>
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
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
34 matches
Mail list logo