[O] Using org-babel with Scheme

2012-02-08 Thread Leo Alekseyev
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

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
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

Re: [O] help regarding babel to set in-buffer specific keybinding

2012-02-08 Thread Thomas Alexander Gerds
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 >> |

Re: [O] save-excursion not saving when I call org-capture-goto-last-stored

2012-02-08 Thread David Maus
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Nick Dokos
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

[O] bug#10767: 24.0.93; Customize does not set org-blank-before-new-entry

2012-02-08 Thread Glenn Morris
This is the same issue as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10745

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread suvayu ali
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.

[O] [BUG] tags sparse tree broken

2012-02-08 Thread Suvayu Ali
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
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

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Nick Dokos
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:

Re: [O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread suvayu ali
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

[O] OrgMode - Export Simple Chinese text to Latex/PDF

2012-02-08 Thread Haisheng Wu
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

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Nick Dokos
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,

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Matthew Jones
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

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Matthew Jones
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

Re: [O] help regarding babel to set in-buffer specific keybinding

2012-02-08 Thread Torsten Wagner
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

[O] Semantics of the colon (can it be considered a general markup element?)

2012-02-08 Thread Leo Alekseyev
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

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-08 Thread Nicolas Goaziou
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

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-02-08 Thread Leo Alekseyev
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

Re: [O] ATTRLIST-x in agenda exported to html

2012-02-08 Thread lbmlist
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

[O] [bug ? regression ?] Re: Visibilty of inline tasks

2012-02-08 Thread Marc-Oliver Ihm
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

Re: [O] AUCTex within org-babel

2012-02-08 Thread Jonas Hörsch
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

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Sven Bretfeld
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

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-08 Thread Jambunathan K
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

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-08 Thread suvayu ali
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

Re: [O] patch to org-refile for more accurate completing-read

2012-02-08 Thread David Maus
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

Re: [O] [BUG] cannot open menu when in an org buffer

2012-02-08 Thread David Maus
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

Re: [O] Non-deadline agenda warnings

2012-02-08 Thread David Maus
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

Re: [O] Title gets a 'nil' appended on org-export-subtree to html

2012-02-08 Thread David Maus
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

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
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

Re: [O] Changing [X] by something else

2012-02-08 Thread suvayu ali
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

Re: [O] Changing [X] by something else

2012-02-08 Thread François Pinard
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

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Eric S Fraga
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

Re: [O] help regarding babel to set in-buffer specific keybinding

2012-02-08 Thread Eric S Fraga
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

Re: [O] Changing [X] by something else

2012-02-08 Thread suvayu ali
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

[O] Changing [X] by something else

2012-02-08 Thread 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 might be to recognize them properly, I guess. Whil

Re: [O] [OT] Babel user queries like SH "read CONFIRM"

2012-02-08 Thread Eric Schulte
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)

[O] org-mobile-pull error.

2012-02-08 Thread Madhu Rao
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

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Max Mikhanosha
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

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tassilo Horn
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'

[O] [OT] Babel user queries like SH "read CONFIRM"

2012-02-08 Thread brian powell
* 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)

Re: [O] Updating the Babel section of Worg

2012-02-08 Thread John Hendy
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. >

Re: [O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tom Regner
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

Re: [O] Updating the Babel section of Worg

2012-02-08 Thread Eric Schulte
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 >

Re: [O] Images in Tables?

2012-02-08 Thread brian powell
* 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

Re: [O] Shell script block gives no output when evaluated

2012-02-08 Thread Eric Schulte
"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

Re: [O] help regarding babel to set in-buffer specific keybinding

2012-02-08 Thread Eric Schulte
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

Re: [O] AUCTex within org-babel

2012-02-08 Thread Riccardo Romoli
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.

Re: [O] Updating the Babel section of Worg

2012-02-08 Thread Rainer M Krug
-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

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Matthew Jones
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.

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-08 Thread Matthew Jones
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: > >

Re: [O] AUCTex within org-babel

2012-02-08 Thread Eric Schulte
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

Re: [O] Updating the Babel section of Worg

2012-02-08 Thread Eric Schulte
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

Re: [O] Updating the Babel section of Worg

2012-02-08 Thread Eric Schulte
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

[O] Shell script block gives no output when evaluated

2012-02-08 Thread Phil Mason
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 "

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-08 Thread Niels Giesen
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

Re: [O] Capture to top of tree or file

2012-02-08 Thread Jacek Generowicz
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.

[O] MobileOrg 0.8.1 for Android

2012-02-08 Thread Tassilo Horn
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

Re: [O] Capture to top of tree or file

2012-02-08 Thread Jon Miller
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

Re: [O] Weekly date in grid view

2012-02-08 Thread Bernt Hansen
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

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Richard Riley
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

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-08 Thread Richard Riley
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

[O] Weekly date in grid view

2012-02-08 Thread Jürgen Fenn
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

[O] Images in Tables?

2012-02-08 Thread Yu
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

[O] AUCTex within org-babel

2012-02-08 Thread Riccardo Romoli
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

[O] Capture to top of tree or file

2012-02-08 Thread Jacek Generowicz
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.

Re: [O] MobileOrg for Android 0.8.0

2012-02-08 Thread Sven Bretfeld
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