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

2011-06-11 Thread Achim Gratz
"Wikström, Gustav" 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? I can't do either or both since you don't tell what exactly isn't working, but there had been extensive changes to the list stuff befor

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

2011-06-11 Thread Neeum Zawan
Eric Schulte 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 > `org-babel-tangle-name

Re: [O] custom IDs not exported

2011-06-11 Thread Nick Dokos
Daniel Clemente 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 > > * Programas > :P

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

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 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" >> "\\d

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

2011-06-11 Thread Nick Dokos
Levy, Roger 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} >[NO-DEFAULT-PACKAGES]

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 pl

[O] custom IDs not exported

2011-06-11 Thread Daniel Clemente
Commit 438536f6157794101ce0957e39cad6bf70580751 („Change underscores to hyphens in section labels“) broke the export of CUSTOM_IDs. Take for instance this file: --- #+TITLE: Cosas por hacer * Programas :PROPERTIES: :CUSTOM_ID: programas :END: ** emacs :PROPERT

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

2011-06-11 Thread Dan Davison
Bastien writes: > Hi Dan, > > Dan Davison 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 circumstances? These >>condi

[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] 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 se

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

2011-06-11 Thread Nick Dokos
Wikström, Gustav 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 diligence: Execute the

Re: [O] Status google calendar sync

2011-06-11 Thread Nick Dokos
Philipp Haselwarter 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 > <%%(org-diary-class 16 02 20

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

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

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

2011-06-11 Thread Memnon Anon
"Wikström, Gustav" 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 2011-04-10 on raven, m

[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] Audio/video file playback in org mode

2011-06-11 Thread Memnon Anon
Paul Sexton writes: > brian powell 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 &]] > > The troubles with

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: <2011-0

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

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