Re: [O] Problem exporting code

2013-01-20 Thread Eric S Fraga
Ken Williams writes: > Thanks John. Here's a small org file: Data point: this works just fine for me with both old and new exporters. And I don't even have R installed on this particular system (hadn't realised until now ;-). -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
Argh, forgot my platform details - I'm using: Either org-mode 7.9.3d or 7.8.11 (same results) Aquamacs 2.4 (but I saw the same result using Emacs on a Linux box) Aquamacs is based on GNU Emacs 23.3.50.1. -Ken On Sun, Jan 20, 2013 at 11:36 PM, John Hendy wrote: > On Sun, Jan 20, 2013 at 10:57

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
Thanks John. Here's a small org file: > #+TITLE: Sample Doc #+AUTHOR:Ken Williams #+EMAIL: kena...@gmail.com #+DATE: 2013-01-21 #+PROPERTY: results output #+PROPERTY: exports both #+LATEX_HEADER: \usepackage{amsmath} #+begin_src R 5+5 #+end_src #+RESULTS: : [1]

Re: [O] colorg: Some news!

2013-01-20 Thread Daimrod
François Pinard writes: > Hi to all my Org friends. Hi, > ColOrg is a project about real-time collaborative editing of Org files. > Here are some news about its progress, after a second push this > weekend. It is not usable yet, but a few more steps have been taken. A > few more ropes are nee

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: > > I'm grasping at straws too, not knowing my way around the elisp code very > well. =) > It looks like the function controlling this behavior is `org-export-format-source-code-or-example`, in org-exp.el: (if (string-mat

Re: [O] Problem exporting code

2013-01-20 Thread John Hendy
On Sun, Jan 20, 2013 at 11:36 PM, John Hendy wrote: > On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: >> >> On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: >>> >>> Ken Williams writes: >>> Unfortunately, downgrading to 7.8.11 didn't change the behavior - all code sections a

Re: [O] Problem exporting code

2013-01-20 Thread John Hendy
On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: > > On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: >> >> Ken Williams writes: >> >>> Unfortunately, downgrading to 7.8.11 didn't change the behavior - all >>> code sections are still exported to HTML as class "example". >>> I also see t

[O] colorg: Some news!

2013-01-20 Thread François Pinard
Hi to all my Org friends. ColOrg is a project about real-time collaborative editing of Org files. Here are some news about its progress, after a second push this weekend. It is not usable yet, but a few more steps have been taken. A few more ropes are needed to tie it up all together, but not mu

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: > Ken Williams writes: > > Unfortunately, downgrading to 7.8.11 didn't change the behavior - all >> code sections are still exported to HTML as class "example". >> I also see that on one machine, using 7.9.2, I get the desired > class="src sr

Re: [O] Problem exporting code

2013-01-20 Thread Eric S Fraga
Ken Williams writes: Unfortunately, downgrading to 7.8.11 didn't change the behavior - all code sections are still exported to HTML as class "example". I also see that on one machine, using 7.9.2, I get the desired tag for R code export. I can't figure out what's making the difference th

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
Unfortunately, downgrading to 7.8.11 didn't change the behavior - all code sections are still exported to HTML as class "example". I also see that on one machine, using 7.9.2, I get the desired tag for R code export. I can't figure out what's making the difference though. On Sun, Jan 20, 2013

[O] Problem exporting code

2013-01-20 Thread Ken Williams
I'm giving a talk tomorrow on org-mode and R, and I'm having an exporting problem that's tripping me up. Usually when I export code/output sections to HTML, they get CSS classes like "src-R" for R code, "src-perl" for perl code, "example" for output. But now they're all "example". Has anyone see

[O] Bug: Effort is not displayed in mode line, patch attached [7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /usr/local/share/emacs/24.2/lisp/org/)]

2013-01-20 Thread Vasil S. Diadov
Efforts are not displayed in mode line due to wrong point position during fetching 'org-effort property of the text. Patch attached. diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 914f5ff..0b3d2fc 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1226,7 +1226,8 @@ make this the

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
Hi 42 (?) On Sun, Jan 20, 2013 at 6:35 PM, 42 147 wrote: > I appreciate the detailed reply, but org-tables is less tidy and browsable > than my simple hierarchy of nested headings; unless I misunderstood your > instructions. Sorry for the misunderstanding, I try to be more explicit. The table wi

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-20 Thread Viktor Rosenfeld
Hi, Karl Voit wrote: > ELISP is nothing you can learn in a single weekend. I've got the > feeling that this is a task that requires a longer period of time. > It's in SOMEDAY state in my Org along with: I've found that you can pick up enough ELISP on a weekend to start hacking small snipplets ri

Re: [O] managing a playlist

2013-01-20 Thread 42 147
I appreciate the detailed reply, but org-tables is less tidy and browsable than my simple hierarchy of nested headings; unless I misunderstood your instructions. I copy / pasted what you wrote (starting with #+BEGIN) and enabled interactive column view. But aside from a flashy change of colors and

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-20 Thread Karl Voit
* Nick Dokos wrote: > Karl Voit wrote: > >> Oh, I would have guessed this algorithm overview/principle as well >> :-) > > It is more than an algorithm overview/principle: there are specific > suggestions in there - which hook to use, the state variable that you > need to check and the function to

Re: [O] new exporter, conditional options according to backend

2013-01-20 Thread Jambunathan K
Nicolas Goaziou writes: > Jambunathan K writes: > >> Nicolas Goaziou writes: >> >>> #+begin_src emacs-lisp >>> (defun my-options-change-fun (tree backend info) >>> (when (org-export-derived-backend-p backend 'e-beamer) >>> (plist-put info :with-author nil)) >>> ;; Don't forget to return

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-20 Thread Karl Voit
* Viktor Rosenfeld wrote: > Hi, Hi! > Karl Voit wrote: > >> But still: there are two steps I have to make: (a) mark as canceled >> because I want this "CANCELED" string attached and (b) add the >> ARCHIVE tag. > > You can set the ARCHIVE tag when switching the TODO state automatically > using or

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
On Sat, Jan 19, 2013 at 3:07 PM, 42 147 wrote: > What's the best way to keep a playlist in org-mode? > > I just want to keep a list of everything I like. Right now my format is: > > Judas Priest > * Painkiller (1990) > ** (2) Hell Patrol > ** (6) Night Crawler > ** (7) Between

[O] inherited-tags problem in agenda

2013-01-20 Thread Kiwon Um
Dear org-mode dev team: >From the release_7.9.3, the inherited tags are incorrectly disappeared from the agenda view. The inherited tags are not shown for the tasks with DEADLINE in the agenda view. I checked this problem even at the latest version (git: 3e699dc0327516db5447fbc49101642350e4873a)

Re: [O] new exporter, conditional options according to backend

2013-01-20 Thread Nicolas Goaziou
Jambunathan K writes: > Nicolas Goaziou writes: > >> #+begin_src emacs-lisp >> (defun my-options-change-fun (tree backend info) >> (when (org-export-derived-backend-p backend 'e-beamer) >> (plist-put info :with-author nil)) >> ;; Don't forget to return tree. >> tree) > > CAVEAT: plist-