[O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Subhan Michael Tindall
Both C-c C-d (deadline) and C-d C-s (schedule) bring up a calendar in the mini-buffer to pick a date This is great However, there doesn't appear to be any way to include a time in the deadline without going in afterwards and manually editing it. This is not so great. I would dearly love to be

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Charles C. Berry
On Thu, 12 Feb 2015, Rainer M Krug wrote: Rainer M Krug rai...@krugs.de writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rainer M Krug rai...@krugs.de writes: Please find attached the below described patch including the fix for the error reported - function raises error

Re: [O] And another useful function for header arguments

2015-02-12 Thread Grant Rettke
On Thu, Feb 12, 2015 at 1:58 AM, Rainer M Krug rai...@krugs.de wrote: I think I should read the manual - but who does this actually ;-) ? That is the cool part. You don't have to read the whole manual. Not even a whole page! Just a brief list and that is all it takes to start having *more* fun

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus ras...@gmx.us writes: Hi, Rainer M Krug rai...@krugs.de writes: after updating today, I saw the fiollowing errors / warnings: , | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) | makeinfo --no-split org.texi -o org | org.texi:15: warning: unrecognized encoding name

[O] Table formulas: daily hour * rate = cost

2015-02-12 Thread Tory S. Anderson
I have the followign table, which should speak for itself. First the cost column needs to be calculated, which is hours * rate, and then the hrs and ttl fields should be filled in based on sums of their columns. However, I'm not sure why $cost isn't being evaluated; I've tried it with column

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rainer M Krug rai...@krugs.de writes: Please find attached the below described patch including the fix for the error reported - function raises error when property value is numeric. Looks good.

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus ras...@gmx.us writes: Rainer M Krug rai...@krugs.de writes: Now I get here a different warning from pdftex: , | (/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T//t2d45050/src/orgguide.texi | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex | Loading texinfo [version

Re: [O] [PATCH] Recognize property blocks even after text

2015-02-12 Thread Rasmus
Sacha Chua sa...@sachachua.com writes: Hi! I noticed that the refactored org-get-property-block no longer allows for any text (aside from the SCHEDULED / DEADLINE / CLOSED) text between the heading and the property drawer, which gave me problems when I accidentally added text or timestamps or

Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Rainer M Krug rai...@krugs.de writes: Now I get here a different warning from pdftex: , | (/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T//t2d45050/src/orgguide.texi | (/Users/rainerkrug/.emacs.d/org-git/doc/texinfo.tex | Loading texinfo [version 2013-09-11.11]: pdf, fonts, markup,

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Dominic Surano
Subhan Michael Tindall SubhanT at familycareinc.org writes: Both C-c C-d (deadline) and C-d C-s (schedule) bring up a calendar in the mini-buffer to pick a date This is great However, there doesn’t appear to be any way to include a time in the deadline without going in afterwards and

Re: [O] Announcement: org-one-to-many

2015-02-12 Thread Marcin Borkowski
Hello everybody, so I've got this little library of mine, called org-one-to-many, which can split an Org file into pieces, modifying internal links so that they still point to the same place (even if now in another file). But I have a problem with it. I would like to export all the resulting

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Yuri Niyazov
you can just type in the time in the mini buffer. On Thu, Feb 12, 2015 at 12:17 PM, Subhan Michael Tindall subh...@familycareinc.org wrote: Both C-c C-d (deadline) and C-d C-s (schedule) bring up a calendar in the mini-buffer to pick a date This is great However, there doesn’t appear to be

Re: [O] [patch, ox-latex] better hyperref and title options

2015-02-12 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: This patch does two things. 1. Add better format-spec to ox-latex hyperref and title-command. 2. Use this to extend basic hyperref formatting to include title, author, language etc. Wrt the title-command, this is useful if you need

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Yuri Niyazov
PS It is clear that you can *both* select the correct date using calendar, and *then* type in the time while still in the calendar selector, right? On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov yuri.niya...@gmail.com wrote: On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Yuri Niyazov
On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall subh...@familycareinc.org wrote: Not really an acceptable answer. Having to use 2 different interface methods to fill in one time/date stamp value is confusing and cludgy. Plus, if you type in a full time/date stamp + time, you can still

[O] Please help to CBSE RESIDENTIAL SCHOOL Building Grant or Donation

2015-02-12 Thread M.S.Khed Khed

Re: [O] Announcement: org-one-to-many

2015-02-12 Thread John Kitchin
I think it would be easy to copy all the file keywords. One way would just be searching by regexp. Another way could be similar to: http://kitchingroup.cheme.cmu.edu/blog/2013/05/05/Getting-keyword-options-in-org-files/ if you know in advance what the important ones are. Marcin Borkowski

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Nicolas Goaziou
Rainer M Krug rai...@krugs.de writes: I think I will skip the bonus points this time - sorry. OK. You may also send me a couple of ECM, so I can turn them into tests. I would be very grateful if you could submit the patch without a test. Applied. Thank you. Regards.

[O] How to obtain the list of files included in HTML export?

2015-02-12 Thread Marcin Borkowski
Hi there again, the subject pretty much says it all. Apart from the HTML file itself there might be inlined images and bitmaps of equations. Since I'd like to make my customized exporter create a self-contained zip file, I need the list of all files comprising the generated web page. Best, --

Re: [O] Announcement: org-one-to-many

2015-02-12 Thread Marcin Borkowski
On 2015-02-13, at 00:43, John Kitchin jkitc...@andrew.cmu.edu wrote: I think it would be easy to copy all the file keywords. One way would just be searching by regexp. Another way could be similar to: http://kitchingroup.cheme.cmu.edu/blog/2013/05/05/Getting-keyword-options-in-org-files/

Re: [O] Question on org-publish-find-date

2015-02-12 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: In org-publish-find-date there's a clause: (eq (org-element-type date) 'timestamp) where date is extracted from (org-export-get-environment). Is this clause /ever/ true? In my experience even single time stamps are on the from ((timestamp ...)).

Re: [O] Announcement: org-one-to-many

2015-02-12 Thread John Kitchin
I think it doesn't matter where they go. I usally put them at the top, but sometimes at the bottom, sometimes in a section I mark noexport to keep them out of the way. It depends on whether someone should actually read them, or if this is just an intermediate to an end. Marcin Borkowski writes:

Re: [O] How to include time when generating timestamp for DEADLINE/SCHEDULE

2015-02-12 Thread Subhan Michael Tindall
-Original Message- From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of Dominic Surano Sent: Thursday, February 12, 2015 12:47 PM To: emacs-orgmode@gnu.org Subject: Re: [O] How to include time

Re: [O] How to obtain the list of files included in HTML export?

2015-02-12 Thread John Kitchin
In https://github.com/jkitchin/jmax/blob/master/ox-archive.el you can see how I have done something like this for emailing and creating zip files. It might give you some hints that help your case. Marcin Borkowski writes: Hi there again, the subject pretty much says it all. Apart from the

Re: [O] closing column mode for beamer export

2015-02-12 Thread James Harkins
Eric S Fraga e.fraga at ucl.ac.uk writes: On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote: Here is the simplest example I can come up with. I changed the four figures to text. Note that in comments, I show where I can add \end{columns} and \begin{columns} to the org-generated

Re: [O] ODT export: Issues with `org-export-footnote-first-reference-p'

2015-02-12 Thread Nicolas Goaziou
Vaidheeswaran vaidheeswaran.chinnar...@gmail.com writes: What changes need to be made in ox.el and/or ox-odt.el so that the snippet I shared produces the right XML acceptable for LibreOffice. text1 [fn:1] text2 [fn:2] [fn:1] footdef1[fn:2] [fn:2] footdef2 For purposes of ODT backend,

Re: [O] [PATCH]: BUG fix and Add header-args property to source block info

2015-02-12 Thread Rainer M Krug
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, On 2015-02-10 22:58, Rainer M Krug rai...@krugs.de writes: Are there some guidelines on how to write tests? Never done this before... I recently wrote my first test, so here is how I did it. - find a similar test in

Re: [O] closing column mode for beamer export

2015-02-12 Thread Eric S Fraga
On Wednesday, 11 Feb 2015 at 11:46, L.Larrabee Strow wrote: Here is the simplest example I can come up with. I changed the four figures to text. Note that in comments, I show where I can add \end{columns} and \begin{columns} to the org-generated .tex files, and I get what I want, a 2x2 set

Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Hi, Rainer M Krug rai...@krugs.de writes: after updating today, I saw the fiollowing errors / warnings: , | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) | makeinfo --no-split org.texi -o org | org.texi:15: warning: unrecognized encoding name `UTF-8'. | org.texi:10823: @item found

[O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Hi, after updating today, I saw the fiollowing errors / warnings: This one is expected as makeinfo on Mac does not like the encoding and was here for quite some time. , | org-version: 8.3beta (release_8.3beta-823-ge6fcc8) | makeinfo --no-split org.texi -o org | org.texi:15: warning:

Re: [O] Citations, continued

2015-02-12 Thread Matt Price
On Wed, Feb 11, 2015 at 11:51 AM, Richard Lawrence richard.lawre...@berkeley.edu wrote: Stefan Nobis stefan...@snobis.de writes: Richard Lawrence richard.lawre...@berkeley.edu writes: But anyway: Some tool is needed to generate the bibliography with all its data - this tool has to

Re: [O] Colon in block name?

2015-02-12 Thread Loris Bennett
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: On Thursday, 12 Feb 2015 at 16:19, Loris Bennett wrote: Hi, I want to export to LaTeX and refer to tables and code blocks as in the example below. However a name with a colon, such as 'tab:my_data' used as a variable for a source block

[O] [org-drill] Suggestion to fix the drop of org-end-of-meta-data-and-drawers

2015-02-12 Thread Marco Wahl
Hi, since the drop of org-end-of-meta-data-and-drawers contrib/org-drill fails in master. AFAICT a possible fix is: #v+ diff --git a/contrib/lisp/org-drill.el b/contrib/lisp/org-drill.el index a0d33aa..8154904 100644 --- a/contrib/lisp/org-drill.el +++ b/contrib/lisp/org-drill.el @@ -1708,7

Re: [O] ODT export: Issues with `org-export-footnote-first-reference-p'

2015-02-12 Thread Vaidheeswaran C
Allow me to revisit this thread in a week or 10 days so that I can 1. take a look at ODF standard. 2. dig in to LibreOffice discussion lists to see whether such instances have ever surfaced (and how they were dealt with). Until then, please keep the patch in waiting. On Friday 13

Re: [O] Table formulas: daily hour * rate = cost

2015-02-12 Thread Rasmus
torys.ander...@gmail.com (Tory S. Anderson) writes: I have the followign table, which should speak for itself. First the cost column needs to be calculated, which is hours * rate, and then the hrs and ttl fields should be filled in based on sums of their columns. However, I'm not sure why

Re: [O] Warnings when making org from git

2015-02-12 Thread Rainer M Krug
Rasmus ras...@gmx.us writes: Rainer M Krug rai...@krugs.de writes: Thankfully, I haven't touched the orgguide.texi. But I get the same warning. Lucky you... Enough havoc from me for one day, don't you think? (¡Sorry everybody!) There is only one last thing to say: enjoy the day from now

Re: [O] Warnings when making org from git

2015-02-12 Thread Rasmus
Rainer M Krug rai...@krugs.de writes: Thankfully, I haven't touched the orgguide.texi. But I get the same warning. Lucky you... Enough havoc from me for one day, don't you think? (¡Sorry everybody!) BTW: make doc produces lots of warnings on my system... Are these the warnings you see?

Re: [O] ODT export: Issues with `org-export-footnote-first-reference-p'

2015-02-12 Thread Thomas S. Dye
Aloha Vaidheeswaran, Thanks very much for the detailed response and the link to the book. That's an interesting example I won't soon forget. The forward reference in the footnote is unusual. In this case it appears to be standing in for the lack of an index entry for either trichiliocosm or

[O] Colon in block name?

2015-02-12 Thread Loris Bennett
Hi, I want to export to LaTeX and refer to tables and code blocks as in the example below. However a name with a colon, such as 'tab:my_data' used as a variable for a source block fails: org-babel-ref-resolve: Reference 'my_data' not found in this buffer Obviously, and perhaps not

Re: [O] Colon in block name?

2015-02-12 Thread Eric S Fraga
On Thursday, 12 Feb 2015 at 16:19, Loris Bennett wrote: Hi, I want to export to LaTeX and refer to tables and code blocks as in the example below. However a name with a colon, such as 'tab:my_data' used as a variable for a source block fails: org-babel-ref-resolve: Reference 'my_data' not

[O] tasks, clocks, and notes

2015-02-12 Thread hymie!
Greetings. I have a funny feeling I asked this before, but I can't remember and I couldn't find it in a search. So let's say I have a task -- fix a computer. I add some memory, I test the new memory and that doesn't solve the problem, and then I finally figure out it was the video driver. I

Re: [O] Latex code before maketitle

2015-02-12 Thread Jacob Gerlach
On Wed Feb 11 2015 at 4:01:47 PM Rasmus ras...@gmx.us wrote: Maybe something like AfterPreamble, AfterEndPreamble, AtEndPreamble etc. from etoolbox? Ah, a Latex solution to an Org problem. I was looking for a final filter and didn't realize it, but used your approach before I saw Chuck's

Re: [O] Latex code before maketitle

2015-02-12 Thread Eric S Fraga
On Wednesday, 11 Feb 2015 at 20:42, Jacob Gerlach wrote: Hi List, I am using a custom Latex class that requires some code between \begin{document} and \maketitle. It seems from looking at ox-latex.el that there is nothing between document start and title command available for me to

Re: [O] tasks, clocks, and notes

2015-02-12 Thread Subhan Michael Tindall
Try '(org-log-note-clock-out t) This gives you something like this: * WORK break This is my break log CLOCK: [2015-02-04 Wed 11:20]--[2015-02-04 Wed 11:30] = 0:10 - coffee CLOCK: [2015-02-04 Wed 09:52]--[2015-02-04 Wed 10:16] = 0:24 - coffee, walk CLOCK: [2015-02-03 Tue

[O] Question on org-publish-find-date

2015-02-12 Thread Rasmus
Hi, In org-publish-find-date there's a clause: (eq (org-element-type date) 'timestamp) where date is extracted from (org-export-get-environment). Is this clause /ever/ true? In my experience even single time stamps are on the from ((timestamp ...)). —Rasmus -- Lasciate ogni speranza,