Re: [O] Repeated teaching classes and stopping date

2014-11-13 Thread Samuel Loury
Dear all, James Harkins jamshar...@qq.com writes: Rasmus rasmus at gmx.us writes: Also check `org-clone-subtree-with-time-shift'. FWIW, I always create a separate subtree, with a single timestamp, for every class session. Advantages: - Individual status for each session: DONE, POSTPONED

[O] [whishlist] unified export template / property keys for presentations

2014-11-13 Thread Bartholomaios Edessa
Hello, orgmode has a nice interface for specifying things like frames, blocks, quotes etc with org-beamer-mode and the special access keys (C-c C-b). Although these serve only latex-beamer - and since orgmode has a lot of non-beamer export options for presentations - I was wondering if we could

Re: [O] pdf images in html export

2014-11-13 Thread Eric S Fraga
On Wednesday, 12 Nov 2014 at 21:32, Andreas Leha wrote: Hi John, John Hendy jw.he...@gmail.com writes: [...] If the names are always the same, could you just sed or replace-regexp all *.pdf for *.png? I could. And I would need to do the conversion manually as well. But I still want the

Re: [O] Repeated teaching classes and stopping date

2014-11-13 Thread Eric S Fraga
On Thursday, 13 Nov 2014 at 09:26, Samuel Loury wrote: [...] I like the idea of `org-clone-subtree-with-time-shift', but wouldn't it make the parsing of the files slower? Maybe but O(n)... I doubt it would make much difference in practice compared with parsing a complex date structure. I

Re: [O] Repeated teaching classes and stopping date

2014-11-13 Thread Samuel Loury
Eric S Fraga e.fr...@ucl.ac.uk writes: On Thursday, 13 Nov 2014 at 09:26, Samuel Loury wrote: [...] In my org files that sum up to 51425 lines (not taking into account the archives), the creation of the agendas takes minutes to generate. There Minutes! What version of org and what kind of

[O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2014-11-13 Thread Benoit Bidoggia
Dear all, Starting from around two weeks ago, I have a problem with org-agenda-clockreport-mode. In agenda view, calling org-agenda-clockreport-mode with the prefix C-u (so C-u R) used to give me a summary of the hours excluding the task which had been filtered out by the tag filter (called with

[O] org-caldav problem; used to work

2014-11-13 Thread Detlef Steuer
Hi! Finally I want to put my org-calendar into owncloud for easy access everywhere. I tried before, but had difficulties with UIDs maybe a year before and gave up. Nevertheless: Last time I tried the basics were easy and I had a script working for small files. Now I get an error and am running

[O] Tangling src blocks to files as part of export

2014-11-13 Thread Michael Weylandt
Is it possible to have certain blocks tangled as part of export so that they are available as input files to later source blocks? E.g., #+BEGIN_SRC python :tangle hello.py print Hello World #+END_SRC #+BEGIN_SRC sh python hello.py #+END_SRC If I tangle before running, then the second code

Re: [O] Tangling src blocks to files as part of export

2014-11-13 Thread Michael Weylandt
On Nov 13, 2014, at 10:54 AM, Michael Weylandt michael.weyla...@gmail.com wrote: Is it possible to have certain blocks tangled as part of export so that they are available as input files to later source blocks? E.g., #+BEGIN_SRC python :tangle hello.py print Hello World #+END_SRC

[O] Long table with NAME but no CAPTION

2014-11-13 Thread presnell
If I export a table with #+ATTR_LATEX: :environment longtable #+NAME: mytable then the beginning of the longtable environment (in the exported latex file) has, e.g., \begin{longtable}{lrrl} \label{mytable} \\ \hline This is a problem, because of the extra space created by the \\. I tried to

Re: [O] Tangling src blocks to files as part of export

2014-11-13 Thread Fabrice Niessen
Hello Michael, Michael Weylandt wrote: On Nov 13, 2014, at 10:54 AM, Michael Weylandt michael.weyla...@gmail.com wrote: Is it possible to have certain blocks tangled as part of export so that they are available as input files to later source blocks? E.g., #+BEGIN_SRC python :tangle

Re: [O] Repeated teaching classes and stopping date

2014-11-13 Thread Eric S Fraga
On Thursday, 13 Nov 2014 at 11:44, Samuel Loury wrote: [...] Minutes! What version of org and what kind of system? Org version 8.2.7c. The system is a Samsung galaxy S3. Ah, interesting. Yes, not a terribly fast system so probably eplains your performance issues. Mind you, more than

Re: [O] pdf images in html export

2014-11-13 Thread Instructor account
I think the best thing to do here is create a derived backend. Filters could work to, but you will have to parse the img link, get the pdf file, convert it and replace the path in the link. with a derived backend you can get that a little more directly like this. This code block works on a

Re: [O] [PATCH] inline src block results can be removed

2014-11-13 Thread Nicolas Goaziou
Hello, Charles C. Berry ccbe...@ucsd.edu writes: I like the flexibility that macros would allow. I like it too. Macros are much better than export snippets for the task. I don't think the usual #+MACRO works here, as the definition would be found in `org-macro-templates' by the first call

[O] Feature Request - Comments in noweb expansions

2014-11-13 Thread Shaun Richardson
Hello orgmode community! using :comments org as a header argument to a code block allows the header and text above the code block to be inserted into the tangled file as comments. Very awesome. This does not work for noweb reference expansions however. For example, given the following org mode

Re: [O] Sub-tree EXPORT_ properties are not over-riding file-level options

2014-11-13 Thread Nicolas Goaziou
Hello, Daniel J. Sinder djsin...@gmail.com writes: My exports are not picking up sub-tree EXPORT_ properties. Emacs: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org: Org-mode version 8.2.10 (release_8.2.10-16-g4c37a9 [...] I've verified the same problem for other

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-13 Thread Nicolas Goaziou
Hello, Florian Beck f...@miszellen.de writes: Nick Dokos ndo...@gmail.com writes: punctuation in the syntax tables. Look for org-latex-regexps in org.el The line in question is #+BEGIN_SRC emacs-lisp ($ \\([^$]\\|^\\)\\(\\(\\$\\([^ \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^

Re: [O] Inline code :results replace not working

2014-11-13 Thread Michael
Ista Zahn istazahn at gmail.com writes: On Mon, Nov 10, 2014 at 3:04 PM, Grant Rettke gcr at wisdomandwonder.com wrote: On Mon, Nov 10, 2014 at 11:03 AM, Ista Zahn istazahn at gmail.com wrote: On Mon, Nov 10, 2014 at 11:23 AM, Charles C. Berry ccberry at ucsd.edu wrote: On Mon, 10

Re: [O] [PATCH] inline src block results can be removed

2014-11-13 Thread Andreas Leha
Hi, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Charles C. Berry ccbe...@ucsd.edu writes: I like the flexibility that macros would allow. I like it too. Macros are much better than export snippets for the task. I don't think the usual #+MACRO works here, as the definition would

Re: [O] pdf images in html export

2014-11-13 Thread Andreas Leha
Hi John, Instructor account instruc...@andrew.cmu.edu writes: I think the best thing to do here is create a derived backend. Filters could work to, but you will have to parse the img link, get the pdf file, convert it and replace the path in the link. with a derived backend you can get that

Re: [O] [RFC] Change property drawer syntax

2014-11-13 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: I've done that but, now, it does not support anymore the structure I had in all my Org files: ** TODO Show typical Org entry SCHEDULED: 2014-11-08 Sat :LOGBOOK: CLOCK: [2014-11-11 Tue

Re: [O] org-insert-heading

2014-11-13 Thread Nicolas Goaziou
Hello, Luke Crook l...@balooga.com writes: Question concerning the behaviour of org-insert-heading; The manual states the following. If the command is used at the end of a folded subtree (i.e., behind the ellipses at the end of a headline), then a headline will be inserted after the end

[O] error when sending radio table

2014-11-13 Thread Salome Soedergran
Hello experts Since a while I get the following error message when I try to send a radio table in a LaTeX document with C-c C-c: org-trim: Wrong type argument: stringp, nil The table is not sent. This happens only if there are empty cells. If the table is filled all throughout, sending works

Re: [O] problem with auto-fill-mode in gnus with org

2014-11-13 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: So I decided to not enable orgstruct mode. However, by doing so, I get the following error whenever I try to type in a line longer than my auto-fill-column: , | Debugger entered--Lisp error: (void-variable orgtbl-line-start-regexp) |

Re: [O] error when sending radio table

2014-11-13 Thread Nicolas Goaziou
Hello, Salome Soedergran salome.soederg...@gmx.ch writes: Since a while I get the following error message when I try to send a radio table in a LaTeX document with C-c C-c: org-trim: Wrong type argument: stringp, nil The table is not sent. This happens only if there are empty cells. If

Re: [O] Sub-tree EXPORT_ properties are not over-riding file-level options

2014-11-13 Thread Daniel J. Sinder
On Thu, Nov 13, 2014 at 10:14 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: The EXPORT_ properties are only meaningful when you do a subtree export, i.e., Export scope is Subtree in export dispatcher. Thank you! That does the trick. I must say, this is a little confusing because an

[O] Possible to recalculate tables automatically before exporting?

2014-11-13 Thread William Denton
Is it possible to make tables recalculate automatically when exporting? In a file I'm working on now, I have a table with formulas that take two columns of numbers I enter and turn them into two columns of derived numbers. I had missed one line of data, so I entered it, but forgot to

Re: [O] Sub-tree EXPORT_ properties are not over-riding file-level options

2014-11-13 Thread Subhan Michael Tindall
From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of Daniel J. Sinder Sent: Thursday, November 13, 2014 12:29 PM To: emacs-orgmode Subject: Re: [O] Sub-tree EXPORT_ properties are not over-riding file-level

Re: [O] [patch] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-13 Thread Nicolas Goaziou
Hello, Teika Kazura te...@gmx.com writes: Glad to contribute. I attached two patches, the first for the lisp fix, Thank you. I applied it, with corrections to the commit message. In particular, you need to add TINYCHANGE at its end, unless you sign FSF papers. and the second for org.texi.

[O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-13 Thread Milan Zimmermann
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] Inconsistency between clocking time in the modeline and what gets recorded after C-c C-x C-o

2014-11-13 Thread Marcin Borkowski
Hi there, when I clock in at 12:34:56, the modeline says that I'm working for 00:00 minutes until 12:35:56. However, when I clock out at 12:35:01, the entry in :LOGBOOK: says I have worked for 00:01. This bugs me. Is it intended? Are there other people annoyed by this, too? Is it a bug? Is

Re: [O] org-insert-heading

2014-11-13 Thread Luke Crook
Nicolas Goaziou mail at nicolasgoaziou.fr writes: Point is /before/ the ellipses here. You need to move after them, e.g., using C-f or mess with `org-special-ctrl-a/e'. Regards, OK thanks. I understood behind the ellipses at the end of a headline as before the ellipses, not after.

Re: [O] org-insert-heading

2014-11-13 Thread Luke Crook
Luke Crook luke at balooga.com writes: * TEST... cursor here, then M-enter Doesn't do anything The above I cannot consistently reproduce. So ignore for now. Thanks.