[O] orgmode and pdf

2012-07-24 Thread x . piter
Hi list. I try to make a workflow to mine data from pdfs into org mode. I prefer to read in emacs, since I have fast dictionary lookup in it and many other things. There are two tools I think useful for conversion of pdfs into txt: cuneiform - to extract text, and pdfimages for image extraction. Cu

Re: [O] is there some example for parse org-mode file in emacs lisp script mode ?

2012-07-24 Thread Tongzhu Zhang
cool ! I'll keep an eye on it, thanks ! On Tue, Jul 24, 2012 at 7:55 AM, Suvayu Ali wrote: > On Sun, Jul 22, 2012 at 04:40:45PM +0800, Tongzhu Zhang wrote: > > > > help command_a will display : > > > > some description or params for this command > > > > If you wait a few weeks, Luis Anya's org

Re: [O] orgmode and pdf

2012-07-24 Thread Jambunathan K
x.pi...@gmail.com writes: > Hi list. > I try to make a workflow to mine data from pdfs into org mode. > I prefer to read in emacs, since I have fast dictionary lookup in it and > many other things. > There are two tools I think useful for conversion of pdfs into txt: > cuneiform - to extract text,

Re: [O] [PATCH] fix documentation for org-clock-in-last

2012-07-24 Thread Bastien
Giovanni Ridolfi writes: > this patch updates the key bindings in the manual for  > org-clock-in-last and org-clock-cancel, after commit  > fea1b82befb Applied, thanks. -- Bastien

Re: [O] Patch for x11idle

2012-07-24 Thread Bastien
Nicolas Calderon writes: > From c4856a35a2118efb16d6b8eb674ff9e05fc7f65a Mon Sep 17 00:00:00 2001 > From: Nicolas Calderon Asselin > Date: Wed, 18 Jul 2012 14:19:10 -0400 > Subject: [PATCH 1/2] Made x11idle more robust > > * UTILITIES/x11idle.c (org-clock-idle-time): Added multiple checks to >

Re: [O] Patch for org-clock.el

2012-07-24 Thread Bastien
Hi Nicolas, Nicolas Calderon writes: > From c8979b360749ecd66e298fdbdbc2450668be3a20 Mon Sep 17 00:00:00 2001 > From: Nicolas Calderon Asselin > Date: Wed, 18 Jul 2012 14:58:31 -0400 > Subject: [PATCH 2/2] Added checks to determine which idle time to use > > * lisp/org-clock.el (org-clock-idle-

Re: [O] [PATCH] org version under Windows 7

2012-07-24 Thread Bastien
Achim Gratz writes: > Giovanni Ridolfi writes: >> 1 I downloaded from http://orgmode.org/w/org-mode.git >> the last git snapshot (c75120aa71257604) > > Jason, it would be quite useful if the Git snapshots would include both > org-install.el and org-version.el — is it perhaps possible to

[O] [bug] org-e-beamer misbehaves when case-fold-search is t

2012-07-24 Thread Suvayu Ali
Hi Nicolas, I see that the org-e-beamer fails to use the beamer class when case-fold-search is set to t in custom-set-variables. So the header looks like this: % Created 2012-07-24 Tue 18:20 \documentclass[11pt]{article} instead of % Created 2012-07-24 Tue 18:20 \documentclass[presenta

Re: [O] [bug] org-e-beamer misbehaves when case-fold-search is t

2012-07-24 Thread suvayu ali
On Tue, Jul 24, 2012 at 6:31 PM, Suvayu Ali wrote: > Hi Nicolas, > > I see that the org-e-beamer fails to use the beamer class when > case-fold-search is set to t in custom-set-variables. So the header > looks like this: > > % Created 2012-07-24 Tue 18:20 > \documentclass[11pt]{article} > > in

[O] Missing files in mobileorg-android when syncing using Windows and cygwin

2012-07-24 Thread Mathias Kegelmann
I had the problem that on my Android device only the Agenda View showed up after syncing. Debugging the issue it turned out not to be a problem with mobileorg-android but in the ELisp code: basically no SHAs where computed for the other files, hence they were not included in checksums.dat and for t

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-24 Thread Jeremiah Dodds
AW writes: > Hi, > > I'm writing lots of plain lists (»unordered lists«). But the third > line in one item is no longer indented, *if I customize the TODOs* by > adding something like »#+TODO: TODO INPUT ASK MAYBE | CANCELLED DONE« > . So how can I customize org-mode TODOs and keep the lists work

Re: [O] [bug] org-e-beamer misbehaves when case-fold-search is t

2012-07-24 Thread Nicolas Goaziou
Hello, suvayu ali writes: > On Tue, Jul 24, 2012 at 6:31 PM, Suvayu Ali > wrote: >> Hi Nicolas, >> >> I see that the org-e-beamer fails to use the beamer class when >> case-fold-search is set to t in custom-set-variables. So the header >> looks like this: >> >> % Created 2012-07-24 Tue 18:20

[O] bold font in org-e-beamer export

2012-07-24 Thread Suvayu Ali
Hi Nicolas and others, org-e-beamer exports *bold markup* as \alert{..}. I was wondering if there is a way to export it as the usual \textbf{..}. I would also like to have a convenient markup for \structure{..}, how do I add new markup? It would be okay if I could alter existing markup to be expor

Re: [O] [bug] org-e-beamer misbehaves when case-fold-search is t

2012-07-24 Thread Suvayu Ali
Hi Nicolas, On Tue, Jul 24, 2012 at 11:21:38PM +0200, Nicolas Goaziou wrote: > > I'm not sure to understand. Could you show me an ECM? Also, please > include `org-e-latex-classes' value. > I did some more testing, this only happens with subtree export with org-e-beamer. Try to export the top le