Re: [Orgmode] enhancement request: include check-boxes in Shift- cycling on lists

2010-02-28 Thread Livin Stephen Sharma
I just tried this and found it to work well enough for my requirements. Thanks for the information [and for the Manual-reference], David. Livin Stephen Sharma On Mar 01, 2010, at 12:59:27 , David Maus wrote: > Livin Stephen Sharma wrote: > >> I think this would be a useful in daily use: to b

Re: [Orgmode] enhancement request: include check-boxes in Shift- cycling on lists

2010-02-28 Thread David Maus
Livin Stephen Sharma wrote: > I think this would be a useful in daily use: to be able to easily > convert a list [whether numbers or bullets] into a list of " - [ ] > foo" check-box items. FWIW, I use regex'es to achieve this for now. Turning plain list items into checkboxes is already possible

[Orgmode] Emacs in a Term and Org

2010-02-28 Thread Richard Riley
More often than not I run emacsclient in rxvt under Tmux (a Screen replacement). As a result (and inconveniently) a lot of common key sequences dont work properly - generally involving shift/control/alt and arrow and function keys. Most of the time it doesn't matter as there is always a work aroun

[Orgmode] enhancement request: include check-boxes in Shift- cycling on lists

2010-02-28 Thread Livin Stephen Sharma
I think this would be a useful in daily use: to be able to easily convert a list [whether numbers or bullets] into a list of " - [ ] foo" check-box items. FWIW, I use regex'es to achieve this for now. Livin Stephen Sharma ___ Emacs-orgmode mailing

[Orgmode] Bug with section numbers due to EXAMPLE block

2010-02-28 Thread Daniel Clemente
Hi, I found an HTML export bug with org-mode 6.34c-140-g44c8 and older. I used: * only one section #+BEGIN_EXAMPLE: We need: ,* pears ,* lettuce ,* watermelons Very important! #+END_EXAMPLE: --

Re: [Orgmode] Re: plotting when x-axis has non-numeric data

2010-02-28 Thread Eric Schulte
Hi Henry, Thanks for bringing up this bug. While for any serious plotting I would certainly recommend using Org-babel over org-plot, org-plot should still function correctly. I've just pushed up a fix to the bug you described, so your previous table should work once again. Thanks -- Eric henry

Re: [Orgmode] Problem with table sums

2010-02-28 Thread Dan Davison
Carsten Dominik writes: > :-) I should have known. These days, babel is the answer to most > questions ... :-) Well, that wasn't the conclusion I meant to be drawn -- I thought the pure org solution was best here! (at least for simple summation) Dan > > - Carste > > On Feb 24, 2010, at 4:40

Re: [Orgmode] [babel] org-babel-load-file can't use properties drawers ?

2010-02-28 Thread Dan Davison
Julien Fantin writes: > I've been using this init file to load my org-mode-contained emacs > configuration  : > > ;;; init.el --- Where all the magic begins > ;; > ;; This file loads both > ;; - Org-mode : http://orgmode.org/ and > ;; - Org-babel: > http://orgmode.org/worg/org-contrib/babel/org

[Orgmode] org-babel-load-file can't use properties drawers ?

2010-02-28 Thread Julien Fantin
I've been using this init file to load my org-mode-contained emacs configuration : ;;; init.el --- Where all the magic begins ;; ;; This file loads both ;; - Org-mode : http://orgmode.org/ and ;; - Org-babel: http://orgmode.org/worg/org-contrib/babel/org-babel.php#library-of-babel ;; ;; It then l

[Orgmode] [wish] pass project plist to preparation and completion function

2010-02-28 Thread David Maus
Urgency: Low A publishing project can define a preparation and a completion function to prepare and finalize the export. Currently both functions that can be supplied in `org-publish-project-alist' are called without any arguments. I'm currently trying to write exporter functions that create an

[Orgmode] [patch] Correction for the manual (chapter 13.1.4)

2010-02-28 Thread David Maus
While wrapping my head around a set of publishing functions to create atom and rss feeds I noticed an incorrect description in the manual. In chapter 13.1.4 in reads: , | :publishing-function | | Function executing the publication of a file. This may also be a list | of functions, which will

[Orgmode] Re: plotting when x-axis has non-numeric data

2010-02-28 Thread henry atting
On Sa, Feb 27 2010, henry atting wrote: > I have a table which I am plotting longly, it looks like this: > > #+PLOT: title:"expenses" ind:1 type:2d with:lines > #+PLOT: set:"yrange [0:]" labels:("month" "expenses" "average") > | month | two |three| > |++-| > | N

Re: [Orgmode] Export latex source blocks as HTML

2010-02-28 Thread Thomas S. Dye
On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Exporting this file to html gives me a source code block for bibtex but not for latex. * Test export #+BEGIN_SRC latex No export with latex #+END_SRC #+BEGIN_SRC bibtex Export OK with bibtex #+END_SRC Doe

[Orgmode] Re: Org-Mode for Nexus One?

2010-02-28 Thread Matt Lundin
Hi Dennis, Dennis Groves writes: > Hello fellow org-mode users and Carsten, > > Since 2008 I have used org-mode to manage my work and life, and likely > in the most rudimentary ways compared to many of you, especially > considering the features of org-mode... > > Recently, I have recently procur

[Orgmode] RE: Org-Mode for Nexus One?

2010-02-28 Thread Dennis Groves
Hello fellow org-mode users and Carsten, Since 2008 I have used org-mode to manage my work and life, and likely in the most rudimentary ways compared to many of you, especially considering the features of org-mode... Recently, I have recently procured a google android nexus-one phone and would lo

[Orgmode] latex export problem in HEAD

2010-02-28 Thread Erik Butz
Hi all, I am getting an error when exporting to latex in the latest version in the repository if checkboxes are included in the document. the error is: ! LaTeX Error: Command \Box not provided in base LaTeX2e. which can then be cured by including \usepackage{latexsym} in the tex document. Is thi

[Orgmode] clock entries export to calendar?

2010-02-28 Thread Ryan E
Hello All, I was wondering if it is possible to configure the Org mode iCalendar export to include CLOCK entries. I'd like my clock entries to show up as appointments in my calendar application (iCal in this case). I can't seem to find a way to do it in the docs or faq. Is this possible with Org m

[Orgmode] Re: default browser - SOLVED

2010-02-28 Thread Richard Riley
Henri-Paul Indiogine writes: > Matt Lundin writes: >>> (setq browse-url-browser-function (quote browse-url-generic)) >>> (setq browse-url-generic-program "firefox") >> >> (setq browse-url-browser-function 'browse-url-firefox) >> (setq browse-url-firefox-new-window-is-tab t) >> >> The second sett