Re: [O] [PATCH (new version)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-06 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: >> It changes behavior for your setup in that you can define a LANGUAGE >> that isn't a known abbreviation. > > While I think your patch is overall an improvement, I'm not convinced by > this particular point. Indeed #+LANGUAGE: expects a language code as > value, not

Re: [O] Automatically adding local variables to tangled file

2013-06-06 Thread Sebastien Vauban
Hi Darlan, Darlan Cavalcante Moreira wrote: > On the other hand, a local variable in the tangled files to set the buffer > to read-only could be very useful to avoid the mistake of editing the > tangled files directly. Waow! That makes a lot of sense, IMHO, if easily "overridable" with C-x C-q. B

[O] org-cut-subtree, bug?

2013-06-06 Thread Andreas Röhler
Hi, I'm misusing org-mode for a review of (slightly transformed) diffs as below. When done, want to delete the current section. Unfortunatly a call of M-x `org-cut-subtree' not just deletes the current section, but also deletes the header-start of section beneath. A bug? Better ways to do this

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Carsten Dominik
On 6 jun. 2013, at 09:58, Andreas Röhler wrote: > Hi, > > I'm misusing org-mode for a review of (slightly transformed) diffs as below. > When done, want to delete the current section. > > Unfortunatly a call of M-x `org-cut-subtree' not just deletes the current > section, but also > deletes t

[O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Michael Bach
The LaTeX exporter does not honor the setting of org-list-allow-alphabetical. It exports ordered alphabetical list as standard enumerate environment with numbered items. org-mode 8.0.3 I placed the setq before loading ox-latex. I read in the docstring that org-list-allow-alphabetical should be

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Andreas Röhler
Am 06.06.2013 10:11, schrieb Carsten Dominik: On 6 jun. 2013, at 09:58, Andreas Röhler wrote: Hi, I'm misusing org-mode for a review of (slightly transformed) diffs as below. When done, want to delete the current section. Unfortunatly a call of M-x `org-cut-subtree' not just deletes the cur

[O] Blank lines in date-trees

2013-06-06 Thread Vincent Beffara
Hi, Very (very!) minor question: when capturing into a date-tree, is it possible to have a blank line inserted before created day-headings? Thx, /v -- Vincent Beffara

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
Nicolas Goaziou writes: > Søren Mikkelsen writes: >>* But I have a problem with the exporter:* >>** >*> I have modified by org-exporter to export latex-files with the xelatex* >*> compiler. The implementation uses the* >*> "org-export-latex-after-initial-vars-hook"-hook to reconfigure the* >>*

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Carsten Dominik
On 6 jun. 2013, at 10:30, Andreas Röhler wrote: > Am 06.06.2013 10:11, schrieb Carsten Dominik: >> >> On 6 jun. 2013, at 09:58, Andreas Röhler >> wrote: >> >>> Hi, >>> >>> I'm misusing org-mode for a review of (slightly transformed) diffs as below. >>> When done, want to delete the current

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Carsten Dominik
On 6 jun. 2013, at 10:20, Michael Bach wrote: > The LaTeX exporter does not honor the setting of org-list-allow-alphabetical. > I think it never did. Such a list is just an ordered list for export, the bullet type is just visual sugar in the Org buffer. To force a special bulllet type, you

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Carsten Dominik
On 6 jun. 2013, at 10:56, Andreas Röhler wrote: > Am 06.06.2013 10:44, schrieb Carsten Dominik: >> >> On 6 jun. 2013, at 10:30, Andreas Röhler >> wrote: >> >>> Am 06.06.2013 10:11, schrieb Carsten Dominik: On 6 jun. 2013, at 09:58, Andreas Röhler wrote: > Hi,

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Andreas Röhler
Am 06.06.2013 10:44, schrieb Carsten Dominik: On 6 jun. 2013, at 10:30, Andreas Röhler wrote: Am 06.06.2013 10:11, schrieb Carsten Dominik: On 6 jun. 2013, at 09:58, Andreas Röhler wrote: Hi, I'm misusing org-mode for a review of (slightly transformed) diffs as below. When done, want to

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
To minimize risk of eye cancer (previous version was sent from gmail web interface at work without plain text setting) here it goes again: Nicolas Goaziou writes: > Søren Mikkelsen writes: >> But I have a problem with the exporter: >> >> I have modified by org-exporter to export latex-files wi

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Michael Bach
Carsten Dominik gmail.com> writes: >> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> wrote: >> The LaTeX exporter does not honor the setting of org-list-allow- alphabetical.   > > I think it never did.  Such a list is just an ordered list for export, the bullet type is just visual sugar in

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Carsten Dominik
On 6 jun. 2013, at 11:11, Michael Bach wrote: > Carsten Dominik gmail.com> writes: > >>> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> wrote: >>> The LaTeX exporter does not honor the setting of org-list-allow- > alphabetical. >> >> I think it never did. Such a list is just an ordered

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Marcin Borkowski
Dnia 2013-06-06, o godz. 09:11:11 Michael Bach napisał(a): > Carsten Dominik gmail.com> writes: > > >> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> > >> wrote: The LaTeX exporter does not honor the setting of > >> org-list-allow- > alphabetical.   > > > > I think it never did.  Such a li

Re: [O] org-cut-subtree, bug?

2013-06-06 Thread Andreas Röhler
Am 06.06.2013 10:56, schrieb Carsten Dominik: The star, `*', introducing the header below. Which get's killed. I am not able to reproduce this. - Carsten Thanks, Andreas Okay, registered a kbd-macro which restores the star. Fine for me. I would still be interested if anyone e

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Michael Bach
Carsten Dominik gmail.com> writes: > > Oh, I never saw it handled by the exporter, just a wrong assumption. Just > > out of curiosity, do you think this could be implemented 'easily'? > > I guess it could be - but I am not sure if it should. Conventions about the type of bullet to be used in

Re: [O] [PATCH (new version)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-06 Thread Rasmus
"Sebastien Vauban" writes: > That makes me think of another point: how do I say that the HTML exported > document is in American English? By having a #+LANGUAGE: en-us specification. > > But that's not a valid language for Babel when exporting to LaTeX. > > So, I think we'd need some sort of ali

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Michael Bach
Marcin Borkowski wmi.amu.edu.pl> writes: > > Dnia 2013-06-06, o godz. 09:11:11 > Michael Bach gmail.com> napisał(a): > > > Oh, I never saw it handled by the exporter, just a wrong assumption. > > Just out of curiosity, do you think this could be implemented > > 'easily'? > > If you mean "easi

Re: [O] [PATCH (new version)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-06 Thread Rasmus
Nicolas Goaziou writes: >> It changes behavior for your setup in that you can define a LANGUAGE >> that isn't a known abbreviation. > > While I think your patch is overall an improvement, I'm not convinced by > this particular point. Indeed #+LANGUAGE: expects a language code as > value, not just

Re: [O] [html] non-lists showing up as lists

2013-06-06 Thread Michael Strey
Bastien writes: 4. Define that lists alway have to have a newline in front of them. >> >> I presume Michael means blank line. I like this. > > Mhhh... I don't. Yes, I meant blank lines and after rethinking I don't like it either. My reason for not liking them is the LaTeX exporter. The

[O] [PATCH] Make src block location available to execution backends

2013-06-06 Thread Vitalie Spinu
Hi again, I wrapped it in a patch. All tests are fine. Will be very happy if someone could have a glance. I have my FSF papers signed. Thanks, Vitalie >From 90dc398856c121c0a1cac36d6726e49d9fa31570 Mon Sep 17 00:00:00 2001 From: Vitalie Spinu Date: Thu, 6 Jun 2013 12:04:02 +0200 Subject

Re: [O] [New Exporter] org-export-latex-after-initial-vars-hook

2013-06-06 Thread Michael Bach
> Is there a hook that is run before actual LaTeX export of a given > org-mode buffer in the new exporter engine? > For reference: I got it to work by adapting the snippet from Bruno Tavernier[1]: #+begin_src emacs-lisp (defun my-auto-tex-cmd (backend) "When exporting from .org with latex,

[O] unexpected " \usetheme{default} "

2013-06-06 Thread Feng Shu
Hi: when I export to a org file to article pdf with latex , I find that "\usetheme{default}" is inserted into the tex file. How to avoid this? thanks --

Re: [O] unexpected " \usetheme{default} "

2013-06-06 Thread Sebastien Vauban
Feng Shu wrote: > when I export to a org file to article pdf with latex , I find that > "\usetheme{default}" is inserted into the tex file. How to avoid this? It seems you're exporting to Beamer (C-c C-e l P/O)? Best regards, Seb -- Sebastien Vauban

Re: [O] unexpected " \usetheme{default} "

2013-06-06 Thread Feng Shu
"Sebastien Vauban" writes: > Feng Shu wrote: >> when I export to a org file to article pdf with latex , I find that >> "\usetheme{default}" is inserted into the tex file. How to avoid this? > > It seems you're exporting to Beamer (C-c C-e l P/O)? You are right, thanks! > > Best regards, > Seb

Re: [O] Oorg-export-generic.el and emphasize

2013-06-06 Thread Wes Hardaker
celano writes: > I tried exporting a text with emphasize, but it doesn't work. > The man page speaks about sections, lists and such other things, but > nothing about emphasizing and bold text. > http://orgmode.org/worg/org-contrib/org-export-generic.html You're right that it doesn't do this. Th

[O] [BUG][PATCH] latex export of links in description lists

2013-06-06 Thread Rick Frankel
There is a bug in the processing of description list. Given the list: , | - not a link :: not a link | - [[http://link.com][http link]] :: baz | - [[#href-test][custom_id link]] :: bar | - [[def list][search link]] :: foo ` The latex exporter generates the following output, which fails

Re: [O] refine org-babel-tangle-jump-to-org?

2013-06-06 Thread Eric Schulte
> the tangled file looks as follow, including the empty lines at > beginning and end: > > , > | > | ## [[file:~/tmp/jumpBack.org::*newASM%20(./newASM.R)][newASM\ > \(\./newASM\.R\):1]] > | > | > logList("##") > | > l

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-06 Thread Eric Schulte
Rainer M Krug writes: > Would it be possible, that the function does not open a new window when > executed, but uses the same window the tangled file is in? I am using > org for literate programming in R (ESS): > - R console left window > - when there is an error, I jump to the R file in the ri

Re: [O] Auto-unfold subtrees with matches in query-replace (et al.?)

2013-06-06 Thread Michael Bach
Hi Bastien, On Tue, May 14, 2013 at 10:34 AM, Bastien wrote: > > Would be a nice feature to have -- don't hesitate to report it with > M-x report-emacs-bug RET > Done. Thanks for explanation. Michael

Re: [O] [PATCH] Make src block location available to execution backends

2013-06-06 Thread Eric Schulte
Vitalie Spinu writes: > Hi again, > > I wrapped it in a patch. All tests are fine. Will be very happy if > someone could have a glance. I have my FSF papers signed. > I've just applied this patch. I think this is an excellent idea, and I appreciate the clean implementation and packaging into a

Re: [O] Automatically adding local variables to tangled file

2013-06-06 Thread Eric Schulte
> It's a good idea to have useful information in the tangled file that can > help these functions. But since org-mode can already tangle with comments > containing useful information, isn't this enough to detect that the file > is a tangled file? > I personally prefer the solution shown below of a

Re: [O] Suppressing interpeter output in code blocks

2013-06-06 Thread Eric Schulte
Michael Steeves writes: > Apologies if this is documented somehere, but I haven't been having much > luck in trying to find the answer to this. > > If I have an org doc with some python code in it > > #+begin_src python :session testing :results output > a = 1 > b = 2 > c = a + b > print "Hello,

Re: [O] [PATCH] ob-fortran.el, add matrix as input

2013-06-06 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> Applied, Thanks! >> >> Litvinov Sergey writes: >> >>> I would like to propose a tiny patch which adds matrix as an input for >>> ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for >>> the examples. > > I've not had time to test wi

Re: [O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Eric Schulte
Hi Rüdiger, Thanks for sharing this patch. I looks great, however as it is >10 lines long to apply it we'll need you to sign the FSF papers. Please see the following page for more information. http://orgmode.org/worg/org-contribute.html Thanks, Rüdiger Sonderfeld writes: > * lisp/ob-C.el

Re: [O] [html] non-lists showing up as lists

2013-06-06 Thread Bernt Hansen
Samuel Wales writes: > I don't recall whether I said I had a filling problem. > > Filling is a red herring for my use case. > > My point is that regardless of filling, it would be a good idea to be > stricter about what a list is, for the reasons I listed. In my use > case. > > Samuel Hi Samuel

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-06 Thread Eric Schulte
Michael Brand writes: > Hi all > > On Tue, May 7, 2013 at 12:29 AM, Christian Moe wrote: >> I'm afraid knowing that doesn't help much. The problem is, you don't know >> what point the inline call is at, so you cannot point org-entry-get to >> the right entry. If you try >> >> : (org-entry-get (p

Re: [O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Rüdiger Sonderfeld
Hi Eric, On Thursday 06 June 2013 10:21:26 Eric Schulte wrote: > Thanks for sharing this patch. I looks great, however as it is >10 > lines long to apply it we'll need you to sign the FSF papers. Please > see the following page for more information. I have signed the papers already. Regards Rü

[O] Help, I need to paste raw image from clipboard into emacs/orgmode

2013-06-06 Thread Klaus-Dieter Bauer
> > Dear All, > Please Help, > I need to paste raw image from clipboard into emacs/orgmode, I am a > microsoft onenote user and I got used to take a lot of snapshots and embed > it into my notes, I think if I could know how to embed images directly into > emacs/orgmode from clipboard, I will switch

Re: [O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Eric Schulte
Rüdiger Sonderfeld writes: > Hi Eric, > > On Thursday 06 June 2013 10:21:26 Eric Schulte wrote: >> Thanks for sharing this patch. I looks great, however as it is >10 >> lines long to apply it we'll need you to sign the FSF papers. Please >> see the following page for more information. > > I hav

Re: [O] [html] non-lists showing up as lists

2013-06-06 Thread Samuel Wales
Hi Bernt, Optional. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it.

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Josiah Schwab
> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> wrote: >> The LaTeX exporter does not honor the setting of >> org-list-allow-alphabetical. A week or so ago I asked a similar question about the HTML export and lists. http://lists.gnu.org/archive/html/emacs-orgmode/2013-05/msg01324.html So I

[O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Rüdiger Sonderfeld
* lisp/ob-C.el (org-babel-C-var-to-C): Add list support (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type, org-babel-C-format-val): New functions. (org-babel-C-ensure-main-wrap, org-babel-execute:C, org-babel-execute:C++, rg-babel-execute:cpp, org-babel-C++-compiler, org-babel-C-compiler):

[O] Customizing export globally

2013-06-06 Thread Klaus-Dieter Bauer
Hello! Is it possible, short of hacking the exporters, to get indentation of non-list paragraphs preserved? E.g. I want some nice-looking formatting inside emacs: == And thus Einstein wrote: E = mc^2 == The same visual effect in export could be achieved

Re: [O] Per file ID

2013-06-06 Thread Klaus-Dieter Bauer
Suvayu Ali gmail.com> writes: > > On Fri, May 24, 2013 at 04:43:53PM +0200, Klaus-Dieter Bauer wrote: > > Hello! > > > > I intend to use org-mode for organizing my research notes; I prefer however > > a "wiki" style with many files rather than one big file. > > > > I found that the ID mechani

Re: [O] Suppressing interpeter output in code blocks

2013-06-06 Thread Michael Steeves
On 6/6/13 12:04 PM, Eric Schulte wrote: > Michael Steeves writes: >> Is there any way to suppress all the extra text, and just get the >> "Hello, world." string as my output? >> > > #+begin_src python :session testing > a = 1 > b = 2 > c = a + b > "Hello, world." > #+end_src > > #+RESULTS: > : H

Re: [O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Eric Schulte
Applied, Thanks for the excellent patch, test code and examples! Rüdiger Sonderfeld writes: > * lisp/ob-C.el (org-babel-C-var-to-C): Add list support > (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type, > org-babel-C-format-val): New functions. > (org-babel-C-ensure-main-wrap, org-babel

Re: [O] [PATCH] ob-C: Add list support.

2013-06-06 Thread Rüdiger Sonderfeld
On Thursday 06 June 2013 12:10:11 Eric Schulte wrote: > Applied, Thanks for the excellent patch, test code and examples! Thank you for all the great work on org-mode! Regards Rüdiger

[O] org-caldav will continue to work with Google Calendar (was: org-caldav will cease to work with Google Calendar)

2013-06-06 Thread David Engster
David Engster writes: > Google has announced today that they will shut down their CalDAV API in > September, since hey, everybody's using their own protocol anyway. Well, Google has suddenly realized that not only is CalDAV an open standard, but it's actually used outside the Googleverse. Who coul

Re: [O] Suppressing interpeter output in code blocks

2013-06-06 Thread Eric Schulte
Michael Steeves writes: > On 6/6/13 12:04 PM, Eric Schulte wrote: >> Michael Steeves writes: >>> Is there any way to suppress all the extra text, and just get the >>> "Hello, world." string as my output? >>> >> >> #+begin_src python :session testing >> a = 1 >> b = 2 >> c = a + b >> "Hello, wor

Re: [O] BUG (?): org capture insist *.org file changed in disk, wipes file each time

2013-06-06 Thread Marc Ihm
Hi Z. Sorry, but cannot think of a proper cause of your troubles other than dropbox. I do not use dropbox, but only rsync for synchronisation. I get the same message that you get now and then, but each time I get it, it is because I did synchronisation of my org-files from external sources, wh

[O] [PATCH] lisp/ox-html.el: Minimal encoding for code and verbatim text

2013-06-06 Thread Aurélien Aptel
I've reported the following bug earlier: http://article.gmane.org/gmane.emacs.orgmode/72967 Here's a fix, attached. 0001-lisp-ox-html.el-Minimal-encoding-for-code-and-verbat.patch Description: Binary data

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Carsten Dominik
On 6.6.2013, at 19:39, Josiah Schwab wrote: >> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> wrote: >>> The LaTeX exporter does not honor the setting of >>> org-list-allow-alphabetical. > > A week or so ago I asked a similar question about the HTML export and lists. > http://lists.gnu.o

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-06 Thread Nathaniel Cunningham
Suvayu Ali gmail.com> writes: > > Org mode > translates _underlined text_ to \underline{underlined text}, however if > you read the TeX.sx question referenced below you will see that it > doesn't support line breaks and the TeX community recommends \uline{..} > from the ulem package. > >

[O] Formatting a calculated cell entry as currency

2013-06-06 Thread J. David Boyd
I've got a simple cell calculation, =@2 * 40 If @2 contained 10, is there anyway to force this to show as $400.00? I've combed through the info file, and if it is there I'm blind. Dave

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Rasmus
Carsten Dominik writes: >> a) Do something. >> b) Use your answer in part a) to do something else. >> >> Then, if I want to export it to multiple formats (say, html and >> pdf), there is no general way to tell orgmode: "my alphabetical >> bullet choice was meaningful, please try to preserve it".

Re: [O] [PATCH (v3)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-06 Thread Rasmus
Hi, Nicolas Goaziou writes: > Thanks for your patch. Here are a few comments: is the attached patch better? It replaced AUTO with LANG when LANG is recognized and preserve position and LANG is the argument to LANGUAGE. I don't know if this patch uses the most efficient way of replacing AUTO

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Josiah Schwab
> Why doesn't this cut it: > > #+BEGIN_SRC org > 1. <<1>> Do something. > 2. Use your answer in part [[1]] to do something else. > #+END_SRC That will work ok in LaTeX I think. But that will export to HTML like Do something. Use your answer in part 1 to do something else. and the link name

Re: [O] Formatting a calculated cell entry as currency

2013-06-06 Thread Nick Dokos
da...@adboyd.com (J. David Boyd) writes: > I've got a simple cell calculation, =@2 * 40 > > If @2 contained 10, is there anyway to force this to show as $400.00? I've > combed through the info file, and if it is there I'm blind. > This seems to work (apart from the alignment): --8<-

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Rasmus
Josiah Schwab writes: >> Why doesn't this cut it: >> >> #+BEGIN_SRC org >> 1. <<1>> Do something. >> 2. Use your answer in part [[1]] to do something else. >> #+END_SRC > > That will work ok in LaTeX I think. > But that will export to HTML like > > > Do something. > > Use your answer in part

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Rasmus
Rasmus writes: > Josiah Schwab writes: > >>> Why doesn't this cut it: >>> >>> #+BEGIN_SRC org >>> 1. <<1>> Do something. >>> 2. Use your answer in part [[1]] to do something else. >>> #+END_SRC >> >> That will work ok in LaTeX I think. >> But that will export to HTML like >> >> >> Do somethin

Re: [O] mydisk.com down?

2013-06-06 Thread Guido Van Hoecke
Hi, On 4 June 2013 01:58, Rasmus wrote: > Guido Van Hoecke gmail.com> writes: > >> > Could it be that mydisk.com is down? > > Check isup.me. Nice, didn't know this link. > >> Or about other free WebDAV servers? >> (My Dropbox account is not an option) It was just a temporary outage. Thanks f

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Nick Dokos
Josiah Schwab writes: >> On 6 jun. 2013, at 10:20, Michael Bach gmail.com> wrote: >>> The LaTeX exporter does not honor the setting of >>> org-list-allow-alphabetical. > > A week or so ago I asked a similar question about the HTML export and lists. > http://lists.gnu.org/archive/html/emacs-or

Re: [O] org-list-allow-alphabetical LaTeX export

2013-06-06 Thread Josiah Schwab
> However, the type="a" thingie in is a bad idea: it is deprecated in > the HTML spec, so it would be foolish to go chasing after it in org. I'll take a closer look the rest of your message to tomorrow, but I wanted to mention that while "type" was deprecated in HTML4 that is no longer the case i