Re: [O] Repeated teaching classes and stopping date

2014-11-13 Thread Samuel Loury
Dear all, James Harkins writes: > Rasmus 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 or CANCELED. >

[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 h

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 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 pdfs to

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 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 system? Or

[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 ou

[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 bl

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 > 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 > > #+BEGIN_S

[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 f

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 >> 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 >

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 minima

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

2014-11-13 Thread Nicolas Goaziou
Hello, "Charles C. Berry" 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 and existing

[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" 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 EXPORT_ proper

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

2014-11-13 Thread Nicolas Goaziou
Hello, Florian Beck writes: > Nick Dokos 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\\}[^ > \r\n,.$]

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

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

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

2014-11-13 Thread Andreas Leha
Hi, Nicolas Goaziou writes: > Hello, > > "Charles C. Berry" 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

Re: [O] pdf images in html export

2014-11-13 Thread Andreas Leha
Hi John, Instructor account 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 a little more directl

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

2014-11-13 Thread Nicolas Goaziou
Hello, Sebastien Vauban 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 12:35]--[2014-11-11 Tue 14:19] => 1:44 >:END: >

Re: [O] org-insert-heading

2014-11-13 Thread Nicolas Goaziou
Hello, Luke Crook 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 of the

[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 ju

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

2014-11-13 Thread Nicolas Goaziou
Hello, Eric S Fraga 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) > | org-adaptive-

Re: [O] error when sending radio table

2014-11-13 Thread Nicolas Goaziou
Hello, Salome Soedergran 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 the table is filled

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 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 active region limit

[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 recalcula

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-le

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

2014-11-13 Thread Nicolas Goaziou
Hello, Teika Kazura 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. Thanks. S

[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 a

Re: [O] org-insert-heading

2014-11-13 Thread Luke Crook
Nicolas Goaziou 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 balooga.com> writes: > > * TEST... > > > Doesn't do anything > The above I cannot consistently reproduce. So ignore for now. Thanks.