[O] [BUG] problem exporting example block to html

2011-06-04 Thread Nick Dokos
Exporting the following to html: --8<---cut here---start->8--- * foo #+begin_example #+TITLE: foo * One One * Two Euler says: #+begin_latex \[ \int_0^\infty e^{-x^2} dx = {{\sqrt{\pi}} \over {2}} \] #+end_latex #+end_example --8<---cut here

Re: [O] feature request: changing the way numeric priorities are calculated

2011-06-04 Thread Samuel Wales
I do (defun alpha-org-priority-score (&optional sg) (case (alpha-org-entry-priority-letter sg) (?A 2) (?B 0) (?C -1) (t (error "Case exhausted for priority" -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support the Whittemore-Peterson Institute (WPI) === Ext

[O] feature request: changing the way numeric priorities are calculated

2011-06-04 Thread Filippo A. Salustri
As I understand org - at least as of v7.4, the numeric values of priorities as calculated in org-get-priority, are variable and based on multiplying things by 1000. I can understand why this is done this way, but it is a little restrictive. I would like to suggest that the numeric values of priori

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
The only place microemacs might be by now could be some orphan version of the simtel archives. Taken down but last I knew not entirely removed from the internet. On Sat, 4 Jun 2011, Nick Dokos wrote: > Jude DaShiell wrote: > > > Compare that documentation with the documentation written for >

Re: [O] git useage question

2011-06-04 Thread Nick Dokos
Jude DaShiell wrote: > Compare that documentation with the documentation written for > micro-emacs, that should give you an idea what I mean by reasonable > documentation. Also, thanks for the faq pointers. > and > 1) so we understand each other. My complaint has nothing to do with >o

Re: [O] git useage question

2011-06-04 Thread Pieter Praet
On Sat, 4 Jun 2011 19:26:54 -0400 (EDT), Jude DaShiell wrote: > 1) so we understand each other. My complaint has nothing to do with >org-mode's documentation and everything to do with the documentation >for git itself. [...] Oh, I see :D So your query should have been directed to the

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
1) so we understand each other. My complaint has nothing to do with org-mode's documentation and everything to do with the documentation for git itself.On Sun, 5 Jun 2011, Pieter Praet wrote: > On Sat, 4 Jun 2011 18:05:47 -0400 (EDT), Jude DaShiell > wrote: > > I wouldn't be writing thi

Re: [O] git useage question

2011-06-04 Thread Pieter Praet
On Sat, 4 Jun 2011 18:05:47 -0400 (EDT), Jude DaShiell wrote: > I wouldn't be writing this if the documentation were reasonable. Once > org-mode gets cloned, how is git properly used to update the cloned > instance on a machine? I wouldn't be writing this if your comment were reasonable. Th

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
Compare that documentation with the documentation written for micro-emacs, that should give you an idea what I mean by reasonable documentation. Also, thanks for the faq pointers. On Sat, 4 Jun 2011, Nick Dokos wrote: > Jude DaShiell wrote: > > > I wouldn't be writing this if the documentati

Re: [O] git useage question

2011-06-04 Thread Nick Dokos
Jude DaShiell wrote: > I wouldn't be writing this if the documentation were reasonable. Once > org-mode gets cloned, how is git properly used to update the cloned > instance on a machine? > What's unreasonable about the doc? If you don't have any local changes, see http://orgmode.org/w

[O] git useage question

2011-06-04 Thread Jude DaShiell
I wouldn't be writing this if the documentation were reasonable. Once org-mode gets cloned, how is git properly used to update the cloned instance on a machine?

Re: [O] Academic Reference Workflows and recommendation of Bibdesk

2011-06-04 Thread Matt Lundin
Chao LU writes: > First of all it's free, open resource. Its database file is just an > bibtex file, so all the records is in plain text, even the thumbnails > are stored inside this bibtex file. like below, > > I do think that BibDesk has great features to investigate, such as > create the recor

Re: [O] possible typo in org manual

2011-06-04 Thread Jude DaShiell
The info pages are a couple versions behind too. On Sat, 4 Jun 2011, Noorul Islam wrote: > On Sat, Jun 4, 2011 at 12:06 PM, skip wrote: > > The manual I'm using is here: > > http://orgmode.org/org.html#Working-With-Source-Code > > > > See item 14.2.8.1 > > sub-heading: Emacs Lisp evaluation of v

Re: [O] possible typo in org manual

2011-06-04 Thread Noorul Islam
On Sat, Jun 4, 2011 at 12:06 PM, skip wrote: > The manual I'm using is here: > http://orgmode.org/org.html#Working-With-Source-Code > > See item 14.2.8.1 > sub-heading: Emacs Lisp evaluation of variables > in the sample code, > > #+begin_src sh :var file-name=(buffer-file-name) :exports both >   w