Re: [O] How to programmatically use/edit data provided on capture

2014-08-02 Thread Richard Lawrence
Hi Marcin, Marcin Antczak writes: > I got capture template with prompts to collect some properties: > > #+BEGIN_SRC > * TODO %\1 / Some task description >:PROPERTIES: >:NAME: %^{NAME} >:END: > #+END_SRC > > My question is: How to get information on user input data to transform > this

[O] How to programmatically use/edit data provided on capture

2014-08-02 Thread Marcin Antczak
Hi all! I got capture template with prompts to collect some properties: #+BEGIN_SRC * TODO %\1 / Some task description :PROPERTIES: :NAME: %^{NAME} :END: #+END_SRC My question is: How to get information on user input data to transform this data before capture finalize. For example:

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-08-02 Thread M
> Von: Daniel Clemente > Datum: Fri, 01 Aug 2014 03:01:31 +0700 > An: Martin Beck > Cc: emacs orgmode-mailinglist > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) > > > I did a custom solution, very simple, with jQuery. You may use it: > > Demo: >

Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-08-02 Thread M
> Von: Robert Eckl > Datum: Thu, 31 Jul 2014 18:50:21 +0200 > An: > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) > > I would recommend a look into > https://github.com/SebastianRose/org-info-js/tree/master > > or http://orgmode.org/worg/code/

Re: [O] Bug: can not export pdf file [8.2.7c (8.2.7c-elpa @ /Users/mac/.emacs.d/elpa/org-20140730/)]

2014-08-02 Thread Rasmus
Hi, 童俊翔 writes: > When I press C-c C-e l o, *Messages* shows: > > /bin/bash: xelatex: command not found > /bin/bash: bibtex: command not found > /bin/bash: xelatex: command not found [2 times] > org-latex-compile: PDF file ./LapRPHepatectomy.pdf wasn't produced > > my mactex has updated to the l

Re: [O] org agenda clock check shows strange clocking gaps at beginning of day

2014-08-02 Thread Gregor Zattler
Hi Bastien, org developers, * Bastien [27. Jul. 2014]: > Gregor Zattler writes: > >> All three clocking items belong to the same heading. I'm fine >> with the first clocking gabp. But why is there a gap of 7536 >> minutes shown although ‘org-agenda-clock-consistency-checks’ is >> at default va

Re: [O] File name with space

2014-08-02 Thread Karl Voit
* Chris Henderson wrote: > > How do I link a local file or folder that has space? Looks like the link > goes broken. > > e.g. file+sys:///Users/chris/projects/marketing plan for 2014 <-- doesn't > work. Besides the solution posted before, I prefer: [[file+sys:///Users/chris/projects/marketing pl

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-08-02 Thread Nicolas Goaziou
Hello, Konrad Herbst writes: > From: Konrad Herbst > Date: Wed, 9 Jul 2014 15:26:10 +0200 > Subject: [PATCH] ox-bibtex.el: Extend to use bibtex files not in current > working directory > > * contrib/lisp/ox-bibtex.el (org-bibtex-process-bib-files): Process > bibtexfilename so that it does not

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-08-02 Thread Nicolas Goaziou
Hello, Bastien writes: > Yes. But I know see your point about the default title being useless > most of the times. So I'm fine with the proposed change in master. Applied. Regards, -- Nicolas Goaziou

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-02 Thread Nicolas Goaziou
Hello, Rasmus writes: > It works sensibly in latex-mode. If your text is > >My displayed \[equation\] >is here > > M-q will make it > >My displayed \[equation\] is here > > But > >My displayed >\[equation\] >is here > > Is unaltered by M-q (though it was not obvious to

[O] Bug: can not export pdf file [8.2.7c (8.2.7c-elpa @ /Users/mac/.emacs.d/elpa/org-20140730/)]

2014-08-02 Thread 童俊翔
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] TODO's and cookies

2014-08-02 Thread Sharon Kimble
I've been looking for some time how to extend cookies in an org-mode file with loads of TODO's. In my specific case I am writing a book, and this file has the plan of the book, with each section its own TODO, and ditto for the chapters. Some of the sections are IN-PROGRESS or DONE, others still TOD

Re: [O] Change in HTML Header Export

2014-08-02 Thread Nicolas Goaziou
Hello, Mike-Personal writes: > I have noticed that recent versions of Org mode export differently than > before. (I haven’t looked yet for a specific commit that changes this, but > can depending on the reply below). > > Numbered headings used to be exported as: > > 1 Background > > Today they

Re: [O] Generating agenda endless-loop

2014-08-02 Thread Nick Dokos
Karl Voit writes: > My agenda generally works. However, sometimes, by working with Emacs > I get to the "status" where I can not re-generate the agenda: it is > in an endless loop with 100% of its Emacs-CPU-core. I can quit by > pressing M-g. After re-starting Emacs, it works again without > modi

[O] Change in HTML Header Export

2014-08-02 Thread Mike-Personal
Good Morning I have noticed that recent versions of Org mode export differently than before. (I haven’t looked yet for a specific commit that changes this, but can depending on the reply below). Numbered headings used to be exported as: 1 Background Today they are exported as: 1 Background

[O] Generating agenda endless-loop

2014-08-02 Thread Karl Voit
Hi! My agenda generally works. However, sometimes, by working with Emacs I get to the "status" where I can not re-generate the agenda: it is in an endless loop with 100% of its Emacs-CPU-core. I can quit by pressing M-g. After re-starting Emacs, it works again without modifying my Org-files or the

Re: [O] Issue with multiple references to the same footnote in LaTeX export

2014-08-02 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Duh, forgot to include the list in this reply. > > On Sun, Jul 13, 2014 at 10:50 PM, Aaron Ecay wrote: >> Hi York, >> >> It’s not a totally trivial problem from the LaTeX side. This stack >> exchange answer outlines what could be a solution: >>

Re: [O] [RFC] Add commmand for wrapping sexp/region in src-blocks to Org?

2014-08-02 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > I often missed the following command for wrapping existing content into > src-blocks in the past, besides knowing about > `org-babel-demarcate-block' and easy template insertion. Would it make > sense to add it to Org-mode? > > I made it cover several use cases:

Re: [O] Bug: html export of radio targets incorrect [8.2.7b (8.2.7b-1-ga5beff-elpa @ /home/vgrinshp/apps/share/emacs/24.3.50/lisp/org/)]

2014-08-02 Thread Nicolas Goaziou
Hello, Vadim Grinshpun writes: > My org document has radiotargets where one target is contained within > another as a substring. E.g., something like this: > > <<>> > <<>> > > When I try to export via HTML (process described below), > the visible text of the links referring to these targets

Re: [O] [RFC] Add commmand for wrapping sexp/region in src-blocks to Org?

2014-08-02 Thread Xebar Saram
Hi Thorsten and list How are you? small question. ive been using your amazing function daily last few days and been lovin' it :) i wonder if i could request a tiny related feature (this may be very easy to do already). i would like to assign hotkeys for 2 scenarios: 1) pre selected language for

Re: [O] Bug: pdf page numbers in links are ignored when exporting to latex [8.2.7b (8.2.7b-13-gd8a0ee-elpa @ /home/moritz/.emacs.d/elpa/org-20140728/)]

2014-08-02 Thread Nicolas Goaziou
Hello, Moritz Kiefer writes: > Hi, tried to fix those issues. Applied. Thank you. Regards, -- Nicolas Goaziou