I like to use a variable font for my org-notebooks, which works very
nicely. But since tables are aligned by fixed number of characters, I use a
fixed font for tables. The problem is when I add a link within a table. The
link then gets the face 'org-link' and not 'org-table'. Is there any
posibilit
When I run org-mobile push I get this error:
Debugger entered--Lisp error: (wrong-type-argument window-live-p #)
select-window(#)
org-mobile-push()
call-interactively(org-mobile-push t nil)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
I can't seem
Hi,
I want to maintain a list of news for a "message of the day" in an org
file and export it to ASCII:
/=\
| #+OPTIONS: author:nil timestamp:nil toc:nil num:nil tags:nil H:3
|
| #+EXPORT_SELECT_TAGS:
"Loris Bennett" writes:
> Hi,
>
> I want to maintain a list of news for a "message of the day" in an org
> file and export it to ASCII:
>
> /=\
> | #+OPTIONS: author:nil timestamp:nil toc:nil num:nil tags:nil H:3
There are two exporters now - old and new.
What command are you using for the export? C-c C-e a, M-x
org-export-dispatch.
If you customize org-e-ascii (yourself), it is possible that you can
generate the box programmatically on export and not have it in your Org
file.
How is the status generate
Jambunathan K writes:
> There are two exporters now - old and new.
>
> What command are you using for the export? C-c C-e a, M-x
> org-export-dispatch.
I'm using C-c C-e a with Org 7.8.11.
> If you customize org-e-ascii (yourself), it is possible that you can
> generate the box programmatically
"Loris Bennett" writes:
>> There are two exporters now - old and new.
>>
>> What command are you using for the export? C-c C-e a, M-x
>> org-export-dispatch.
>
> I'm using C-c C-e a with Org 7.8.11.
I am just persuading you to try the new exporter as well :-). It is
possible that you get what y
Hi Jambunathan,
Jambunathan K wrote:
>> Debugger entered--Lisp error: (error "Cannot determine style name for
>> entity default of type character")
>
> I have pushed a fix. The problem is:
>
> There is a string that matches `org-emph-re'. (May be you are using @...@
> for marking things specially
Hi Jambunathan,
There is one little annoyance after converting to ODT: the fact that files
such as...
c:/WINDOWS/Temp/odt-172wPK/content.xml
... stay as modified buffers. I wouldn't mind much if they would be open but
saved. But, now, we have to answer to a question for every of them, when
q
John,
Do you have native Windows emacs or cygwin emacs? I use native emacs on XP
with the latest released ess and org-mode, and have no problems with
calling R from babel. I do not set the org-babel-R-command which has its
default value "R --slave --no-save" and let ess find path to R on my syste
apparently these lines in my emacs init file were causing the export error:
(add-hook 'org-mode-hook
(lambda ()
(local-set-key "\C-c a" 'org-agenda)
))
but I'm not enough competent to say why.
Il 27/06/2012 18.36, Giacomo M ha scritto:
Dear all,
I'm getting the error in t
On Fri, Jun 29, 2012 at 9:59 AM, Alexander Vorobiev
wrote:
> John,
>
> Do you have native Windows emacs or cygwin emacs? I use native emacs on XP
> with the latest released ess and org-mode, and have no problems with calling
> R from babel. I do not set the org-babel-R-command which has its defau
Actually it was just the space
sorry for the noise
On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M wrote:
> apparently these lines in my emacs init file were causing the export error:
> (add-hook 'org-mode-hook
> (lambda ()
> (local-set-key "\C-c a" 'org-agenda)
> ))
>
> but
Giacomo M wrote:
> Actually it was just the space
> sorry for the noise
>
> On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M wrote:
>
> apparently these lines in my emacs init file were causing the export
> error:
> (add-hook 'org-mode-hook
> (lambda ()
> (l
"John Wiegley" writes:
>> Frank writes:
>
>> I've used org-mode about a year and a half, and I don't think it's the best
>> application for what you describe. There are several packages available to
>> do this; the one I've used most often and successfully is Zotero
>> (zotero.org). This
On Tue, Jun 26 2012, Nick Dokos wrote:
> PS BTW, I know that git gc is recommended on local repos, but is that
>applicable to the repo on orgmode.org? and would that help with the
>cloning time? 2.5 mins seems long to me. If not gc, is there
>something else that would help?
Hi Nick,
John,
I have no experience with the development version of org-mode. Try
activating 'enter debugger on error' flag to see where exactly it runs into
problems. Also try launching R first in ess so that there is active R
session available to babel.
Regards,
Alex
On Fri, Jun 29, 2012 at 10:24 AM,
1. M-x local-set-key (or M-x global-set-key) (and follow the prompts).
2. Once done, do M-x list-command-history and you will see a lisp form
that you can insert in to your .emacs.
Giacomo M writes:
> Actually it was just the space
> sorry for the noise
>
> On Fri, Jun 29, 2012 at 4:23
"Sebastien Vauban"
writes:
> Hi Jambunathan,
>
> There is one little annoyance after converting to ODT: the fact that files
> such as...
>
> c:/WINDOWS/Temp/odt-172wPK/content.xml
>
> ... stay as modified buffers. I wouldn't mind much if they would be open but
> saved. But, now, we have to an
Jason Dunsmore wrote:
> On Tue, Jun 26 2012, Nick Dokos wrote:
>
> > PS BTW, I know that git gc is recommended on local repos, but is that
> >applicable to the repo on orgmode.org? and would that help with the
> >cloning time? 2.5 mins seems long to me. If not gc, is there
> >someth
Nicolas Goaziou writes:
> I think you can go ahead and commit it: your description of the problem
> will be more accurate than mine.
>
> Thank you for this investigation and, obviously, for the fix.
You give me too much credit here... the patch fixes things in that it
will now consistently compile
[re-sent]
John Hendy writes:
> I typically use orgmode + babel on Linux and have no problems. Trying
> to run on Windows 7 and having issues...
>
> (setq org-babel-R-command "C:/Program\ Files/R/R-2.15.0/bin/R")
Try the 8.3 compatible name to avoid the space in the path. If it ever
goes through
On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote:
> [re-sent]
>
> John Hendy writes:
>> I typically use orgmode + babel on Linux and have no problems. Trying
>> to run on Windows 7 and having issues...
>>
>> (setq org-babel-R-command "C:/Program\ Files/R/R-2.15.0/bin/R")
>
> Try the 8.3 compatib
John Hendy wrote:
> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote:
> > [re-sent]
> >
> > John Hendy writes:
> >> I typically use orgmode + babel on Linux and have no problems. Trying
> >> to run on Windows 7 and having issues...
> >>
> >> (setq org-babel-R-command "C:/Program\ Files/R/R-2.1
On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote:
> John Hendy wrote:
>
>> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote:
>> > [re-sent]
>> >
>> > John Hendy writes:
>> >> I typically use orgmode + babel on Linux and have no problems. Trying
>> >> to run on Windows 7 and having issues...
>
John Hendy wrote:
> On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote:
> > John Hendy wrote:
> >
> >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote:
> >> > [re-sent]
> >> >
> >> > John Hendy writes:
> >> >> I typically use orgmode + babel on Linux and have no problems. Trying
> >> >> to r
>
> > Nick Dokos writes:
> >
> >
> > Oh... ok.. good! I have no problem taking a look at it. I'll just create
> > a groff exporter based on that code then. I have a vested interest being
>
> Also, you have some documentation for back-end developers at:
>
> http://orgmode.org/worg/dev/org-exp
Enda writes:
> Is there a way to do this on a per-file setting?
Not that I am aware of.
Sorry.
--
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.1.50.1 and Org release_7.8.11-14-g4b0121
John Hendy writes:
>> (setq org-babel-R-command "C:/Progra~1/R/R-2.15.0/bin/R")
>
> Same error. Also, curiously, =M-x customize-variable RET org-babel-R
> TAB= yields no results... is this the right variable?
That variable doesn't seem to have acustomize interface. Might be worth
a bug report.
I
Hello,
Luis Anaya writes:
> First release (?!) of the org-e-groff.el is available. I still need to
> do more testing but it manages to export from org.
Thanks for that new back-end.
> The code is in the same github location,
> http://github.com/papoanaya/emacs_utils.
I see this is based on or
Hello,
Achim Gratz writes:
> The patch fixes things in that it will now consistently compile, but
> it doesn't work correctly anymore, compiled or otherwise.
Ok, I misunderstood your answer: I thought you had solved the problem.
> I'm not sure what you intended the macroexpansion to be at the
31 matches
Mail list logo