Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-06-05 Thread Eric S Fraga
On Fri, 04 Jun 2010 17:42:59 -0600, "Eric Schulte" wrote: [...] > > The only thing missing is a little sketch tool in Emacs, fast enough > > to be used while taking notes... :-) > > > > I often use ditaa or example blocks with artist mode when I'm taking > notes, but the use of artist mode isn

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-06-05 Thread Carsten Dominik
On Jun 5, 2010, at 11:06 AM, Eric S Fraga wrote: On Fri, 04 Jun 2010 17:42:59 -0600, "Eric Schulte" > wrote: [...] The only thing missing is a little sketch tool in Emacs, fast enough to be used while taking notes... :-) I often use ditaa or example blocks with artist mode when I'm taking

Re[2]: [Orgmode] automatic line wrap

2010-06-05 Thread Ivanov Dmitry
I found the solution: (add-hook 'org-mode-hook (lambda () (toggle-truncate-lines))) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

[Orgmode] For Org-mode on the go?

2010-06-05 Thread Tim O'Callaghan
Just though I'd point out the NanoNote a $99 Linux Palmtop, that should run Emacs. "The 本 version of NanoNote is an ultra small form factor computing device. The device sports a 336 MHz processor, 2GB of flash memory, microSD slot, head phone jack, USB device and 850mAh Li-ion battery. It boots Li

Re: [Orgmode] automatic line wrap

2010-06-05 Thread Michael Brand
On 10-06-05 10:11 , Ivanov Dmitry wrote: I found the solution: (add-hook 'org-mode-hook (lambda () (toggle-truncate-lines))) For the case of org-mode I would recommend this instead: (setq org-startup-truncated nil) ___ Emacs-

Re: [Orgmode] For Org-mode on the go?

2010-06-05 Thread Scot Becker
Looks very cool, especially at the price. But the spacebar. Yikes it's small. At least it has all the meta-keys and TAB, which make it nicer than most other pocket keyboards for running Emacs. Do report. Scot On Sat, Jun 5, 2010 at 11:10 AM, Tim O'Callaghan wrote: > Just though I'd point out

[Orgmode] Re: For Org-mode on the go?

2010-06-05 Thread Matt Lundin
"Tim O'Callaghan" writes: > Just though I'd point out the NanoNote a $99 Linux Palmtop, that > should run Emacs. Out of curiosity, do you know of anyone who has ported Emacs for use on the device? Last I heard, the NanoNote ran OpenWrt, which AFAICT has no Emacs package. >From the wiki: ,

[Orgmode] Re: For Org-mode on the go?

2010-06-05 Thread Detlef Steuer
On Sat, 05 Jun 2010 09:11:51 -0400 Matt Lundin wrote: > "Tim O'Callaghan" writes: > > > Just though I'd point out the NanoNote a $99 Linux Palmtop, that > > should run Emacs. > > Out of curiosity, do you know of anyone who has ported Emacs for use on > the device? Last I heard, the NanoNote ra

Re: [Orgmode] clocktable and :tags

2010-06-05 Thread Kristofer Bergstrom
Unfortunately, the :tags element of clocktable dynamic blocks does not seem to be functioning properly. Identical commands on Sebastian's system worked fine. The problem can be seen below in a test I'm using. Running C-c C-c while on the clocktable line updates the timestamp in the clocktable, b

[Orgmode] Re: clocktable and :tags

2010-06-05 Thread Matt Lundin
Kristofer Bergstrom writes: > Unfortunately, the :tags element of clocktable dynamic blocks does not > seem to be functioning properly. Identical commands on Sebastian's > system worked fine. The problem can be seen below in a test I'm > using. Running C-c C-c while on the clocktable line upda

Re: [Orgmode] Pretty org-entities in org-mode buffers

2010-06-05 Thread Daniel E. Doherty
Eric and Carsten, This is a really swell feature, Mr. Cleaver. Just a reminder to those who might be reading this list, enabling CDLateX and org-pretty-entities make typing greek characters *really* easy. Backquote a (`a) is enough to give you alpha, `b beta, etc. These two features work r

Re: [Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-05 Thread Daniel E. Doherty
Carsten, I pulled the latest git, and it looks like "3/21" and "5/21" work as expected. But when I put in "7/21", a date in the near future, it is interpreting it a "2021-07-21" rather than the "2010-07-21" that one would expect. Regards, ===

[Orgmode] how to upgrade org-mode version?

2010-06-05 Thread Kristofer Bergstrom
I would like to upgrade my version of org-mode (I'm using Emacs23), with the hopes it will solve a problem of the :tags option not being evaluated in clocktable dynamic blocks. According to "M-x org-version", I am currently using 6.21b. Matt pointed me to http://orgmode.org/org-6.36c.tar.gz . Is

[Orgmode] Re: how to upgrade org-mode version?

2010-06-05 Thread Bernt Hansen
Kristofer Bergstrom writes: > I would like to upgrade my version of org-mode (I'm using Emacs23), > with the hopes it will solve a problem of the :tags option not being > evaluated in clocktable dynamic blocks. According to "M-x > org-version", I am currently using 6.21b. Matt pointed me to > h

[Orgmode] day-agenda: show whole-day-events first

2010-06-05 Thread Eraldo Helal
Right now (default), I get time specific entries shown before events that last the whole day. I would however prefer to get whole-day entries(no time) first and time-entries after. org-agenda-sorting-strategy: agenda habit-down time-up priority-down category-keep ,[ result (now) ] | Day-agen

Re: [Orgmode] clocktable and :tags

2010-06-05 Thread Kristofer Bergstrom
Problem solved! After upgrading from 6.21b to 6.36c, the :tags option is now working! Below is what I did to upgrade. Thank you to Sebastian, Matt, Bernt, and sshelagh for help along the way! Kris wget http://orgmode.org/org-6.36c.tar.gz tar xzvf org-6.36c.tar.gz sudo mv org-6.36c /usr/share/e

Re: [Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-05 Thread Carsten Dominik
On Jun 5, 2010, at 7:43 PM, Daniel E. Doherty wrote: Carsten, I pulled the latest git, and it looks like "3/21" and "5/21" work as expected. But when I put in "7/21", a date in the near future, it is interpreting it a "2021-07-21" rather than the "2010-07-21" that one would expect. I

Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-05 Thread Carsten Dominik
On Jun 6, 2010, at 1:13 AM, Eraldo Helal wrote: Right now (default), I get time specific entries shown before events that last the whole day. I would however prefer to get whole-day entries(no time) first and time-entries after. org-agenda-sorting-strategy: agenda habit-down time-up priority-

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-06-05 Thread Carsten Dominik
On Jun 4, 2010, at 2:51 PM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: can someone please summarize what the status of this discussion is? I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is

Re: [Orgmode] Re: how to upgrade org-mode version?

2010-06-05 Thread Scot Becker
See: http://orgmode.org/manual/Installation.html#Installation And if you're not installing globally with 'make install' (I don't) make sure that the org manual gets read by adding /path/to/org/doc to 'Info-default-directory-list like so: (add-to-list 'Info-default-directory-list "/path/to/org