Re: [O] calendar view

2011-12-08 Thread sergio
On 12/08/2011 11:43 AM, Tassilo Horn wrote: >> Am I right, that orgmode doesn't have a calendar view > Only the agenda. I mean, that agenda can't display month as calendar. -- sergio.

Re: [O] No LaTeX preview if non-ASCII chars included

2011-12-08 Thread suvayu ali
Hi Andreas, On Wed, Dec 7, 2011 at 22:29, Andreas Domberg wrote: > Is it possible to link the preview-latex machinery with the export one, or > modify it accordingly? > I have similar issues. I think org just uses the preview machinery for auctex. So asking for a preview just uses the auctex def

Re: [O] calendar view

2011-12-08 Thread Tassilo Horn
sergio writes: Hi! >>> Am I right, that orgmode doesn't have a calendar view >> Only the agenda. > I mean, that agenda can't display month as calendar. If a month calendar is a a big square containing a line for each week which in turn contains little square for the days, then the answer is no.

Re: [O] calendar view

2011-12-08 Thread sergio
On 12/08/2011 01:41 PM, Tassilo Horn wrote: > For the nice visual overview, just go with calfw. Thank you. -- sergio.

Re: [O] [bug] Code blocks (in a LOB) are not ingested anymore

2011-12-08 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: >> Ingesting a LOB file does not load its code blocks anymore -- as if the file >> was empty, or if there were no code blocks at all in it! > > I *do* get a single code block loaded when running your ECM. What values > does the `org-babel-src-name-regexp' variable have

Re: [O] calendar view

2011-12-08 Thread Eric S Fraga
sergio writes: > Hello. > > Am I right, that orgmode doesn't have a calendar view and emacs-calfw is > better for this? If you mean a /graphical/ view of the calendar, then yes, org-mode doesn't have such a view. You can, of course, view the agenda by day, week, month or year (or any period you

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-12-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: >>> using a better default for the face :) >> >> Well, I wouldn't call org-default a better default, but that's fine with >> me. I mean: if org-default is black for the majority of the people, they >> won't even see that you can customize that aspect of the modeline (in

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > Hi Kurt, Almost :-) > On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> >>> https://github.com/punchagan/blog-files >> >> ... I really do like your blog (and found several very interesting >> entries *g*) but I (can not and) do not wa

[O] org-program-exists not working on osx

2011-12-08 Thread Roberto Huelga
Here is a simple patch for the org-clock.el file to make the function org-program-exists work on osx org-clock.el.diff Description: Binary data

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Puneeth Chaganti
On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit wrote: > * Puneeth Chaganti wrote: >> Hi Kurt, > > Almost :-) Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. :-) > >> On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit wrote: >>> * Puneeth Chaganti wrote: https://github

Re: [O] Emacs Prelude

2011-12-08 Thread Kenny Meyer
>    (mapcar (lambda (state) >           (evil-declare-key state org-mode-map >             (kbd "M-l") 'org-metaright >             (kbd "M-h") 'org-metaleft >             (kbd "M-k") 'org-metaup >             (kbd "M-j") 'org-metadown >             (kbd "M-L") 'org-shiftmetaright >             (k

[O] Time tracking with MobileOrg

2011-12-08 Thread Tobias Kniep
A year ago, there has been a discussion on this list about tracking time with MobileOrg (http://article.gmane.org/gmane.emacs.orgmode/31486) but I couldn't find any more recent information. I'm using the Android version of MobileOrg and would really like to do time tracking for my orgmode tasks fro

Re: [O] Batch export to html

2011-12-08 Thread Achim Gratz
Vikas Rawal writes: > I would like to export an org file to html using a batch command. This > is the command I tried. > > emacs --batch --load=$HOME/lisp/org-7.01/lisp/org.el --eval "(setq > org-export-headline-levels 1)" --visit=$HOME/file.org --funcall > org-export-as-html-batch That won't wo

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> Hi Kurt, >> >> Almost :-) > > Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. > :-) *g* No worries. I by myself mix up names all the time. * Puneeth

Re: [O] Time tracking with MobileOrg

2011-12-08 Thread Kenny Meyer
> A year ago, there has been a discussion on this list about tracking time> > with MobileOrg (http://article.gmane.org/gmane.emacs.orgmode/31486) but> I > couldn't find any more recent information. I'm using the Android> version of > MobileOrg and would really like to do time tracking for my> or

[O] Hackish CUA support

2011-12-08 Thread Matthew Fidler
All, I have advised CUA-mode to support shift-selection-mode allowynd org-support-shift-select to work. The code is at: https://github.com/mlf176f2/org-cua-dwim.el/blob/master/org-cua-dwim.el Let me know if it works for you. Reply to me directly if you have comments since I rarely check the or

Re: [O] babel: tblname not being expanded into function/var

2011-12-08 Thread Nathan Neff
On Wed, Dec 7, 2011 at 10:31 AM, Thomas S. Dye wrote: > Hi Nathan, > > I believe #+srcname: is changed to #+name: now.  I don't know if this is > contributing to your problem. Yes indeed!!! Thank you very much. I changed #+srcname: to #+name: below, and this fixed the problem. I checked the or