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
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
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
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
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\")
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
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=\
>> 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
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 ()
>
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
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
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
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
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
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
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
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
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: ???:
18 matches
Mail list logo