Re: [O] org-edit-src-code outside of org

2014-05-17 Thread Alexander Baier
On 2014-05-17 08:33 Jorge A. Alfaro-Murillo wrote: > I figure it out, I am updating the variable that causes problems and it > is working very well so in case you want to use org-edit-src-code in > Message mode all is needed is: > > #+BEGIN_SRC emacs-lisp > (eval-after-load "message" > '(prog

[O] Symbol's value as variable is void: org-list-allow-alphabetical

2014-05-17 Thread Vikas Rawal
Why am I getting this error when I start my emacs? defconst: Symbol's value as variable is void: org-list-allow-alphabetical Symbol's value as variable is void: org-list-allow-alphabetical My orgmode is updated using git repository. I use emacs starter kit, and the error seems to have something

[O] Filter tasks when exporting to iCalendar

2014-05-17 Thread Chris Poole
Hi, I'm trying to filter tasks such that only tasks that aren't done, but are scheduled or have deadlines, are exported to iCalendar. I have this so far: (setq org-icalendar-use-scheduled '(todo-start) org-icalendar-use-deadline '(todo-due) org-icalendar-include-todo t o

Re: [O] Symbol's value as variable is void: org-list-allow-alphabetical

2014-05-17 Thread Vikas Rawal
> Why am I getting this error when I start my emacs? > > defconst: Symbol's value as variable is void: org-list-allow-alphabetical > Symbol's value as variable is void: org-list-allow-alphabetical > Sorry, my emacs was loading an older version of Org. Will fix it. Vikas

[O] html export doctype?

2014-05-17 Thread Dave Pawson
http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes intimates that setting variable org-html-doctype is usable here. Version 8.2.6 does not show this variable? how to select output format for html please? tiA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk

Re: [O] html export doctype?

2014-05-17 Thread Alexander Baier
On 2014-05-17 14:12 Dave Pawson wrote: > http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes > > intimates that setting variable org-html-doctype > is usable here. > > Version 8.2.6 does not show this variable? I am running 8.2.6 here and for me org-html-doctype is defined. Maybe you need

Re: [O] html export doctype?

2014-05-17 Thread Dave Pawson
On 17 May 2014 13:24, Alexander Baier wrote: > On 2014-05-17 14:12 Dave Pawson wrote: >> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes >> >> intimates that setting variable org-html-doctype >> is usable here. >> >> Version 8.2.6 does not show this variable? > > I am running 8.2.6 her

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-17 Thread Nick Dokos
Leu Zhe writes: > Hi ndokos, > > Thanks for you advice.  > I added a attachment which matches my problem. > > Best regards! > > > Content-Type: text/enriched > Text-Width: 70 > > #+LATEX_HEADER: \usepackage{tikz} > #+LATEX_HEADER: \usepackage[siunitx]{circuitikz} > > > dodger blue* A tikz preview

[O] Enumeration within environment block

2014-05-17 Thread Xavier Garrido
Dear orgers, I am using org-mode to write teaching class corrections in order to get them properly exported in pdf and html. What I would like to do is to insert not only the answer but also the questions. So, I have created a "question" environment as shown below #+BEGIN_SRC org #+TITLE: Qu

[O] Two letter combinations agenda and org-agenda-files variable

2014-05-17 Thread Igor Sosa Mayor
Hi, if I define a org-agenda-custom-command in which I have a (so-called?) two-letter combination agenda like this: --8<---cut here---start->8--- (setq org-agenda-custom-commands '(("x" agenda) ("h" . "HOME+Name tags searches") ; descri

[O] Insert calc vector directly into spreadsheet cells?

2014-05-17 Thread Steven Adrian
I would like to insert a calc vector directly into a range of spreadsheet cells from a function. As a specific example, consider the calc index function, which returns a calc vector of integers from 1 to n. Once calc has started within an emacs session, the index function can be accessed from withi

Re: [O] LaTeX cross references

2014-05-17 Thread Alan L Tyree
On 17/05/14 11:30, Alan L Tyree wrote: On 17/05/14 11:26, Aaron Ecay wrote: Hi Alan, 2014ko maiatzak 16an, Alan L Tyree-ek idatzi zuen: G'day, My org manuscript has cross references like this: see [[id:4c473c51-b484-4a29-8fe7-118d8084a6f8][Limitations Acts]] Exporting to LaTeX currently gi

Re: [O] LaTeX cross references

2014-05-17 Thread Alan L Tyree
On 18/05/14 08:24, Alan L Tyree wrote: On 17/05/14 11:30, Alan L Tyree wrote: On 17/05/14 11:26, Aaron Ecay wrote: Hi Alan, 2014ko maiatzak 16an, Alan L Tyree-ek idatzi zuen: G'day, My org manuscript has cross references like this: see [[id:4c473c51-b484-4a29-8fe7-118d8084a6f8][Limitation

Re: [O] gnus-summary-move-article and org-store-link

2014-05-17 Thread Esben Stien
Bastien writes: > (gnus-registry-initialize) > (setq gnus-refer-article-method '(current (nnregistry))) > > this way, following Gnus links will find the message-id based > on the registry, and you can safely move articles around. Perfect; Thanks;) -- Esben Stien is b0ef@e s a

Re: [O] LaTeX cross references

2014-05-17 Thread Aaron Ecay
Hi Alan (et al.), I meant to reply to the list as well, thanks for forwarding. And I'm glad the filter works for you. Aaron