Re: [O] Descriptive links in tables no longer working

2016-02-07 Thread Loris Bennett
Nicolas Goaziou writes: > Hello, > > "Loris Bennett" writes: > >> OK, thanks. I have the version from 2015-02-01, which seems to be the >> most current from orgmode.org/elpa, so I'll just wait until the next >> version appears. > > This

Re: [O] org-player and switch to lexical binding in org.el

2016-02-07 Thread Michael Brand
Hi Paul On Thu, Jan 28, 2016 at 4:00 AM, Paul Sexton wrote: > Hi, I have just pushed the suggested change to the org-player repository on > bitbucket. Please let me know if it has fixed the problem. org-player.el 1.0.1 plays again for links with a position. For links

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-07 Thread H. Dieter Wilhelm
>>> works as well. I'm not sure how you define variables in calc however... >> >> You could write something like src_calc[:var x=3.41]{2*x} :-) > > Yes but can you save a variable for use in a later expression? Well, at the moment I don't know another way as defining the calc variables on the

Re: [O] org-pdfview-open doesn't work anymore

2016-02-07 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Remixed patch for review attached. It looks good. Please apply it on master. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Default location for "./" with respect to capture file+headline

2016-02-07 Thread John Hendy
On Fri, Feb 5, 2016 at 9:55 PM, Kyle Meyer wrote: > Hello, > > John Hendy writes: > >> When I do =C-c c= to try a capture example, it's trying to file it >> with respect to ~/org and I'm not sure why. Here's the capture section >> of dir/setup/example-config:

Re: [O] org-pdfview-open doesn't work anymore

2016-02-07 Thread Michael Brand
Hi Nicolas On Sat, Feb 6, 2016 at 5:41 PM, Nicolas Goaziou wrote: > IMO, notifying user that there's something rotten in the state of > `org-file-apps' is enough. There's no need to go into the gory details > of the problem. I agree and finally found what I was missing:

Re: [O] No image output from Maxima in Babel

2016-02-07 Thread Zachary Peterson
> Eric S Fraga writes: > Confirmed. > You haven't said what version you are using or what kind of system you > are running on so I will assume up to date org on Linux as why would > you be doing otherwise ;-) > What is happening is that maxima, at least on my system

Re: [O] No image output from Maxima in Babel

2016-02-07 Thread Eric S Fraga
On Sunday, 7 Feb 2016 at 10:58, Zachary Peterson wrote: >> Eric S Fraga writes: >> The fix would be to have the argument to set_plot_option for the >> gnuplot_plot_file be a fully qualified file name. > >> (beyond my ability to fix unfortunately) > >> HTH, eric > > Thank

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-02-07 Thread Achim Gratz
Erik Hetzner writes: > Thank you for all your feedback on this code! I’m really happy with how it > turned out, and glad it is in master now. Please fix the tests to not fail (preferrably not run) if git-annex is not installed. Also, revert the patch to mk/targets.mk; $(RMR) already includes the

Re: [O] Default location for "./" with respect to capture file+headline

2016-02-07 Thread Kyle Meyer
John Hendy writes: [...] > Thank you very much! That did it and let me run my "sandbox" org > capture demonstration nicely. > > So I can fish for myself next time, did you happen to just know this > relationship, or search the manuals for "capture"? I took a look at > the

[O] [ANN] Tufte Org Mode

2016-02-07 Thread Thomas S . Dye
Aloha all, An Org mode environment to create Tufte-LaTeX books and handouts is now available at https://github.com/tsdye/tufte-org-mode. Tufte Org Mode consists of two files: 1) an Org mode file, tufte-latex.org, that contains documentation and setups for the Tufte-LaTeX book and

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-02-07 Thread Erik Hetzner
Hi Rasmus and Kyle, On Sat, 06 Feb 2016 04:18:55 -0800, Rasmus wrote: > > Hi Erik and Kyle, > > Sorry for the delay, I was traveling this week. I’m happy with the patch now > and it has been pushed to master. Thank you for all your feedback on this code! I’m really happy with

[O] indicate scheduled or deadline

2016-02-07 Thread Samuel Wales
some tasks show up in agenda agenda as (either closed or inactive) and are also (either scheduled or deadline) without indication. also, tasks show up in agenda text search without indicating whether they are also (either scheduled or deadline). i'd like to indicate that all of these tasks are

Re: [O] org-ref no bibliography generated in pdf

2016-02-07 Thread Andreas Kiermeier
On 7 February 2016 at 04:38, John Kitchin wrote: > that is why you don't get bibtex run then ;) try this > (setq org-latex-pdf-process >'("pdflatex -shell-escape -interaction nonstopmode > -output-directory %o %b" > "bibtex %b" > "pdflatex

Re: [O] org-ref no bibliography generated in pdf

2016-02-07 Thread John Kitchin
no reason. I do not actually use this code below. I have another function that probably does want texify does ;) maybe some extra stuff like running makeindex, etc Andreas Kiermeier writes: > On 7 February 2016 at 04:38, John Kitchin wrote: > >> that is why you

Re: [O] indicate scheduled or deadline

2016-02-07 Thread Samuel Wales
best i have: (asetf (cdr (assoc 'agenda org-agenda-prefix-format)) (replace-regexp-in-string "%i " "%i%(if (and (alpha-org-entry-get \"CLOSED\") (alpha-org-entry-get \"SCHEDULED\")) \"!\" \" \")" it)) On 2/7/16, Samuel Wales wrote: > some

Re: [O] org-ref no bibliography generated in pdf

2016-02-07 Thread Nick Dokos
Andreas Kiermeier writes: > On 7 February 2016 at 04:38, John Kitchin wrote: > > that is why you don't get bibtex run then ;) try this > (setq org-latex-pdf-process >        '("pdflatex -shell-escape -interaction nonstopmode >

Re: [O] using pdf as output of src-block doesn't show an inline image

2016-02-07 Thread Arun Persaud
Hi managed to get pdfs to display ;) Here is what I added in my .emacs file: (add-to-list 'image-type-file-name-regexps '("\\.pdf\\'" . imagemagick)) (add-to-list 'image-file-name-extensions "pdf") (setq imagemagick-types-inhibit (remove 'PDF imagemagick-types-inhibit)) (setq

[O] symbol's function definition is void: org-find-property

2016-02-07 Thread 童俊翔
I want to use capture, the following is my configuration in .emacs ;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cc" 'org-capture) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) ;;capture

[O] want a custom project-aware agenda-todo-view

2016-02-07 Thread Stefan Huchler
when I open agenda-view (list all todo entries) "t" I see all todo items and in the first column the filename. I would rather see the project the task belongs to, sorry if I am ask thats maybe very simpel and I just dont find the right varible/method to do so. Like: * Project ** Task 1 ** Task