[Orgmode] questions about html export

2010-06-17 Thread Daniel Mahler
Hi, I have 2 issues with exporting 1. I would like html export to activate plain links 2. I would like to embed source blocks in numbered lists, without breaking the numbering ie: 1) get ready #+BEGIN_SRC sh get_ready #+END_SRC 2) go #+BEGIN_SRC sh go #+END_S

[Orgmode] Re: questions about html export

2010-06-17 Thread Daniel Mahler
On Fri, Jun 18, 2010 at 2:30 AM, Daniel Mahler wrote: > Hi, > > I have 2 issues with exporting > > 1. I would like html export to activate plain links Ignore this, they are activated. > 2. I would like to embed source blocks in numbered lists, without > breaking the number

[Orgmode] org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
i get: ... In toplevel form: lisp/babel/ob-table.el:54:1:Error: Symbol's value as variable is void: show-all make: *** [lisp/babel/ob-table.elc] Error 1 i have tried 'make clean; git pull; make'' over several days with no change. this must have happeed only last week or so, since i had a sucessfu

[Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
also to load the source i need to do (require 'org) if i just (require 'org-install) and try to open my notes file i get: Debugger entered--Lisp error: (void-variable org-default-notes-file) (find-file org-default-notes-file) thanks daniel On Mon, Jun 28, 2010 at 2:08 AM, Daniel Mah

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
fix everything. cheers Daniel On Mon, Jun 28, 2010 at 3:01 AM, Eric Schulte wrote: > Hopefully once your make is completing without errors this problem will > resolve itself.  Best -- Eric > > Daniel Mahler writes: > >> also to load the source i need to do (require 'o

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
On Mon, Jun 28, 2010 at 7:50 AM, Daniel Mahler wrote: > Hi Eric, > > Thanks for the looking into this. > It looks like the problem is the declare-function macro does not work > with emacs-22.1 (the one in ubuntu hardy) > It is defined, but undocumented. > Adding > (defma

[Orgmode] *.bak files in trunk?

2010-06-28 Thread Daniel Mahler
Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (working directory clean) mahler:~/ELISP/org-mode-git$ find . -name "*.bak" ./lisp/ChangeLog.bak ./lisp/babel/langs/ob-C.el.bak ./lisp/babel/langs/ob-emacs-lisp.el.bak ./lisp/babel/langs/ob-sh.el.bak ./lis

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Daniel Mahler
On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik wrote: > > On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: > >> Daniel Mahler writes: >> >>> Is this normal? >>> >>> mahler:~/ELISP/org-mode-git$ git status >>> # On branch master >>&

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Daniel Mahler
Hi, Have you looked at g-client? It is an elisp wrapper for the gdata APIs. It comes with emacspeak, but can be used independently. I have not used either g-client or GoogleCL, but wanted to make sure people are aware of all the options. Having either integrated into org-mode would be nice cheers

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Daniel Mahler
On Mon, Jul 5, 2010 at 11:54 PM, Eric S Fraga wrote: > On Mon, 5 Jul 2010 17:10:55 +0200, Daniel Mahler wrote: >> >> Hi, >> >> Have you looked at g-client? > > Thanks.  I did look at g-client a long time ago.  It should provide > everything we need but it&#

[O] borders around source blocks in pdf?

2011-12-11 Thread Daniel Mahler
How can I get borders around source blocks & babel outputs in pdf exported files? thanks Daniel

[O] publishing org-mode to google docs

2011-03-21 Thread Daniel Mahler
What is the best way to publishh org-mode outlines to google docs. I can upload the PDF, but I need the resulting google docs to be editable. thanks Daniel

[O] mixing subscripts with superscripts

2013-04-17 Thread Daniel Mahler
Mixing subscripts with superscripts, like \Gamma^{a}_{bc}, exports correctly to pdf, but the subscripts are not interpreted in the buffer for me. Is there a way around that? I am using org 7.9.2 and emacs 24.1.1. thanks Daniel

[O] Fwd: mixing subscripts with superscripts

2013-04-17 Thread Daniel Mahler
not help. Daniel On Wed, Apr 17, 2013 at 4:49 PM, John Hendy wrote: > On Wed, Apr 17, 2013 at 4:43 PM, Daniel Mahler wrote: > > Mixing subscripts with superscripts, like \Gamma^{a}_{bc}, > > exports correctly to pdf, but the subscripts are not interpreted in the > > buffer f

Re: [O] Superscripts and subscripts

2013-04-17 Thread Daniel Mahler
This works for me in org 7.9.2 and emacs 24.1.1, but chaining as in 'x^{y}_{z}' will only fontify the ^{y} but not the _{z}, as I reported earlier today, but 'x^{y} _{z}' will fontify both, just with an ugly gap in the middle. cheers Daniel On Tue, Apr 16, 2013 at 1:29 AM, Bastien wrote: > Hi

Re: [O] Superscripts and subscripts

2013-04-17 Thread Daniel Mahler
In my .emacs I have (custom-set-variables ;;... '(org-pretty-entities t) '(org-use-sub-superscripts (quote {})) ;;... ) but I get the opposite result ' ^{14}C' works , but 'x^{y}_{z}' does not, On Wed, Apr 17, 2013 at 10:18 PM, John Hendy wrote: > On Wed

Re: [O] Superscripts and subscripts

2013-04-18 Thread Daniel Mahler
upgrading to trunk gives me the same behaviour as John reported, which, while not perfect, is better for tensors. On Wed, Apr 17, 2013 at 10:54 PM, Daniel Mahler wrote: > In my .emacs I have > > (custom-set-variables > ;;... > '(org-pretty-entities t) > '(org