Is anyone on the list using a recent org-babel with Scheme? I
recently started working through SICP, and I'm running into issues
evaluating scheme src blocks. Org-babel error buffer pops up with
"ERROR: Wrong number of arguments to #",
and the minibuffer prompts me for a lisp expression. Is the
Nick Dokos writes:
> Matthew Jones wrote:
>
>> What org mechanism do you use to put that date in there? We do key
>> specifically from those tags that you mentioned.
>
> I use C-c . (org-time-stamp) to insert such time stamps into my
> appts.org file. I assume Sven does the same.
Yes, that's
this works. thanks for the hint!
Eric Schulte writes:
> Thomas Alexander Gerds writes:
>
>> here is a (beginner) question regarding the following org-file with
>> buffer-local function and keybinding:
>>
>> ,
>> |
>> | * Lisp header (C-c C-c to activate)
>> | #+BEGIN_SRC emacs-lisp
>> |
At Sat, 4 Feb 2012 22:01:32 -0500,
Jon Miller wrote:
>
> I'm currently trying to write a function to do some post-capture
> updates to an entry. My intention is to add it to
> org-capture-after-finalize-hook. First step is navigating to the
> captured item but I'd like to return to the current buff
aha...actually I just found one exception.
By using the approach you suggested, the generated tex will be like:
\title{吴海生}
\begin{document}
\maketitle
\begin{CJK}{UTF8}{gbsn}
...
...
As you would see, the `CJK` is nested in the `document`,
therefore, title which is in Chinese as well can not dis
suvayu ali wrote:
> On Thu, Feb 9, 2012 at 03:21, Haisheng Wu wrote:
> > I think it is `#+Latex` rather than `#Latex`.
> > The former one works for me.
>
Yes, indeed.
> Yes, both you and Nick are correct. :)
>
> Sorry for the typo.
>
Didn't catch the typo either.
Nick
This is the same issue as
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10745
On Thu, Feb 9, 2012 at 03:21, Haisheng Wu wrote:
> I think it is `#+Latex` rather than `#Latex`.
> The former one works for me.
Yes, both you and Nick are correct. :)
Sorry for the typo.
--
Suvayu
Open source is the future. It sets us free.
Hi,
I believe the sparse tree search is broken. It has been broken for a
while I think. Searching for tags returns no matches. I get the
following backtrace with debug enabled on a minimal emacs on using
`next-error' after a tag search which should return a positive result.
Debugger entered--Lis
I think it is `#+Latex` rather than `#Latex`.
The former one works for me.
Thanks a lot!
-Simon
On Thu, Feb 9, 2012 at 10:04 AM, Nick Dokos wrote:
> suvayu ali wrote:
>
> > Hi,
> >
> > On Wed, Feb 8, 2012 at 10:07, Haisheng Wu wrote:
> > > #+LaTeX_HEADER: \usepackage{CJK}
> > > #+LaTeX_HEAD
suvayu ali wrote:
> Hi,
>
> On Wed, Feb 8, 2012 at 10:07, Haisheng Wu wrote:
> > #+LaTeX_HEADER: \usepackage{CJK}
> > #+LaTeX_HEADER: \begin{CJK}{UTF8}{gbsn}
>
> Have you tried the following instead?
>
> #+LaTeX_HEADER: \usepackage{CJK}
>
> #LaTeX: \begin{CJK}{UTF8}{gbsn}
>
>
>
> #LaTeX:
Hi,
On Wed, Feb 8, 2012 at 10:07, Haisheng Wu wrote:
> #+LaTeX_HEADER: \usepackage{CJK}
> #+LaTeX_HEADER: \begin{CJK}{UTF8}{gbsn}
Have you tried the following instead?
#+LaTeX_HEADER: \usepackage{CJK}
#LaTeX: \begin{CJK}{UTF8}{gbsn}
#LaTeX: \end{CJK}{test}
GL
--
Suvayu
Open source is th
Hi guys,
What I'd like to do is exporting a Chinese file into latex then convert
to a pdf file.
It failed to display Chinese characters then I search google for help and
finding I need CJK package according to this post.
http://www.math.nus.edu.sg/aslaksen/cs/cjk.html
Unfortunately it is n
Matthew Jones wrote:
> What org mechanism do you use to put that date in there? We do key
> specifically from those tags that you mentioned.
>
I use C-c . (org-time-stamp) to insert such time stamps into my
appts.org file. I assume Sven does the same.
Nick
> On Wed, Feb 8, 2012 at 1:24 PM,
What org mechanism do you use to put that date in there? We do key
specifically from those tags that you mentioned.
On Wed, Feb 8, 2012 at 1:24 PM, Sven Bretfeld wrote:
> Hi Matthew
>
> Matthew Jones writes:
>
> > Can you tell me what you mean by this?
>
> What is working is:
>
> * TODO Wash
Tom: We directly integrate with the calendar service on the android
device. You can find documentation here:
https://github.com/matburt/mobileorg-android/wiki/Setting-up-Calendar-Support
The gist of it is this:
1. create a calendar in google cal (you can do this on the web and it will
sync the e
Hmmm,
Recently I started to use source code blocks as a kind of init for a
certain task, set variables, modify stuff. That is, execution of a
source code block once at the beginning, e.g. after opening an org file.
Thus, I was thinking about automatically execution too.
Would it help if there
I started prefixing certain lines with the colon (:) in my org-files,
because it is a convenient way to get "verbatim" behavior. It has
advantages over markup such as =code= or ~verbatim~ in that it looks
better, can be used with text that spans multiple lines, and actually
ignores org-markup (for
Hello,
Niels Giesen writes:
> I say: go for it!
Booktabs are available in e-latex backend, through "booktabs=yes"
attribute or org-e-latex-tables-booktabs variable.
I don't make use of :skipheadrule yet, since it's not in tree. Speaking
about it, it should be a good idea to including a line ab
I am afraid this might have caused a regression (although it could've
been something else). With the latest org-mode pull, C-x C-s in
org-src buffer does not save the underlying org-file (as expected) but
instead prompts for file name to save. This is rather bad behavior.
On Tue, Jan 24, 2012 at
Ok, so what I did was define a face:
(org-copy-face 'modeline 'lbm-org-mode-pack-keyword
"Face used to show items ready to pack, but not yet to ship"
:background "#cc")
add it to the org-todo-keyword-faces
(setq org-todo-keyword-faces
(quote ( ("PACK" . lbm-o
Hi Seb,
I tried an example:
* 1
** 2
** 3
*** 4
*** END
This tree works as expected: If it is completly folded and you press TAB on the heading
"* 1", you get this:
* 1
** 2
** 3...
which is, what can be expeced and what is described in the documenatation.
However, t
Hi list,
On Wed, Feb 08 2012, Riccardo Romoli wrote:
> thanks a lot for your answer!! I completely ignore that C-c' lunch the
> small buffer for all the code within the src blocks. I belive it was used
> only for ESS
the only remaining problem is that the AUCTeX mode tries to be smart
about
Hi Tom
Tom Regner writes:
> I seldom capture notes, so a "Capture" shortcut is of no use to
> me; I almost always capture via the android "share this" facility.
For those who miss a Capture shortcut: It's also possible to create an
icon that calls the capture function. Tasker would be a way to
Andreas Leha writes:
> Jambunathan K writes:
>
>> I committed the changes only a few minutes ago as part of Org-mode
>> version 7.8.03 (release_7.8.03.300.g9b820)
>>
>> So the Org version should be at or above the 300th version.
>>
>> Jambunathan K writes:
>>
>>> Thanks to Giles[1] for introduc
Hi David,
On Wed, Feb 8, 2012 at 20:14, David Maus wrote:
>
> I pushed a fix to master that relocates org-in-clocktable-p from
> org-clock.el to org.el -- the problem should be fixed now. This
> shouldn't break things because org-clock requires org.
>
I can confirm the issue is fixed now.
> Bes
Resend Le Wang's patch as text/plain, so patchtracker picks it up.
diff --git a/lisp/org.el b/lisp/org.el
index 7a68b73..ccdcace 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -10625,7 +10625,8 @@ prefix argument (`C-u C-u C-u C-c C-w')."
(t (concat "Refile su
Hi,
At Tue, 7 Feb 2012 14:26:41 +0100,
suvayu ali wrote:
>
> Hi Nick,
>
> On Tue, Feb 7, 2012 at 03:31, Nick Dokos wrote:
> > suvayu ali wrote:
> >
> >> On Sat, Feb 4, 2012 at 18:46, Nick Dokos wrote:
> >> >
> >> > Confirmed. If I add
> >> >
> >> > (require 'org-clock)
> >> >
> >> > to my minim
At Mon, 6 Feb 2012 21:26:44 +0100,
Jacek Generowicz wrote:
>
> Hi,
>
> Is it possible to have warnings, such as those for upcoming deatlines,
> appear in the agenda for time-stamped items other than deadlines?
AFAIK you can't.
Best,
-- David
pgpa4ybD7mbxM.pgp
Description: PGP signature
Hi John,
At Tue, 7 Feb 2012 12:46:30 -0600,
John Hendy wrote:
>
> I got some weird behavior on a file, so I recreated a smaller example
> and can reproduce it. Here it is:
>
> --
>
> #+options: <:t num:t tasks:nil tags:t
>
> * test
> ** sub 1
> ** sub 2
> --
>
> If I go to th
Hi Matthew
Matthew Jones writes:
> Can you tell me what you mean by this?
What is working is:
* TODO Wash clothes
SCHEDULED: <2012-02-08 Mi 19:00>
and
* TODO Prepare Paper
DEADLINE: <2012-02-08 Mi 20:00>
What seems not to work is:
* Lunch with Sheldon Cooper
<2012-02-08 Mi 12:00-13:0
Hi François,
2012/2/8 François Pinard :
> suvayu ali writes:
>
>> Hi François,
>
> Hi, Suvayu (or Ali?)
>
Which ever comes natural to you, I don't mind either. :)
>> Although I am just a user I feel this falls into the same category as
>> the request from last year to make the stars in a headli
suvayu ali writes:
> Hi François,
Hi, Suvayu (or Ali?)
> 2012/2/8 François Pinard :
>> I notice in org.el that [X] is hard-wired, while I would have liked the
>> possibility of changing it by [✓] in my things
> One has to draw the line at something.
Granted. :-)
> Although I am just a user I
writes:
>[This post concerns what have become, for me, conflicts between the
>scopes of org-agenda-files and the universe I would like to search
>within all org files, in particular. I hope I will be forgiven for
>drifting substantially from that focused topic]
>
> Org-mode i
Eric Schulte writes:
> Thomas Alexander Gerds writes:
[...]
>> now, I would like to tell org to evaluate the lisp code at startup, when
>> the org-file is opened. can this be achieved? particularly, is there a
>> startup special line which tells org to evaluate the lisp src block? I
>> could
Hi François,
2012/2/8 François Pinard :
> Hi, Org people.
>
> I notice in org.el that [X] is hard-wired, while I would have liked the
> possibility of changing it by [✓] in my things, which I find both softer
> and cleaner. Could these ([ ], [-] and [X]) be turned into variables?
> The difficulty
Hi, Org people.
I notice in org.el that [X] is hard-wired, while I would have liked the
possibility of changing it by [✓] in my things, which I find both softer
and cleaner. Could these ([ ], [-] and [X]) be turned into variables?
The difficulty might be to recognize them properly, I guess.
Whil
brian powell writes:
> * Is there a simple way in BABEL to interact/query a user--something like
> this won't work:
>
> #+begin_src sh
> cat blah-install.sh
> echo -n " Sure you want to run this install script code to install
> BlahSoftware? (y/n): "
> read CONFIRM
> case $CONFIRM in
> y|Y)
I get the following error when I do org-mobile-pull. The backtrace are
these following 4 lines.
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
org-mobile-pull()
call-interactively(org-mobile-pull t nil)
execute-extended-command(nil)
call-interactively(execute-extended-comm
At Tue, 07 Feb 2012 14:16:02 -0800,
lngn...@gmail.com wrote:
>
> So, to summarize, org-agenda-files should reflect those files I
> need to access because they have TODOs, Deadlines, Happenings, or
> Reminders in them. My search Universe should be constrained
> enough to result in
Tom Regner writes:
> With the Calendar integration I use the "Calendar Widget" to that
> purpose;
I export ics files from "real" org in an after-save-hook, and a cron job
uploads them to some URLs, and finally those are imported into my google
calendar. That works pretty well, except that if I'
* Is there a simple way in BABEL to interact/query a user--something like
this won't work:
#+begin_src sh
cat blah-install.sh
echo -n " Sure you want to run this install script code to install
BlahSoftware? (y/n): "
read CONFIRM
case $CONFIRM in
y|Y) sh blah-software-install.sh;;
n|N)
On Tue, Feb 7, 2012 at 6:01 PM, Thomas S. Dye wrote:
> Hi Eric,
>
> I've attached a first draft of a template for review and revision. It
> is heavily influenced by John Hendy's terrific gnuplot page. I
> believe it incorporates the points in your outline. Feel free to
> edit as appropriate.
>
Hi Tassilo,
Tassilo Horn writes:
[...]
>
> But I think a global all-TODO widget is of no great use anyway (there
> are simply too many). I'd very much like to have a "Today" widget that
> shows every item of today (normal timestamps, SCHEDULED, and DEADLINE).
>
With the Calendar integration I u
Rainer M Krug writes:
> On 08/02/12 15:21, Eric Schulte wrote:
>> Martyn Jago writes:
>>
>>> Hi Thomas and Eric
>>>
>>> Love it. I will try to help!
>>>
>>> Worg is a great resource that is getting better and better.
>>>
>>> The template looks good (Babel wise) and should be up there as a
>
* Some ideas/workarounds--each of which I've tried and they work--but some
very computer intensive:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg01233.html
** Also, more specific to your question:
http://www.emacswiki.org/emacs/thumbs.el
* What I like to do is make the images 16x1
"Phil Mason" writes:
> Hello all,
>
> If I evaluate the following source block in emacs 23.1.1, org mode
> v7.8.03 it reports that it produces no output:
>
> #+begin_src sh :results replace
>foo=1
>if [[ -n "$foo" ]]; then
>echo "foo has been defined (and has valu
Thomas Alexander Gerds writes:
> here is a (beginner) question regarding the following org-file with
> buffer-local function and keybinding:
>
> ,
> |
> | * Lisp header (C-c C-c to activate)
> | #+BEGIN_SRC emacs-lisp
> | (defun blue-file ()
> | (interactive)
> | (org-table-insert
Hi Eric,
thanks a lot for your answer!! I completely ignore that C-c' lunch the
small buffer for all the code within the src blocks. I belive it was used
only for ESS
Best
Riccardo
2012/2/8 Eric Schulte
> Riccardo Romoli writes:
>
> > Hi, is there a way to include the AUCTeX function (i.e.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/02/12 15:21, Eric Schulte wrote:
> Martyn Jago writes:
>
>> Hi Thomas and Eric
>>
>> Love it. I will try to help!
>>
>> Worg is a great resource that is getting better and better.
>>
>> The template looks good (Babel wise) and should be up t
Can you tell me what you mean by this?
On Wed, Feb 8, 2012 at 3:27 AM, Sven Bretfeld wrote:
> Hi
>
> Tom Regner writes:
>
> > This issue is closed; and with version 0.8.1 my scheduled items /are/
> > indeed put in my google-calendar - just awesome.
>
> Yes, it's working now with the new update.
Richard the iphone version of MobileOrg is maintained by Richard
Moreland. Look at his MobileOrg IOS support page here:
http://mobileorg.ncogni.to/support/
It's best to contact him via email, I don't think he follows this list much.
On Wed, Feb 8, 2012 at 6:54 AM, Richard Riley wrote:
>
>
Riccardo Romoli writes:
> Hi, is there a way to include the AUCTeX function (i.e. to create a figure
> or a table or insert a font...) and markup color, within an org-babel
> document?
>
If I understand your question correctly you want AUCTeX mode to be
active in an Org-mode document. Generall
Martyn Jago writes:
> Hi Thomas and Eric
>
> Love it. I will try to help!
>
> Worg is a great resource that is getting better and better.
>
> The template looks good (Babel wise) and should be up there as a
> check-sheet, although maybe not as a requirement.
>
I agree, I've just linked to it fro
t...@tsdye.com (Thomas S. Dye) writes:
> Hi Eric,
>
> I've attached a first draft of a template for review and revision. It
> is heavily influenced by John Hendy's terrific gnuplot page. I
> believe it incorporates the points in your outline. Feel free to
> edit as appropriate.
>
Looks great t
Hello all,
If I evaluate the following source block in emacs 23.1.1, org mode v7.8.03 it
reports that it produces no output:
#+begin_src sh :results replace
foo=1
if [[ -n "$foo" ]]; then
echo "foo has been defined (and has value $foo)"
else
echo "
I say: go for it!
On Saturday, February 4, 2012, Nicolas Goaziou wrote:
> Hello,
>
> John Hendy writes:
>
>> On Fri, Jan 13, 2012 at 9:39 AM, Carsten Dominik
>> wrote:
>>>
>>> On Jan 13, 2012, at 3:52 PM, Niels Giesen wrote:
>>>
There is a patch from me waiting to be incorporated into org
At Wed, 8 Feb 2012 07:54:52 -0500,
Jon Miller wrote:
> Try adding ":prepend t" to the properties list in your
> org-capture-templates variable definition.
> http://orgmode.org/manual/Template-elements.html#Template-elements
That's it. Thanks.
Hi all,
as other's have mentioned, this release is a major improvement. Thanks
a lot.
One thing that doesn't work for me however is the OrgMobile Tasks
widget. It's always empty (Nexus S, Android 4). I know in some older
version, it used to show all TODOs I have...
But I think a global all-TO
Try adding ":prepend t" to the properties list in your
org-capture-templates variable definition.
http://orgmode.org/manual/Template-elements.html#Template-elements
-- Jon Miller
On Wed, Feb 8, 2012 at 4:01 AM, Jacek Generowicz
wrote:
>
> Hi,
>
> Is there a way to instruct capture templates to i
Jürgen Fenn writes:
> Hello,
>
> I've recently begun using org-mode and I love it. :)
>
> However, I fail to define a weekly date to be displayed in grid view
> that runs from 2012-02-01 through 2012-05-23, i.e. every Wednesday
> evening from 19.00 to 20.00. When I use this
>
> ** TODO 34/2012: Q
Eric Schulte writes:
>>
>> - Email. Some very elegant (in complicated ways) solutions have
>> been generated, but all I need it simple text-based email. I
>> would be willing to install sendmail or postfix, if need be, but
>> I don't really wish to send html based emai
Carsten Dominik writes:
> Wow Matthew,
>
> great to see your persistence in developing this program!
>
> - Carsten
>
I was wondering Carsten if you actively use the iPhone version? I posted
some issues here but go no feedback - I cant get it working following a
config error in my set up - after
Hello,
I've recently begun using org-mode and I love it. :)
However, I fail to define a weekly date to be displayed in grid view
that runs from 2012-02-01 through 2012-05-23, i.e. every Wednesday
evening from 19.00 to 20.00. When I use this
** TODO 34/2012: Qi Gong, 19-20 Uhr (bis 23.5.)
SCHE
Hello!
I was wondering if there is any useful way, to organize images in
tables. This would be useful e.g. if one needs to organize some images
on a regular grid, but the images aren't equally sized, such that a
simple line break doesn't do the trick.
Creating just a table with the image links in
Hi, is there a way to include the AUCTeX function (i.e. to create a figure
or a table or insert a font...) and markup color, within an org-babel
document?
Best
Riccardo
Hi,
Is there a way to instruct capture templates to insert the newly
captured item at the top of the target subtree or file?
Thanks.
Hi
Tom Regner writes:
> This issue is closed; and with version 0.8.1 my scheduled items /are/
> indeed put in my google-calendar - just awesome.
Yes, it's working now with the new update. It seems to work only for
scheduled items and deadlines. Wouldn't it be possible to have normal
appointment
68 matches
Mail list logo