Re: [O] Audio/video file playback in org mode

2011-06-11 Thread Michael Brand
Hi Paul On Sat, Jun 11, 2011 at 06:48, Paul Sexton psex...@xnet.co.nz wrote: Thanks Michael, I'm glad you think it will be helpful. I have implemented something like what you have requested here. I have hived this code off into a separate file called org-player.el. You can get it at:

Re: [O] Define capture template with dynamic id target

2011-06-11 Thread Aankhen
Hi Darlan, On Fri, Jun 10, 2011 at 21:20, Darlan Cavalcante Moreira darc...@gmail.com wrote: Thanks David, I tried to follow your suggestion, but I found two problems (maybe because I know little about lisp). For instance, suppose I have a test.org file with the follow content

Re: [O] Agenda Bulk Scatter bug

2011-06-11 Thread Robert Cunningham
G'day Carsten (and the others who've latched onto this issue), When I first saw the thread dealing with decode-time ... I frankly had no idea how this related to the issue I'd reported. However, a few things have become clearer to me and perhaps what I see may help. Here is what I see on: GNU

[O] Bug: org-agenda-custom-commands bugs [7.5]

2011-06-11 Thread zw963
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.

Re: [O] Status google calendar sync

2011-06-11 Thread Philipp Haselwarter
Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. ical2org does not honor RRULE at all, the export has some very basic and very fragile support, but anything like %%(org-diary-class 16 02 2011 18 05 2011 3) or SCHEDULED:

Re: [O] Audio/video file playback in org mode

2011-06-11 Thread Memnon Anon
Paul Sexton psex...@xnet.co.nz writes: brian powell briangpowellms at gmail.com writes: * Something like this; respectively!?:  [[shell:mplayer -ss 00:03:21 -endpos 00:06:54 ~/some_podcast.mp3 ]] [[shell:mplayer -ss 00:03:21 ~/some_podcast.mp3 ]] [[shell:mplayer ~/some_podcast.mp3 ]]

[O] Org-toggle-checkbox broken in 7.5?

2011-06-11 Thread Wikström, Gustav
Hello! The command C-c C-x C-b has stopped working for me and I quietly blame 7.5 for it. Anyone who can attest or reject this statement? Best regards Gustav

Re: [O] Org-toggle-checkbox broken in 7.5?

2011-06-11 Thread Memnon Anon
Wikström, Gustav gustav.wikst...@sogeti.se writes: The command C-c C-x C-b has stopped working for me and I quietly blame 7.5 for it. Anyone who can attest or reject this statement? Mhh, I am on , | ELISP (emacs-version) | GNU Emacs 23.3.1 (i486-pc-linux-gnu, GTK+ Version 2.24.3) | of

Re: [O] Status google calendar sync

2011-06-11 Thread Niels Giesen
When going from org - google, do I need to do anything about using org-icalendar-store-UID?  I'd rather not have to populate my org files with :ID: entries. You do not strictly need to, but this is the only way you do not create double events when exporting an org file to .ics and importing it

[O] MobileOrg Android

2011-06-11 Thread Nathan Neff
I just joined the 21st century and got a smart phone. I downloaded the MobileOrg for Android application, and have some questions, most of them are probably dumb, because I have only played with the phone for a bit. 1) Is there documentation regarding the various setups/syncing modes? I would

Re: [O] Status google calendar sync

2011-06-11 Thread Nick Dokos
Philipp Haselwarter philipp.haselwar...@gmx.de wrote: Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. ical2org does not honor RRULE at all, the export has some very basic and very fragile support, but anything like

Re: [O] Org-toggle-checkbox broken in 7.5?

2011-06-11 Thread Nick Dokos
Wikström, Gustav gustav.wikst...@sogeti.se wrote: Hello! The command C-c C-x C-b has stopped working for me and I quietly blame 7.5 for it. Anyone who can attest or reject this statement? Works here: Org-mode version 7.5 (baseline.273.g889a48) Before blaming org, please do your due

Re: [O] Literate Programming - Continue a Source Block?

2011-06-11 Thread Eric Schulte
Hi Neeum, Thanks for your feedback. Your point is well taken about the flexibility of header arguments, and the ability of a header argument based solution to overwrite blocks. I would mention that variables such as the newly introduced `org-babel-tangle-named-block-combination' may be easily

[O] No definition for class error in export to latex

2011-06-11 Thread Levy, Roger
Hi, I am an org-mode newbie and trying to learn how to export to latex and html from the command line, and have encountered a difficulty when I include a custom class in the latex header. Here's a sample file (test-file.org) I'm using: *** #+TITLE: Test #+LaTeX_CLASS: apa file contents

Re: [O] PATCH: New options for latex src code export

2011-06-11 Thread Dan Davison
Bastien bastien.gue...@wikimedia.fr writes: Hi Dan, Dan Davison dandavis...@gmail.com writes: My questions are 1. It would be nice if users didn't have to worry about step 4. Can anyone suggest a sensible way to have the -shell-escape option passed to pdflatex under the appropriate

Re: [O] Audio/video file playback in org mode

2011-06-11 Thread Alan E. Davis
I'll jump in and mention a solution to an at least similar problem I hacked, albeit incompletely, some time ago. I baldly stole code from dired-mplayer at http://www.emacswiki.org/cgi-bin/wiki/EMMS#toc10 , and have been using the result, dired-vlc ever since. The main point of this was to play

Re: [O] No definition for class error in export to latex

2011-06-11 Thread Nick Dokos
Levy, Roger rl...@ucsd.edu wrote: and no .tex file output. From within Aquamacs, I don't get this error, pre= sumably because I have the following in my .emacs file: (add-to-list 'org-export-latex-classes '(apa \\documentclass{apa}

Re: [O] No definition for class error in export to latex

2011-06-11 Thread Levy, Roger
On Jun 11, 2011, at 4:37 PM, Nick Dokos wrote: Levy, Roger rl...@ucsd.edu wrote: and no .tex file output. From within Aquamacs, I don't get this error, pre= sumably because I have the following in my .emacs file: (add-to-list 'org-export-latex-classes '(apa

[O] [babel] variable org-babel-function-def-export-keyword not respected?

2011-06-11 Thread Erik Iverson
Hello, At some point in the distant org past, I seem to recall that named source code blocks were exported with their names in tact. Now (latest git pull, Org-mode version 7.5 (release_7.5.367.gc4737)) the code is only exported, and not the name of the block. For example, export the

Re: [O] custom IDs not exported

2011-06-11 Thread Nick Dokos
Daniel Clemente n142...@gmail.com wrote: Commit 438536f6157794101ce0957e39cad6bf70580751 (=E2=80=9EChange undersco= res to hyphens in section labels=E2=80=9C) broke the export of CUSTOM_IDs. Take for instance this file: --- #+TITLE: Cosas por hacer *

Re: [O] Literate Programming - Continue a Source Block?

2011-06-11 Thread Neeum Zawan
Eric Schulte schulte.e...@gmail.com writes: Hi Neeum, Thanks for your feedback. Your point is well taken about the flexibility of header arguments, and the ability of a header argument based solution to overwrite blocks. I would mention that variables such as the newly introduced