[Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-22 Thread Taru Karttunen
Hello Motivated by the discussion on exporting BibTeX to html and LaTeX when using org-mode I created an extension that does this. The html export uses bibtex2html from http://www.lri.fr/~filliatr/bibtex2html/ also packaged in e.g. Debian. This works by a #+BIBLIOGRAPHY: bibfilebasename stylenam

[Orgmode] proposal to separate org-special-ctrl-a/e into two variables

2009-02-22 Thread Alan E. Davis
I have found the behavior of the cursor at the beginning of the line to be clumsy, and troublesome. I cannot easily set a region, for example. However, the special setting of ctrl-e is extremely useful. A single variable controls these two variables, in a unified way. This variable also has two

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-22 Thread Sebastian Rose
Hi Taru, are there changes to the XHTML structure imposed by using this extension? Or does it simply add a section with the usual containers and ID's? Since I know many people will use an extension like this, I'd like to support that in org-info.js, that's why I ask. Best, Sebastian Taru K

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-22 Thread Carsten Dominik
This is going to be fantastically useful. Thanks. - Carsten On Feb 22, 2009, at 1:05 PM, Taru Karttunen wrote: Hello Motivated by the discussion on exporting BibTeX to html and LaTeX when using org-mode I created an extension that does this. The html export uses bibtex2html from http://www.

Re: [Orgmode] bug? in orgstruct-mode

2009-02-22 Thread Carsten Dominik
Hi Austin, yes, this is something I have been missing myself. However, the problem is the following: orgstruct-mode is a mode that steals away bindings from the major mode and overrules them in certain contexts. In general, it does make sense to keep the regions where this applies small, so th

[Orgmode] Re: minor option conflict

2009-02-22 Thread Carsten Dominik
Hi Samuel, I believe I have fixed this bug now, please confirm. Thanks for insisting and staying on it - sometimes I am not quickly seeing the problem, and then I need pushing. - Carsten On Feb 11, 2009, at 7:32 AM, Samuel Wales wrote: On Fri, Feb 6, 2009 at 15:10, Bernt Hansen wrote: I ca

Re: [Orgmode] proposal to separate org-special-ctrl-a/e into two variables

2009-02-22 Thread Carsten Dominik
Hi Alan, your arguments make sense, and I have implemented this. To have separate values, set org-special-ctrl-a/e to a cons cell with the setting for C-a in the car and the setting for C-e in the cdr. - Carsten On Feb 22, 2009, at 2:38 PM, Alan E. Davis wrote: I have found the behavior of th

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-02-22 Thread Taru Karttunen
On 22.02 15:17, Sebastian Rose wrote: > are there changes to the XHTML structure imposed by using this > extension? Or does it simply add a section with the usual containers and > ID's? Currently it just wraps the whole thing in a with the bibtex2html generated html inside with a slight fix to ma

[Orgmode] Re: Latex features

2009-02-22 Thread Russell Adams
Related to the latest Latex features, I've discovered that if I have a saved document without changes and I initiate a Latex export that the document now shows changed and asks to be saved if I quit. Undo and friends don't show me that anything in the file actually changed, just the status. 6.05 d

[Orgmode] Selecting items within date range and repeated events in agenda view

2009-02-22 Thread Spike Spiegel
Hi, I organize my work in weekly batches, meaning that monday morning I do two things: 1) review what I've done the previous week 2) plan out the upcoming week My agenda view is a block agenda with 1 block for daily agenda, 1 for projects todo and 1 for all other todos What I need and don't seem

Re: [Orgmode] Re: Latex features

2009-02-22 Thread Carsten Dominik
Fixed, thanks! - Carsten On Feb 22, 2009, at 7:26 PM, Russell Adams wrote: Related to the latest Latex features, I've discovered that if I have a saved document without changes and I initiate a Latex export that the document now shows changed and asks to be saved if I quit. Undo and friends do

[Orgmode] [PATCH] org-link-abbrev-alist improve docstring "linkword"

2009-02-22 Thread Jari Aalto
> [Carsten Dominik] > please send your reports to emacs-orgmode@gnu.org, there I have > them in one place, and a public record is created of your question > and any answers - and, most importantly, someone else might > answer for me. > > Link abbreviation starts with a "linkword" similar to http o

Re: [Orgmode] FR: Define Latex macros from export header

2009-02-22 Thread Russell Adams
On Sat, Feb 21, 2009 at 08:28:13AM -0600, Russell Adams wrote: > >> I'm also trying to resolve an ordering issue. I want to have a > >> header/footer line declared in the header, but I want to use these > >> orgTITLE macros in that. Currently LATEX_HEADER and the class go first > >> before the defi