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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
* 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
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
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)
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-
22 matches
Mail list logo