Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-26 Thread Thomas Holst
Hi Bernt, · Bernt Hansen wrote: > Thomas Holst writes: > >> Hi Bastien, >> >> thanks for your answer. >> when the follwing org-file is exported to LaTeX, #+BEGIN_ORG and #+END_ORG is inserted in the tex-file. >>> >>> You surely want >>> #+begin_src org >>> #+end_src org >>> "#+begin_o

[O] agenda bulk command "schedule" does not schedule items to "today" although indicating "Today"

2011-07-26 Thread Rainer Stengele
Hi all! trying to bulk reschedule entries from yesterday to today I do mark them with "m", the start the bulk command with "B s". Minibuffer shows "=> <2011-07-26 Di>" which today is "today". Pressing Enter "reschedules" every item to its old schedule date. Is this intended? I know I can simply

[O] [tables, babel] evaluate code block in table with arguments

2011-07-26 Thread Dirk Scharff
Hi all, I want to use a code-block in a table and can't get it to work. Consider the following example: #+Source: the_test #+begin_src python :var x=3 :results output print x #+end_src | argument | argument | result | |1 |

Re: [O] Copy/Search Outline

2011-07-26 Thread Florian Beck
Christian Moe writes: >> Firstly, I want to copy the *visible* text (minus the …, but never mind >> that); > In other words: Begin exporting only the visible part with `C-c C-e > v', then press space at the prompt for output formats. This leaves you > in a second buffer with a copy of the visib

Re: [O] Question about org-search-view and org-occur-in-agenda-files

2011-07-26 Thread suvayu ali
Hi Matt, On Tue, Jul 26, 2011 at 5:09 AM, Matt Lundin wrote: >> Custom agenda commands do not support prompting for search phrases. > > The following custom agenda command offers a prompt: > > --8<---cut here---start->8--- > (org-add-agenda-custom-command >  '(

Re: [O] Copy/Search Outline

2011-07-26 Thread Carsten Dominik
On Jul 26, 2011, at 11:30 AM, Florian Beck wrote: > Christian Moe writes: > >>> Firstly, I want to copy the *visible* text (minus the …, but never mind >>> that); > >> In other words: Begin exporting only the visible part with `C-c C-e >> v', then press space at the prompt for output formats.

Re: [O] Any work on Java ME?

2011-07-26 Thread Bastien
XeCycle writes: > Java ME seems more widely supported, has anyone worked on that? > > Also, it's painful to input text on iOS devices, and text is all of Org > mode. I don't understand. Can you be more explicit? Thanks, -- Bastien

Re: [O] Copy/Search Outline

2011-07-26 Thread Carsten Dominik
On Jul 26, 2011, at 11:54 AM, Carsten Dominik wrote: > > On Jul 26, 2011, at 11:30 AM, Florian Beck wrote: > >> Christian Moe writes: >> Firstly, I want to copy the *visible* text (minus the …, but never mind that); >> >>> In other words: Begin exporting only the visible part with

Re: [O] References in Latex

2011-07-26 Thread Aditya Mandayam
ok. after reading dye's page and the linked article for xetex: http://emacs-fu.blogspot.com/2011/04/nice-looking-pdfs-with-org-mode-and.html i seem to have rubber working. however, do take a look at the resulting pdf: http://i.imgur.com/YvUKo.png as you can see, none of the citations after the f

Re: [O] Copy/Search Outline

2011-07-26 Thread Bastien
Carsten Dominik writes: >> This is a very useful function, thanks! I have added it >> to org-mode as `org-copy-visible', currently without a key >> binding. > > Ando now there is a key (C-c C-x v) and a menu entry, > and documentation in manual and refcard for it. Great, thanks to both of you!

Re: [O] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
Bastien writes: >> Java ME seems more widely supported, has anyone worked on that? >> >> Also, it's painful to input text on iOS devices, and text is all of >> Org mode. > > I don't understand. Can you be more explicit? That was my first question, too. :-) And quoting Wikipedia: ,[ http:/

Re: [O] breaking URLs

2011-07-26 Thread Bastien
Henri-Paul Indiogine writes: > Hi Bastien! > > 2011/7/18 Bastien : >>> the URL in  \url{my url}  it is exported as >>> >>> \url{[[my url]] [[my url]]}   however the URL is nicely split to the >>> next line in the pdf. >> >> I would welcome ideas/code to have more flexibility wrt the way urls >> a

Re: [O] problems with org-edit-special and python

2011-07-26 Thread Bastien
Hi Dirk, Dirk Scharff writes: > I played around with this issue again today and found out, that it > doesn't happen if i comment out the initialization of the python > setup i mentioned in my .emacs . So I guess its some incompatibility > introduced in this package. I think I'll abandon the pack

Re: [O] References in Latex

2011-07-26 Thread suvayu ali
Hi Aditya, On Tue, Jul 26, 2011 at 12:51 PM, Aditya Mandayam wrote: > as you can see, none of the citations after the first citation show up > as sidenotes (i am using the tufte-handout document class). > Without looking at the original org file or the exported tex file it is difficult for us to

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Bastien
Hi Max, Max Mikhanosha writes: > org-depend TRIGGER chain-siblings(NEXT) property is hardly usable for > me, because it requires too much effort to keep items nicely sorted. > > For example if next headline is already in DONE state, chain-siblings > would still change it. I prefer to sort my ite

Re: [O] New version which is compatible with emacs 24: New function to view your notes in chronological order

2011-07-26 Thread Bastien
Hi Marc-Oliver, Marc-Oliver Ihm writes: > Unfortunately, org-find-timestamps as posted before was not compatible > with emacs 24. (More precise, it hat problems with the read-only > property, that emacs 24 applies to text within the occur-buffer) > > The version below is now compatible with both

[O] [PATCH] org-mac-ical: Update for MacOSX Lion

2011-07-26 Thread Don Roberts
0001-org-mac-ical-Update-for-MacOSX-Lion.patch Description: Binary data

Re: [O] [tables, babel] evaluate code block in table with arguments

2011-07-26 Thread Sebastien Vauban
Hi Dirk, Dirk Scharff wrote: > I want to use a code-block in a table and can't get it to work. [...] > Isn't this possible in org-mode or am I doing something wrong? Use `sbe' to make calls inside tables; see http://osdir.com/ml/emacs-orgmode-gnu/2011-07/msg00540.html Best regards, Seb -- Se

Re: [O] Org-Mode Homepage error

2011-07-26 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > thanks for signaling this problem -- I fixed it on the server. > > This commit creates problems when exporting using org-info.js: > > > http://orgmode.org/w/?p=org-mode.git;a=commit;h=2f1fbc58be1dc48621217d666da7bc46c3c5d84e > > This is no real surprise, as the com

Re: [O] Any work on Java ME?

2011-07-26 Thread XeCycle
Bastien writes: > XeCycle writes: > >> Java ME seems more widely supported, has anyone worked on that? >> >> Also, it's painful to input text on iOS devices, and text is all of Org >> mode. > > I don't understand. Can you be more explicit? Sorry. I mean to port Org mobile to Java ME platform

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Jambunathan K
> - The ELPA instructions are for Emacs 22, not 23 (but like I said, I > believe I had it working before) http://orgmode.org/worg/org-faq.html#installing-elpa If you are using package.el from tromey.com then you need to delete it from load-path. Previous success story is here: http://lists.gnu.

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: >> +(require 'cl) > > This (eval-when-compile (require 'cl)) -- Emacs has a policy of > preventing (require 'cl) only... Shouldn't we do that (require cl only) in our custom .emacs files neither? I do have such for accessing functions like `push'... Best regards, Se

Re: [O] Using org-mode for Research and Notetaking

2011-07-26 Thread Bastien
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > Perhaps they are [[tag:boxed][already]] here with org-add-link-type? It > seems to me that all that's missing is a way to specify a function to > determine on screen display. But, I might be missing something. just as a quick foll

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Max Roberts-Zirker
Bastien and Jambunathan, - I am running Emacs 23.2.1 - launching Emacs from the terminal with ~$ emacs -Q made no difference (was that just to open up the Lisp interpreter?) - I just successfully upgraded to Org-Mode version 7.6 using the "How do I install Org-mode from a ELPA-compatible tarball?"

[O] Generating autoloads for libraries in contrib

2011-07-26 Thread suvayu ali
Hi, Does anyone know how to generate autoloads for libraries in the contrib directory? I was hoping generating autoloads would let me remove some of the (require 'library) from my setup. Thanks, -- Suvayu Open source is the future. It sets us free.

[O] Agenda view filter

2011-07-26 Thread Renger van Nieuwkoop
Hi I try to define a view that should show me my agenda for today with all NEXT/TODO items with priority A. I found some code for the priority but did not manage to get it running with filtering for NEXT/TODO (I tried adding (todo "NEXT|TODO") but that did not work). (setq org-agenda-custom-co

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Jambunathan K
> - I just successfully upgraded to Org-Mode version 7.6 using the "How > do I install Org-mode from a ELPA-compatible tarball?" section from > http://orgmode.org/worg/org-faq.html#installing-elpa Good. But downloading by hand is kind of a pain. > However, I'm not sure why this should have work

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-26 Thread Daniel E . Doherty
Bastien, At Tue, 26 Jul 2011 02:41:51 +0200, bzg wrote: > > Hi Daniel, > > Daniel E.Doherty writes: > > > Bastien, I did not use the T specifier at all. > > Why? > > 'T' is needed for duration computation -- unless you use the > specific calc format for time and date manipulation. > I

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Max Roberts-Zirker
Thanks for sticking with me Jambunathan, C-h v package-archives RET reports no match also, though there do appear to be commands: package-archive-base, package-archive-upload-base, package-archive-version, and package-archive-contents. Also, when I run M-x package-list-packages, it connects me to

Re: [O] [tables, babel] evaluate code block in table with arguments

2011-07-26 Thread Dirk Scharff
Hi Sebastien, thanks for pointing me to that macro. $3='(sbe the_test( x $< )) does exactly what I wanted. best regards, Dirk On Tue, Jul 26, 2011 at 2:12 PM, Sebastien Vauban < wxhgmqzgw...@spammotel.com> wrote: > Hi Dirk, > > Dirk Scharff wrote: > > I want to use a code-block in a table and

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Jambunathan K
Max Roberts-Zirker writes: > Thanks for sticking with me Jambunathan, > > C-h v package-archives RET reports no match also, though there do > appear to be commands: package-archive-base, > package-archive-upload-base, package-archive-version, and > package-archive-contents. C-h v package-archive

Re: [O] Using org-mode for Research and Notetaking

2011-07-26 Thread Florian Beck
Bastien writes: > Hi Tom, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha all, >> >> Perhaps they are [[tag:boxed][already]] here with org-add-link-type? It >> seems to me that all that's missing is a way to specify a function to >> determine on screen display. But, I might be missing som

Re: [O] Any work on Java ME?

2011-07-26 Thread Tassilo Horn
XeCycle writes: Hi! >>> Java ME seems more widely supported, has anyone worked on that? >>> >>> Also, it's painful to input text on iOS devices, and text is all of >>> Org mode. >> >> I don't understand. Can you be more explicit? > > Sorry. I mean to port Org mobile to Java ME platform --- has

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Max Roberts-Zirker
Not sure what to say Jambunathan: - I type C-h v and a blue input field (Minibuffer I assume?) appears: "Describe variable:" I type package-archives and hit RET, and it says [no match]. It doesn't report anything. - Where would I delete tromey.com from load-path? It isn't in my ~/.emacs file or

Re: [O] entering a date through C-c ! or C-c . in "edit" mode of column view does not work

2011-07-26 Thread Bastien
Hi Jean, Jean Wallemacq writes: > I get the message: "C-c ! is undefined" With a column like this one: #+COLUMNS:%30ITEM %TODO %PRIORITY %9SCHEDULED you can do `C-c C-x C-c' to enter column mode and type `e' in the scheduled column to enter a date through the calendar. This `e' comman

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Bastien
"Sebastien Vauban" writes: > Shouldn't we do that (require cl only) in our custom .emacs files > neither? ~/.emacs.el is precisely the place where you do what you want :) -- Bastien

Re: [O] Org-Mode Homepage error

2011-07-26 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > I fear this is above my current capability. I tried to understand that code > for a while, but never succeeded (in a reasonable time) to, and never could > simplify it as I wanted (to use it for my own). Of course, this is mainly due > because of my ine

Re: [O] [PATCH] org-mac-ical: Update for MacOSX Lion

2011-07-26 Thread Bastien
Applied, thanks. (Please try to add more comments in the patch itself, even for tiny fix like this. It helps maintainers understand why this should be applied, especially when it's about a system they might not use...) -- Bastien

Re: [O] Using org-mode for Research and Notetaking

2011-07-26 Thread Thomas S. Dye
Bastien writes: > Hi Tom, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha all, >> >> Perhaps they are [[tag:boxed][already]] here with org-add-link-type? It >> seems to me that all that's missing is a way to specify a function to >> determine on screen display. But, I might be missing som

Re: [O] Org-Mode Homepage error

2011-07-26 Thread Achim Gratz
Bastien writes: > I fail to understand why an additional > should break Sebastian's tool. > For starters, the title now resides in the preamble, but the script looks for it in content. This error is easily fixed, but I don't know if it has further repercussions. --8<---cut here--

Re: [O] breaking URLs

2011-07-26 Thread Bastien
Bastien writes: > (setq org-export-latex-href-format "\url{%s}") Of course this should be: (setq org-export-latex-href-format "\\url{%s}") Best, -- Bastien

Re: [O] org unavailable in ELPA package manager

2011-07-26 Thread Jambunathan K
Max It looks like you are totally new to Emacs. Sorry if I sounded harsh. I will help you out privately with this. Let us take our discussions off the list. Jambunathan K.

Re: [O] Using org-mode for Research and Notetaking

2011-07-26 Thread Christian Moe
+1. No hurry. Yours, Christian On 7/26/11 5:15 PM, Thomas S. Dye wrote: Bastien writes: Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, Perhaps they are [[tag:boxed][already]] here with org-add-link-type? It seems to me that all that's missing is a way to specify a function t

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-07-26 Thread Eric Abrahamsen
On Tue, Mar 29 2011, Erik Hetzner wrote: > At Thu, 24 Mar 2011 19:47:46 +0800, > Le Wang wrote: >> >> Hi all, >> >> I'm fairly new to org-mode, and I only use it as an outliner / note >> taking tool. It seems recipes, being a list of ingredients and a >> series of steps is a perfect match for o

Re: [O] Generating autoloads for libraries in contrib

2011-07-26 Thread Jambunathan K
suvayu ali writes: > Hi, > > Does anyone know how to generate autoloads for libraries in the > contrib directory? I was hoping generating autoloads would let me > remove some of the (require 'library) from my setup. (To satisfy my own curiosity) IIRC, Achim has added support for the above. I am

Re: [O] Generating autoloads for libraries in contrib

2011-07-26 Thread Achim Gratz
Jambunathan K writes: > suvayu ali writes: >> Does anyone know how to generate autoloads for libraries in the >> contrib directory? I was hoping generating autoloads would let me >> remove some of the (require 'library) from my setup. > > (To satisfy my own curiosity) > > IIRC, Achim has added su

Re: [O] References in Latex

2011-07-26 Thread Aditya Mandayam
indeed. here are the files: the .org file: http://pastebin.com/xjLFncFW the relevant parts of my .emacs: http://pastebin.com/c4cPM6fQ do let me know, thank you -a On Tue, Jul 26, 2011 at 7:44 AM, suvayu ali wrote: > Hi Aditya, > > On Tue, Jul 26, 2011 at 12:51 PM, Aditya Mandayam wrote: >>

[O] using links/org-capture programmatically

2011-07-26 Thread Eric Abrahamsen
I've got a little sequence I use so often I'd like to automate it, but am not sure how. Basically it goes: 1. In Gnus, store a link to an email message 2. Call org-capture 3. Choose a template with a REPLY keyword, that gets stored in a certain subtree 4. Pull the last-stored link, to the email me

Re: [O] Ctrl-Tab behaviour

2011-07-26 Thread Aditya Mandayam
upon mr reynold's recommendation, i tried out: (global-unset-key "\C-tab") in my .emacs between where i instantiate org and swbuff. however, ctrl-tab still does not work when i visit a .org buffer. help? -a On Mon, Jul 25, 2011 at 7:07 PM, A. Ryan Reynolds wrote: > > On Jul 25, 2011, at 5:57

Re: [O] Ctrl-Tab behaviour

2011-07-26 Thread suvayu ali
On Tue, Jul 26, 2011 at 8:28 PM, Aditya Mandayam wrote: > (global-unset-key "\C-tab") > I believe you have to unset the local key. Try: M-: (local-unset-key "\C-tab") -- Suvayu Open source is the future. It sets us free.

Re: [O] References in Latex

2011-07-26 Thread Jambunathan K
[OT] Aditya , | I encourage you to post auxiliary files for reproducing the bug right | within the mail. The advantage is that the message would remain archived | in it's entirety forever and the whole context is available for future | references. | | Posting all the relevant files inline

Re: [O] Ctrl-Tab behaviour

2011-07-26 Thread Michael Markert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 26 Jul 2011, Aditya Mandayam wrote: > upon mr reynold's recommendation, i tried out: > > (global-unset-key "\C-tab") > > in my .emacs between where i instantiate org and swbuff. > > however, ctrl-tab still does not work when i visit a .org buffer

Re: [O] Copy/Search Outline

2011-07-26 Thread Christian Moe
I post a howto over my morning coffee at 8:38am. By 11:30am, Florian has encapsulated it into a neat function with added goodies. Within 40 minutes, Carsten reports there is a key (C-c C-x v) and a menu entry, and documentation in manual and refcard for it. Gotta love this community. Yours,

Re: [O] Ctrl-Tab behaviour

2011-07-26 Thread Aditya Mandayam
mr markert's first suggestion: (add-hook 'org-mode-hook (lambda () (local-unset-key (kbd "C-" works fine, thank you sir. On Tue, Jul 26, 2011 at 2:43 PM, Michael Markert wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 26 Jul 2011, Aditya Mandayam wrote: > >> upon mr reynol

Re: [O] References in Latex

2011-07-26 Thread Aditya Mandayam
i see. apologies. ;; here is my .org file in question: The Shrewdness of Apes #+AUTHOR: Aditya Zalewski-Mandayam #+LaTeX_CLASS: handout #+OPTIONS: toc:nil timestamp:nil num:f * Introduction The ph

Re: [O] using links/org-capture programmatically

2011-07-26 Thread Christian Moe
On 7/26/11 8:20 PM, Eric Abrahamsen wrote: I've got a little sequence I use so often I'd like to automate it, but am not sure how. Basically it goes: 1. In Gnus, store a link to an email message 2. Call org-capture 3. Choose a template with a REPLY keyword, that gets stored in a certain subtree

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-07-26 Thread Eric Schulte
>> First, I use org-mode to keep my recipes. Here is the format I use: > > [...] > >> and so on. I have some methods to convert units back & forth from >> metric & narrow a recipe to ingredients only, though I think this is >> probably not really useful. I would be happy to provide this if you >> l

Re: [O] References in Latex

2011-07-26 Thread Christian Moe
Add space before \cite? Yours, Christian On 7/26/11 8:56 PM, Aditya Mandayam wrote: i see. apologies. ;; here is my .org file in question: The Shrewdness of Apes #+AUTHOR: Aditya Zalewski-Manda

Re: [O] New version which is compatible with emacs 24: New function to view your notes in chronological order

2011-07-26 Thread Marc-Oliver Ihm
Am 26.07.2011 13:55, schrieb Bastien: Hi Marc-Oliver, Marc-Oliver Ihm writes: Unfortunately, org-find-timestamps as posted before was not compatible with emacs 24. (More precise, it hat problems with the read-only property, that emacs 24 applies to text within the occur-buffer) The version b

Re: [O] bulk relative time shift (in org file)?

2011-07-26 Thread Memnon Anon
Hi Bastien, Bastien writes: > On an item, `C-c C-s' and `C-c C-d' now allows you to use > "+2d" to say "schedule in 2 days from today" or "++2d" to > say "schedule in 2 days from existing timestamp". > > In agenda, `B s' and `B d' will also understand this and > let you reschedule/redeadline it

Re: [O] References in Latex

2011-07-26 Thread Aditya Mandayam
nope, doesn't work. On Tue, Jul 26, 2011 at 3:11 PM, Christian Moe wrote: > Add space before \cite? > > Yours, > Christian > > On 7/26/11 8:56 PM, Aditya Mandayam wrote: >> >> i see. apologies. >> >> >> ;;

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-07-26 Thread John Hendy
On Tue, Jul 26, 2011 at 2:03 PM, Eric Schulte wrote: >>> First, I use org-mode to keep my recipes. Here is the format I use: >> >> [...] >> >>> and so on. I have some methods to convert units back & forth from >>> metric & narrow a recipe to ingredients only, though I think this is >>> probably no

Re: [O] References in Latex

2011-07-26 Thread suvayu ali
On Tue, Jul 26, 2011 at 8:15 PM, Aditya Mandayam wrote: > indeed. here are the files: > I think you forgot the .bib file? -- Suvayu Open source is the future. It sets us free.

Re: [O] References in Latex

2011-07-26 Thread Aditya Mandayam
here you go: @book{barthes1994camera, title={Camera lucida: Reflections on photography}, author={Barthes, R.}, year={1994}, publisher={Hill and Wang} } @book{barthes1978image, title={Image, music, text}, author={Barthes, R. and Heath, S.}, year={1978}, publisher={Hill \& Wang} }

Re: [O] using links/org-capture programmatically

2011-07-26 Thread Sebastien Vauban
Hi Eric, Eric Abrahamsen wrote: > I've got a little sequence I use so often I'd like to automate it, but > am not sure how. Basically it goes: > > 1. In Gnus, store a link to an email message > 2. Call org-capture > 3. Choose a template with a REPLY keyword, that gets stored in a certain > subtre

Re: [O] Org-Mode Homepage error

2011-07-26 Thread Sebastien Vauban
Hi Achim and Bastien, Achim Gratz wrote: > Bastien writes: >> I fail to understand why an additional >> should break Sebastian's tool. >> > > For starters, the title now resides in the preamble, but the script > looks for it in content. Good catch! FYI, the title has always been in the preamb

[O] Habits not showing in agenda and no progress graph

2011-07-26 Thread John Hendy
I'm attempting to implement habits for a couple of routine things I should do at work on a regular basis. I've been following the manual to set this up: ,- | 1. You have enabled the habits module by customizing the variable org-modules. CHECK | 2. The habit is a TODO item, with a TODO keyword

[O] [PATCH] org-odt: Include mimetype in the exported odt file

2011-07-26 Thread Jambunathan K
>From 3530d2b3bd5b903e9b568a6412573faa79862d36 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Wed, 27 Jul 2011 02:50:48 +0530 Subject: [PATCH] org-odt: Include mimetype in the exported odt file * contrib/lisp/org-odt.el (org-export-odt-save-list): Add the file "mimetype". (org-odt-init-outfil

Re: [O] References in Latex

2011-07-26 Thread suvayu ali
Hello Aditya, I had some start-up problems as I don't use xelatex or fool around with fonts[1] much. But after I got around those, I think the problem is with rubber. It doesn't run bibtex at all (or at least not properly). I could successfully build a pdf by calling xelatex and bibex explicitly.

[O] howto paste html table in org-mode

2011-07-26 Thread OSiUX
How to paste (and convert automatically) html table in org-table? -- :: Osiris Alejandro Gomez (OSiUX) os...@osiux.com.ar AA70 93FD B6EF EB42 6920 7530 A799 B226 74C8 A3FE http://osiux.com http://wiki.buenosaireslibre.org

Re: [O] howto paste html table in org-mode

2011-07-26 Thread Puneeth Chaganti
On Wed, Jul 27, 2011 at 3:20 AM, OSiUX wrote: > How to paste (and convert automatically) html table in org-table? There was a discussion [1], very recently, on converting a html doc to an org file. It should help. HTH, Puneeth [1] - http://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg012

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
At Tue, 26 Jul 2011 13:48:30 +0200, Bastien wrote: > > > +;; list and then filtered and sorted according to OPTIONS > > +;;- The first sibling on the list is changed into KEYWORD state > > +;;- The sibling also gets the same TRIGGER property > > +;; "chain-siblings-scheduled", so

[O] Problems with org-agenda-sort-strategy and todo-state

2011-07-26 Thread John Hendy
I'm setting up an agenda block view via help from norang.ca, the manual, and worg on the matters and have come up with something like so: -- (setq org-agenda-custom-commands '(("w" "Agenda" ((agenda "" ((org-agenda-ndays 7))) (todo "next" ((org-agenda-over

[O] Odd behavior with first org file opened

2011-07-26 Thread Rafael
Hi! My Emacs version is GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.21.6) of 2010-09-01 on rhenium, modified by Debian (from Ubuntu 11.04) and my org-version is recent: Org-mode version 7.6 (release_7.6.146.g6b389.dirty) If I run: emacs -Q -L ~/Dropbox/emacs/site-lisp/org-mode/lisp

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
Amended patch attached, changes: - use (eval-when-compile) with require 'cl - changed include-done to todo-and-done-only - Added defcustom org-depend-find-next-options for default options which are now: from-current,todo-only,priority-up - cleaned up documentation Also attached is updated tes

[O] How to make a tag-todo search within a time range

2011-07-26 Thread etimecowboy
Hi everyone, Need some help with the searching in the Agenda View. For example, I want to search the scheduled TODO items with the "work" tag in the past 3 days. I thought the searching string was: "+work+SCHEDULED<\"\"+SCHEDULED>=\"\"", but failed to get the right output. Anyone could help?

Re: [O] Any work on Java ME?

2011-07-26 Thread XeCycle
Tassilo Horn writes: [...] > To my best knowledge, Andoid does not support Java ME. It uses a > flavour of Java, but not ME. Sorry for this... > From wikipedia: > > Android > === > > The Android open-source software stack consists of Java applications > running on a Java-based, o

[O] Too liberal stripping of commas in export? commit 20044297 "strip protective commas from literal code blocks"

2011-07-26 Thread Hsiu-Khuern Tang
Hi, Eric Schulte's commit 20044297 introduced a change whereby the code block in this Org file = * test #+begin_src r a <- c(1 , 2 , 3) #+end_src = is exported into this LaTeX fragment: = \begin{minted}[]

Re: [O] using links/org-capture programmatically

2011-07-26 Thread Eric Abrahamsen
On Tue, Jul 26 2011, Christian Moe wrote: > On 7/26/11 8:20 PM, Eric Abrahamsen wrote: >> I've got a little sequence I use so often I'd like to automate it, but >> am not sure how. Basically it goes: >> >> 1. In Gnus, store a link to an email message >> 2. Call org-capture >> 3. Choose a template

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-07-26 Thread Eric Abrahamsen
On Tue, Jul 26 2011, Eric Schulte wrote: >>> First, I use org-mode to keep my recipes. Here is the format I use: >> >> [...] >> >>> and so on. I have some methods to convert units back & forth from >>> metric & narrow a recipe to ingredients only, though I think this is >>> probably not really use

[O] Correction for org-archive-location documentation?

2011-07-26 Thread John Hendy
Setting up archive for the first time. The guiding text in =M-x customize variable org-archive-location= says: ,- |"~/org/archive.org::From %s" | Archive in file ~/org/archive.org (absolute path), under headlines | "From FILENAME" where file name is the current file name. `

Re: [O] Using org-mode for recipes (i.e. cooking)

2011-07-26 Thread Erik Hetzner
At Tue, 26 Jul 2011 14:57:31 -0500, John Hendy wrote: > > On Tue, Jul 26, 2011 at 2:03 PM, Eric Schulte wrote: > > […] > > I wouldn't mind seeing this, either. I've looked for a while at trying > to input my wife's recipes into something for her that would be > printable/exportable into perhaps

Re: [O] Habits not showing in agenda and no progress graph

2011-07-26 Thread Michael Brand
Hi John - State logging is working ok as seen from the LOGBOOK. - A habit task is simply not shown before the SCHEDULED date. Try this task state to get an impression of the graph (change TODO and DONE keywords to reflect your setup): #+begin_src org ,* TODO note down month's accomplishm

[O] [PATCH] org-odt: Emit OD compatible date string in the default case

2011-07-26 Thread Jambunathan K
>From 263ede1b312bb9330281e179b6d767c07cfbf12f Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Wed, 27 Jul 2011 11:27:23 +0530 Subject: [PATCH 2/2] org-odt: Emit OD compatible date string in the default case * contrib/lisp/org-odt.el (org-odt-format-date): New (org-odt-update-meta-file): Use t

Re: [O] Habits not showing in agenda and no progress graph

2011-07-26 Thread John Hendy
On Wed, Jul 27, 2011 at 12:32 AM, Michael Brand wrote: > Hi John > > - State logging is working ok as seen from the LOGBOOK. Good to know. > - A habit task is simply not shown before the SCHEDULED date. Try this >  task state to get an impression of the graph (change TODO and DONE >  keywords to