Re: [O] Use custom program to process LaTeX fragments?

2011-06-16 Thread Uriel Avalos
On Thu, 9 Jun 2011 08:56:33 -0700 (PDT) amscopub-m...@yahoo.com wrote: > Currently, whenever you export to HTML, you have 3 options for processing > LaTeX > fragments: (1) dvipng, (2) jsmath, (3) or leave it as is. > > > Is it possible to use an arbitrary program to process LaTeX fragments? >

Re: [O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-22 Thread Uriel Avalos
On Thu, 21 Apr 2011 00:48:21 +0530 Aankhen wrote: > On Wed, Apr 20, 2011 at 20:34, wrote: > > Sample code: > >  Using /a/’s and /b/’s, write add /x/ + 2. > >           ^         ^                ^ ^ > >       Right single quotation mark    Non-breaking space > > > > Expected HTML export: > >  U

[O] Apply custom CSS class to headings in HTML export?

2011-03-31 Thread Uriel Avalos
Suppose that you export the following document to HTML: * Heading 1 ** Heading 2 The HTML structure is pretty much the following: div class=outline-2 h2 Heading 1 div class=outline-text-2 div class=outline-3 h3 Heading 2 Is there a way to apply a custom CSS class to the:

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-22 Thread Uriel Avalos
On Fri, 18 Feb 2011 10:04:52 +0100 Bastien wrote: > Nick Dokos writes: > > > #+BIND: org-export-html-protect-char-alist (("&" . "&")) > > Yes, no quote needed. Thanks Nick for correcting me. > > -- > Bastien Also I found a bug in that version of org-mode. How do I report it or should I r

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-22 Thread Uriel Avalos
On Fri, 18 Feb 2011 10:04:52 +0100 Bastien wrote: > Nick Dokos writes: > > > #+BIND: org-export-html-protect-char-alist (("&" . "&")) > > Yes, no quote needed. Thanks Nick for correcting me. > > -- > Bastien OK, finally tried it out. Unfortunately, while the variable works, it doesn't s

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-17 Thread Uriel Avalos
On Thu, 17 Feb 2011 04:24:58 +0100 Bastien wrote: > Hi uriel, > > Uriel Avalos writes: > > > #+BIND: org-export-html-protect-char-alist '("&" . "&") > > > > That's telling me I'm using the "wrong type argument:

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-16 Thread Uriel Avalos
On Mon, 14 Feb 2011 01:04:16 +0100 Bastien wrote: > Uriel Avalos writes: > > > So this new variable is in the bleeding edge version of org-mode? > > Yes it is. > > > Will download and test. Thanks > > Thanks, > > -- > Bastien > > ___

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-13 Thread Uriel Avalos
On Sun, 13 Feb 2011 10:10:13 +0100 Bastien wrote: > Hi Uriel, > > Uriel Avalos writes: > > > What about some type of escape character like \&? That way \& is > > exported as & instead of & or \$. Would that work? > > Handling escape characte

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-12 Thread Uriel Avalos
On Sat, 12 Feb 2011 16:24:23 +0100 Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > > >> But I added a new variable `org-export-html-protect-char-alist' > >> to allow fine tuning of what characters should be HTML proected. > > > > Can't we just use =&= or something like this? > > Fo

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-11 Thread Uriel Avalos
On Fri, 11 Feb 2011 09:34:08 +0100 Carsten Dominik wrote: > > On Feb 10, 2011, at 9:25 PM, Uriel Avalos wrote: > > > How do you insert the actual & character in an HTML export? > > > > I'm trying to write a macro to insert a MATHML snippet but org-mode &g

[Orgmode] Insert ampersand in HTML export?

2011-02-10 Thread Uriel Avalos
How do you insert the actual & character in an HTML export? I'm trying to write a macro to insert a MATHML snippet but org-mode converts & to &. How can I prevent that behavior? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] Re: Keep URLs from automagically turning into links in HTML export?

2010-12-13 Thread Uriel Avalos
;s why I'm writing directly to you. > > > Uriel Avalos writes: > >. > >> Suppose you have the following org file: > >>, > >> * Hello World > >> http://testlink.com > >> > >> How do you keep that URL from auto-magically turning int

[Orgmode] Keep URLs from automagically turning into links in HTML export?

2010-12-13 Thread Uriel Avalos
Suppose you have the following org file: * Hello World http://testlink.com How do you keep that URL from auto-magically turning into an HTML anchor (http://testlink.com>http://testlink.com) in the export? ___ Emacs-orgmode mailing list Please use `Repl

[Orgmode] Re: Generate list of all tags in use?

2010-12-11 Thread Uriel Avalos
ammer (yet). On Wed, 08 Dec 2010 18:32:12 -0500 Matt Lundin wrote: > Uriel Avalos writes: > > > That's a start but not quite what I was looking for. First, I thinking > > of a global tag list. Second, I was thinking in terms of some kind of > > agenda view. That func

Re: [Orgmode] Re: Generate list of all tags in use?

2010-12-01 Thread Uriel Avalos
That's a start but not quite what I was looking for. First, I thinking of a global tag list. Second, I was thinking in terms of some kind of agenda view. That function just ouputs the buffer tags in the mini-buffer at the bottom. On Wed, 24 Nov 2010 19:15:17 -0800 Richard Lawrence wrote: > Hi Ur

[Orgmode] Generate list of all tags in use?

2010-11-24 Thread Uriel Avalos
Is there a way to generate a list of all tags in use in all agenda files? I'm thinking of something like a tag cloud. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/l

Re: [Orgmode] Re: Automatic global tag list?

2010-11-24 Thread Uriel Avalos
Thanks. That did the trick. I found that I also had to disable org-use-fast-tag-selection. For some reason, with that set to t or auto, I couldn't select from the global tag list. On Wed, 24 Nov 2010 09:38:26 +0100 Sébastien Vauban wrote: > Hi Matt, > > Matt Lundin wrote: > > Have you tried th

Re: [Orgmode] Automatic global tag list?

2010-11-23 Thread Uriel Avalos
On Tue, 23 Nov 2010 06:52:34 +0100 Carsten Dominik wrote: > > On Nov 23, 2010, at 1:30 AM, Uriel Avalos wrote: > > > Is there a way to auto-magically construct the global tag list (org- > > tag-alist)? > > That is, tags would get added to the global list as you add

[Orgmode] Bug: LaTeX fragments export to invalid XHTML

2010-11-23 Thread Uriel Avalos
This is the sample file: * Hello world \begin{align*} x&=\frac{-b^2\pm\sqrt{b^2-4ac}}{2a} \end{align*} When you validate the resulting HTML file at the w3c site (http://validator.w3.org/check), it fails the check. If you recall, when org-export-with-latex-fragments is set to dvipng, it p

[Orgmode] Automatic global tag list?

2010-11-22 Thread Uriel Avalos
Is there a way to auto-magically construct the global tag list (org-tag-alist)? That is, tags would get added to the global list as you add them. Alternatively, is there a way to construct the global list of all tags in use (in the agenda files or given set of files)? ___

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-18 Thread Uriel Avalos
On Thu, 18 Nov 2010 10:35:50 -0500 Uriel Avalos wrote: > On Wed, 17 Nov 2010 19:45:06 -0200 > Juan Pechiar wrote: > > > Yo can set variables on a per-file basis. > > > > Check EXPORT OPTIONS on the manual. You can set variables there (but > > not add hooks), s

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-18 Thread Uriel Avalos
n, on your document, include > > #+BIND uriel-change-doctype t > > Not tested, good luck! > > .j. > > > On Wed, Nov 17, 2010 at 03:23:08PM -0500, Uriel Avalos wrote: > > Thanks for the reply. After some monkeying around, I found I could do this: > > >

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Uriel Avalos
y get rid of the > declaration: > > http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00063.html > > you may add some 'insert' there with your own declaration. > > Regards, > .j. > > On Wed, Nov 17, 2010 at 01:04:09PM -0500, Uriel Avalos wrote:

[Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Uriel Avalos
How do I change the doctype declaration? Is there an export option or variable I can set? I tried searching for the variable. Perhaps I'm using a version of orgmode that's too old? The only thing I could find was org-export-html-xml-declaration but that's not the same thing. __

Re: [Orgmode] Export literally but convert math equations?

2010-05-28 Thread Uriel Avalos
so I need to minimize it's use. Thanks for the reply! --Uriel On Fri, 28 May 2010 17:36:00 +0200 Carsten Dominik wrote: > > On May 28, 2010, at 5:32 PM, Uriel Avalos wrote: > > > Is there a way to convert latex equations and math inside of EXAMPLE > > and HTML blo

[Orgmode] Export literally but convert math equations?

2010-05-28 Thread Uriel Avalos
Is there a way to convert latex equations and math inside of EXAMPLE and HTML blocks? For example, I would like to the following equation to display as an equation in the HTML: #+BEGIN_EXAMPLE Hello world $2^2+\sqrt(2) = 2$ #+END_EXAMPLE The current behavior just gives me the literal exa

[Orgmode] Org-mode and appt

2010-04-16 Thread Uriel Avalos
Hi all, I've been following the blog post below, to get popups for org appointments via appt. http://emacs-fu.blogspot.com/2009/11/showing-pop-ups.html The notifications are working fine on my system. However, I have a question about appt. I noticed (1) if two appointments are scheduled for th

[Orgmode] Pure CSS in HTML export?

2010-03-01 Thread Uriel Avalos
Hi. I just noticed that when I export a file to HTML, certain things are hardcoded into the HTML (like table borders and cellpadding). Is there a way to disable that feature globally? I would rather use CSS to style my tables... -- --Thanks! Uriel _

[Orgmode] Renumber HTML ordered lists from org-mode?

2010-02-10 Thread Uriel Avalos
In HTML, one way of renumbering OL lists is to use "start". (Ex: ... restarts the numbering at 13.) Is there anyway to do that from within org-mode without hacking the exported HTML file? Is there a +ATTR_HTML: planned for OL and UL lists? ___ Emac

Re: [Orgmode] How to insert apostrophe (') into code and verbatim text?

2010-02-05 Thread Uriel Avalos
So I guess it's too complicated for the gurus. :-) I'm already doing '=life= but I thought perhaps there was a quick hack to get ='life= to work. Oh well, not a biggie, life moves on... On Thu, 04 Feb 2010 11:53:30 -0500 Nick Dokos wrote: > Uriel Avalos wrote: >

[Orgmode] How to insert apostrophe (') into code and verbatim text?

2010-02-04 Thread Uriel Avalos
Here's an easy one for the guru's, why does an apostrophe at the beginning of a =code= not work? When I export the following text to HTML, the "'life" variable isn't set as code (and the = symbols show up): Select ='life= for the x variable. If I escape the apostrophe, I course get back

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-07 Thread Uriel Avalos
Ah... that was the problem. I updated Emacs to a more recent version. I'm now running version 6.30c of org-mode. The problem went away, all is well now. Thanks for your help. On Sat, 05 Dec 2009 13:44:09 -0500 Matt Lundin wrote: > Uriel Avalos writes: > > > Thanks for

[Orgmode] Install orgmode alongside older version?

2009-12-07 Thread Uriel Avalos
I'm running NTemacs. I thought it was a "bleeding" edge version but it is apparantly running an old version of orgmode (5.03b). How can I install the latest version? Can I follow the official docs? The docs seem to assume that orgmode is *not* installed on your system. If I add a load-path, will

Re: [Orgmode] Agenda not working or am I misunderstanding how it works?

2009-12-05 Thread Uriel Avalos
Thanks for replying. I tried that before as well... Restarted emacs and C-c C-c on the line. I think I figured out what's going on... it may be a bug! If I have this simple file: #+SEQ_TODO: TODO WAITING | PUBLISHED REJECTED * PUBLISHED test DEADLINE: <2009-12-05 Sat> it works! (It doesn't sho