Re: [O] Dynamically creating capture mode templates (solved)

2015-10-09 Thread tenspd137 .
Needed to use backquotes correctly: (setq products '("Firebird" "Ion")) (dolist (product products) (setq org-capture-templates (append org-capture-templates `( (,(substring product 0 1) ,product) (,(concat (substring product 0 1) "t" ) "Todo" ent

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-09 Thread Eric S Fraga
On Friday, 9 Oct 2015 at 09:25, Enzo Chi wrote: > I tried that "\begin{align}...\end{align}" code with "C-c C-x C-l", it > generate a very back quality image like this: What settings do you have for image creation in org? What is org-latex-create-formula-image-program? For instance, I h

Re: [O] Suggestion for automatic latex rendering

2015-10-09 Thread John Kitchin
I made a kind of solution that does this here: http://kitchingroup.cheme.cmu.edu/blog/2015/10/09/Automatic-latex-image-toggling-when-cursor-is-on-a-fragment/ You might see if it does what you want. Knud Soerensen writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > I love org-mo

[O] Dynamically creating capture mode templates

2015-10-09 Thread tenspd137 .
Hi all - I was hoping someone could help me figure this out. I have the following in a .el file I am loading to create keys for my projects: (setq projects '("Aa" "Bb" "Cc" "Dd") (let (firstLetter) (dolist (project projects firstLetter) (setq firstLetter (substring project 0 1)) (mess

[O] How to pass parameters to org-sbe function?

2015-10-09 Thread Kalev Takkis
Hi list, I'm trying to use org-sbe to execute another source block but I cannot figure out how to provide required parameters. My source block takes one parameter in form of list of lists. When I compose the list in place like this (org-sbe testblock (params (list (list \"somevar\" \"somevalue\")

Re: [O] First steps in customizing org-mode

2015-10-09 Thread Eric Abrahamsen
Giulio Petrucci writes: > Hello there, > > this is my first post here so let me introduce myself: my name is > Giulio, or "petrux" for friends. I am italian. I am a PhD candidate at > University of Trento and I've been working for many years as a > developer before "going back to school". > I use

Re: [O] Minning Org-files

2015-10-09 Thread John Kitchin
You can do something like this: By TODO keyword to grab the DONE entries. #+BEGIN_SRC emacs-lisp (let ((entries (org-map-entries (lambda () (save-restriction (org-narrow-to-subtree) (buffer-string))) "TODO=\

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-10-09 Thread D. C. Toedt
>> Look at publishing instead of exporting to html which works with missing links. ​​ Apparently it doesn't. I'm still having the same problem of throwing a fatal error --- even when publishing, not exporting --- when encountering a missing (unresolvable) link. This was after doing a clean instal

Re: [O] Minning Org-files

2015-10-09 Thread Doyley, Marvin M.
Is there anyway of making the search term a variable ? > On Oct 9, 2015, at 1:24 PM, John Kitchin wrote: > > You can do something like this: > > By TODO keyword to grab the DONE entries. > > #+BEGIN_SRC emacs-lisp > (let ((entries (org-map-entries >(lambda () >

Re: [O] Readcube

2015-10-09 Thread John Kitchin
you would have to find an applescript api I think. Look at some examples in org-mac-link http://orgmode.org/worg/org-contrib/org-mac-link.html or this project https://github.com/claviclaws/org-mac-protocol. John --- Professor John Kitchin Doherty Hall A207F Departm

Re: [O] Readcube

2015-10-09 Thread Doyley, Marvin M.
Thanks John, I really appreciate this. Cheers, M --- Marvin Doyley Ph.D. University of Rochester Associate Professor of Electrical and Computer Engineering 343 Hopeman Engineering Building Rochester NY 14627 Tel: 585-275-3774 Fax: 585-273-4919 Website: http://www.ece.rochester.edu/projects/doyley_l

Re: [O] First steps in customizing org-mode

2015-10-09 Thread James Richardson
Giulio Petrucci writes: [snip] > > Another problem that I am eperiencing is that it is very hard for me > to find documentation about the org-mode function and variables. > For this specific issue, is there any resource that shows you *what* > you can do *and how* to do it? > Outside of http://o

[O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-10-09 Thread Sebastian Christ
Hi group, I'd like to provide a patch to ox-extra.el. `org-latex-header-blocks-filter' still calls `org-edit-src-find-region-and-lang' and raises therefore an undefined function error. Best wishes, Sebastian >From 34b76e06bda5739e433c95b451915c8b804a1733 Mon Sep 17 00:00:00 2001 From: Sebastian

[O] Readcube

2015-10-09 Thread Doyley, Marvin M.
Hi there, I have been using readcube to manage my pdfs, awesome software, for more than a year now. However, i would like to link it to my org-mode notes. Does anybody know how to grab readcube links on OS X. Thanks, M --- Marvin Doyley Ph.D. University of Rochester Associate Professor of Elec

[O] Minning Org-files

2015-10-09 Thread Doyley, Marvin M.
Hi there, I have a huge org-file with notes I have taken on various topics (my commonplace org file). Is there an easy way to grab all the entires with a given tag or keyword to a new org-file ? Thanks, M --- Marvin Doyley Ph.D. University of Rochester Associate Professor of Electrical and Com

[O] First steps in customizing org-mode

2015-10-09 Thread Giulio Petrucci
Hello there, this is my first post here so let me introduce myself: my name is Giulio, or "petrux" for friends. I am italian. I am a PhD candidate at University of Trento and I've been working for many years as a developer before "going back to school". I use Emacs for almost everything. I love or

Re: [O] org-agenda-files

2015-10-09 Thread Eric S Fraga
On Thursday, 8 Oct 2015 at 22:36, Paul Jewell wrote: [...] > The bit I missed was that org-agenda-files were set in customize to nil, > and this change was happening after the assignment. Once I cleared this, > everything works as planned. > > Thanks for coming back to me! Glad you figured it o

Re: [O] [RFC] Draft mode

2015-10-09 Thread Rasmus
Nick Dokos writes: > Eric S Fraga writes: > >> On Thursday, 8 Oct 2015 at 19:00, Nicolas Goaziou wrote: >> >> [...] >> >>> I think I will go with the straight to the point >>> `org-export-barf-on-invalid-link' variable. >>> >>> However, not sure about the OPTIONS item. >>> >>> #+OPTIONS: ???: