Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread Xavier Garrido
Hi Rasmus, Le 10/11/2014 18:37, Rasmus a écrit : Hi Xavier, Xavier Garrido writes: I'm trying to move to =org-agenda= and I'm converting some of my Google Calendar entries into Org agenda entries. I'm facing an issue with repeated tasks and how to properly stop the event. Consider the follow

Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread Rasmus
Xavier Garrido writes: > Hi Rasmus, > > Le 10/11/2014 18:37, Rasmus a écrit : >> Hi Xavier, >> >> Xavier Garrido writes: >> >>> I'm trying to move to =org-agenda= and I'm converting some of my >>> Google Calendar entries into Org agenda entries. I'm facing an issue >>> with repeated tasks and ho

[O] orgtbl-aggregate on Melpa

2014-11-11 Thread Thierry Banel
Hi The List My orgtbl-aggregate package is now available on MELPA. It creates an aggragated Org table out of a source table. Example: here are the 15 largest rivers in the World (source: Wikipedia "List_of_rivers_by_length"). #+tblname: rivers | River | Continent| Le

Re: [O] orgtbl-aggregate on Melpa

2014-11-11 Thread Eric S Fraga
On Tuesday, 11 Nov 2014 at 12:26, Thierry Banel wrote: > Hi The List > > My orgtbl-aggregate package is now available on MELPA. Thanks for this! I could have made very good use of this recently for a paper I wrote, especially the ability to aggregate by blocks defined by hlines. I'm sure I'll be

Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread Karl Voit
Hi Xavier! * Xavier Garrido wrote: > Hi Rasmus, > > Le 10/11/2014 18:37, Rasmus a écrit : >> Hi Xavier, >> >> Xavier Garrido writes: >> >>> * [Master 1] Nuclear & particle class >>> <2015-01-21 mer. 14:00-16:00 +1w>--<2015-03-22 dim.> > > I will try to slightly modify the ical2org.awk file from

Re: [O] orgtbl-aggregate on Melpa

2014-11-11 Thread Rasmus
Eric S Fraga writes: > I know you've put it on MELPA but could you also add it to org/contrib > maybe? I have issues with MELPA due to trying to share configurations > across systems that run different versions of Emacs... Yes. It looks useful, but honestly I won't be bothered using it, if I h

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

2014-11-11 Thread Grant Rettke
On Mon, Nov 10, 2014 at 7:53 PM, Ista Zahn wrote: > The problem is that I don't want > blocks to be evaluated on export (too time consuming in many cases). > So I turn that off, and either evaluate the blocks one at a time (I'm > aware of the dangers of this, not my point here) or call > org-babel

Re: [O] A file with 'org-mode rot'?

2014-11-11 Thread Karl Voit
Hi! * Karl Voit wrote: > Hello Sharon! > > * Sharon Kimble wrote: >> >> So how can I keep a file 'healthy' and working well over many months please? > > I am facing "weird" things as well. Mainly performance drop when > doing (very) simple things like adding | in front of a table line, > changin

Re: [O] orgtbl-aggregate on Melpa

2014-11-11 Thread Thierry Banel
Le 11/11/2014 14:44, Eric S Fraga a écrit : > I know you've put it on MELPA but could you also add it to org/contrib > maybe? I have issues with MELPA due to trying to share configurations > across systems that run different versions of Emacs... > Sure! I don't have write access to org-mode/contri

[O] Agenda Help

2014-11-11 Thread Subhan Michael Tindall
I've been trying to work out a particular agenda for some time now. Due to some known bugs in sorting with IA time stamps in some of the commands, I've been forced to branch a little abroad. I've got most of things worked out, but need a little guidance on the last remaining piece. Here's the

Re: [O] A file with 'org-mode rot'?

2014-11-11 Thread Marco Wahl
Hi Karl, Karl Voit writes: > In the recent weeks I had the issue that LOGBOOK drawers were > moved before PROPERTIES drawers ending up in double PROPERTIES > drawers where the second one is ignored (habit, ...) or just one > LOGBOOK drawer followed by one ignored PROPERTIES drawer: > > * example

[O] Embedded LaTeX does not work with Unicode quotes

2014-11-11 Thread Marcin Borkowski
Hi list, I have this: „$n\eps\le b$”, and it seems not to be recognized as a LaTeX fragment. The manual says: To avoid conflicts with currency specifications, single `$' characters are only recognized as math delimiters if the enclosed text contains at most two line breaks, is d

[O] org-insert-heading

2014-11-11 Thread Luke Crook
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 subtree. << However at least in my insta

Re: [O] org-insert-heading

2014-11-11 Thread Luke Crook
Luke Crook balooga.com> writes: > However at least in my installation (Emacs 34.3, org-mode 8.2.10), Emacs 24.3 obviously.

[O] pdf images in html export

2014-11-11 Thread Andreas Leha
Hi all, how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is inlined in the html which links to the pdf? I guess it should be possible to run imagemagick on all pdf links during export somehow. Any help highly appreciated. Many th

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

2014-11-11 Thread Charles C. Berry
Inline src blocks cannot update their results --- causing some of us heaadaches [1]. These patches fix that by placing the result of an inline src block in an export snippet with a faux :back-end called 'babel'. So C-c C-c with point on src_R{1+2} will insert `@@babel:3@@'. Updating the co

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

2014-11-11 Thread Andreas Leha
Hi Chuck, "Charles C. Berry" writes: > Inline src blocks cannot update their results --- causing some of us > heaadaches [1]. > > These patches fix that by placing the result of an inline src block in > an export snippet with a faux :back-end called 'babel'. > > So C-c C-c with point on src_R{1+2

Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread James Harkins
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. - If a single class in a series needs to be resc

[O] Newb me wrote bash script for TOC, for Org-mode in Github repos.

2014-11-11 Thread Brady Trainor
I think I have an okay bash script (below) for producing a TOC for notes I keep in Github in Org-mode format. It produce bulleted links like #+BEGIN_SRC org - [[./fileA.org][fileA.org]] - [[./dir][dir/]] - [[./dir/fileB.org][fileB.org]] #+END_SRC I run this script from a README.org file in

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

2014-11-11 Thread Nick Dokos
Marcin Borkowski writes: > Hi list, > > I have this: „$n\eps\le b$”, and it seems not to be recognized as a > LaTeX fragment. The manual says: > > > To avoid conflicts with currency specifications, single `$' characters > are only recognized as math delimiters if the enclosed te

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

2014-11-11 Thread Charles C. Berry
On Wed, 12 Nov 2014, Andreas Leha wrote: Hi Chuck, "Charles C. Berry" writes: Inline src blocks cannot update their results --- causing some of us heaadaches [1]. [deleted announcement of fix] First of all: Thanks a lot! I'll (try to find time to) test these patches. Yes. Please try