Re: [O] Question about HTML export, drawers, and links

2012-10-13 Thread Sebastien Vauban
Hi Thomas, Thomas Moyer wrote: > So what would I need to do to use the "new exporter"? --8<---cut here---start->8--- (require 'org-export) (require 'org-e-ascii) ; if you want (require 'org-e-html) ; if you want ;; LaTeX back-end for Org generic export engi

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [12. Oct. 2012]: > Gregor Zattler writes: > >> I now believe I found a bug in org-read-date. There is a problem >> parsing European dotted dates. In Dates the like DD.MM. or >> DD.MM.YY or DD.MM. `MM' is recognised as year instead of month: >> >> Today is 2012

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Back to square one: Does anybody know How to customise > Emacs/org-mode so that dotted European dates are parsed correctly > at the date/time prompt? Again, dotted European dates are parsed correctly without customization. Would you provide a time string that isn

Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Ingo Lohmar
Hey folks, I am slightly puzzled that there has been no reaction at all to this patch. To me it seems entirely unambiguous, and it fixes a bug (as per the docstring of org-agenda-{later,earlier}). Is there anything I can do to help include this half-line patch in org? I am sorry that I do not us

Re: [O] [PATCH] * org-insert-link: use ido when inserting links

2012-10-13 Thread Nicolas Goaziou
Hello, tony day writes: > And a revised patch for your reviewing pleasure :) Ok. I have applied it and added you to the list of contributors. Thank you again for the patch. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > I just fixed an oversight (I suppose) in org-agenda.el. When > org-current-agenda-span is a number of days (my standard agenda > shows 2 days), org-agenda-later does not respect the argument. > In particular that means pressing "b" goes forward instead of > backward

Re: [O] Question about HTML export, drawers, and links

2012-10-13 Thread Nick Dokos
Sebastien Vauban wrote: > Hi Thomas, > > Thomas Moyer wrote: > > So what would I need to do to use the "new exporter"? > > (require 'org-export) > IIUC, this is not needed any longer: each specific exporter below does a require on it. Nick > (require 'org-e-ascii) ; if you want > > (requir

[O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Can I use the bib file path using tilde (~) when doing latex export ? for example, Why can not I use \bibliography{~/Bib/RefAbv} ? where my bibliography file name is RefAbv.bib It gives error : undefined citation I do not want to use \bibliography{/home/USERNAME/Bib/RefAbv} I use dropbox. S

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > Hi, > > Can I use the bib file path using tilde (~) when doing latex export ? > > for example, Why can not I use \bibliography{~/Bib/RefAbv} ? > where my bibliography file name is RefAbv.bib > It gives error : undefined citation > > I do not want to use \bi

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, Thank you for the reply. I have put the following in my .bashrc file export BIBINPUTS=".:$HOME/bib:" export BSTINPUTS=".:$HOME/bst:" export TEXINPUTS=".:$HOME/bib:" where bib and bst are my two folders whose actual path are /home/USERNAME/bib for example. But it is still not working. Tha

Re: [O] Remembrance Agent and Orgmode

2012-10-13 Thread Alan Schmitt
Benjamin Slade writes: > So do you have it working now? I don't run Macs, so I didn't have > anything to suggest earlier. Yes, it's working now. > That sounds like something which should > be documented somewhere (i.e. which now someone should document). Yes, probably. I don't know where, thou

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Thomas S. Dye
Aloha Benjamin, I don't know if your supposition will work. However, org-pretty-entities can be customized, or you can put (setq org-pretty-entities t) in your .emacs. I prefer to do this on a per-file basis with: #+startup: entitiespretty hth, Tom Benjamin Slade writes: > Thanks. > > I supp

Re: [O] fontifying superscript/subscript

2012-10-13 Thread Benjamin Slade
It seemed to work, but (setq org-pretty-entities t) is probably cleaner, so I switched to that. thanks, --Ben On Sat, 13 Oct 2012, Thomas S. Dye wrote: > Aloha Benjamin, > > I don't know if your supposition will work. However, org-pretty-entities > can be customized, or you can put (setq org-p

Re: [O] external process modifying buffers

2012-10-13 Thread Ken Mankoff
Hi Moritz, On Tue, Sep 18, 2012 at 2:28 PM, Moritz Ulrich wrote: > Please note that `global-auto-revert-mode' reverts ALL Emacs buffers > when the underlaying file changes. This isn't just active for the > iCal.org buffer, but for all open buffers. > > If you like this behavior, ok, but if you pr

Re: [O] external process modifying buffers

2012-10-13 Thread Sean O'Halpin
On Sat, Oct 13, 2012 at 5:27 PM, Ken Mankoff wrote: > Can you suggest how to have it as a local file variable when the > command that generates the file over-writes it? I have modified the > code that produces the iCal.org file so the top line now is: > > # -*- coding: utf-8; auto-revert-mode: t;

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, The following link says Emacs doesn't read .bashrc at all http://lists.gnu.org/archive/html/auctex/2006-01/msg00085.html any idea ? My BIBINPUTS is not working. I have put the following in my .bashrc file export BIBINPUTS=".:$HOME/bib:" export BSTINPUTS=".:$HOME/bst:" export TEXINPUTS=".:

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > export BIBINPUTS=".:$HOME/bib:" > export BSTINPUTS=".:$HOME/bst:" > export TEXINPUTS=".:$HOME/bib:" Actually TEXINPUTS variable is for tex sources (classes, packages ..). (not relevant to the current topic) > > where bib and bst are my two folders whose a

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, "The easiest way to update is logout from the computer, login again and start emacs." I did that. Still not working :( - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Sat, Oct 13, 2012 at 11:10 PM, Yagnesh Raghava Yakkala wrote: > The ea

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, org-mode users and developers, * Nicolas Goaziou [13. Oct. 2012]: > Gregor Zattler writes: > >> Back to square one: Does anybody know How to customise >> Emacs/org-mode so that dotted European dates are parsed correctly >> at the date/time prompt? > > Again, dotted European dates ar

[O] BIBINPUT in .bashrc not recognized by Emacs

2012-10-13 Thread Sanjib Sikder
Hi, I was trying to set a location for my bibliography files which can be found by org mode. The following lines in .bashrc does not work with orgmode latex export export TEXINPUTS=".//:$HOME/bibFiles//:$TEXINPUTS" export BSTINPUTS=".//:$HOME/bibFiles//:$BIBINPUTS" export BIBINPUTS=".//:$HOME/bst

Re: [O] Trouble with in-line images and iimage.el

2012-10-13 Thread Joao Brito
John Hendy gmail.com> writes: > I had to track down a bunch of .dlls and copy them into my Emacs bin/ > directory. From there it worked. For the record, I added the following Thanks, John, it worked for me too. It was easier than I thought, I've never noticed I didn't have these libraries.

Re: [O] BIBINPUT in .bashrc not recognized by Emacs

2012-10-13 Thread Myles English
Hi Sanjib, Sanjib Sikder writes: > Hi, > > I was trying to set a location for my bibliography files which can be found > by org mode. The following lines in .bashrc does not work with orgmode > latex export > > export TEXINPUTS=".//:$HOME/bibFiles//:$TEXINPUTS" > export BSTINPUTS=".//:$HOME/bibF

[O] Error reloading Org features

2012-10-13 Thread Thomas S. Dye
Aloha all, Earlier today via make update: Org-mode version 7.9.2 (release_7.9.2-441-gf287ab @ /Users/dk/.emacs.d/src/org-mode/lisp/) Then, reloading Org mode: ... Loading /Users/dk/.emacs.d/src/org-mode/lisp/ob-tangle...done Loading /Users/dk/.emacs.d/src/org-mode/contrib/babel/langs/ob-tcl.el (

[O] possible bug? org-indent-mode breaks org-clock-display

2012-10-13 Thread Not Sure
Hi! I am using Org-mode version 7.9.2 (7.9.2-44-g93f4b7-elpa @ /home/johannes/.emacs.d/elpa/org-20121008/) and have the following problem: After I clocked some work I have done and issue the command org-clock-display, the subtotals are only displayed if the buffer is not currently in org-indent-

[O] Org-sync with redmine

2012-10-13 Thread Tim
I would really like to use org-sync to keep my org file and redmine in sync. Unfortunately , this is completly unusable for me at the moment. I followed the instructions , but it just clears the buffer of any text and doesnt do anything else. There are messages in the *Messages* buffer sayi

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Yagnesh Raghava Yakkala
Hello Sanjib, Sanjib Sikder writes: > Hi, > > "The easiest way to update is logout from the computer, login again and start > emacs." > > I did that. Still not working :( First of all can you confirm your .bashrc setting is working.? in the terminal --8<---cut here---s

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Nick Dokos
Sanjib Sikder wrote: > Hi, > > "The easiest way to update is logout from the computer, login again and start > emacs." > > I did that. Still not working :( > When you have problems like this, you need to take it in small steps. o What shell are you using? Yagnesh's recommendation assumes

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Nick Dokos
Gregor Zattler wrote: > Hi Nicolas, org-mode users and developers, > * Nicolas Goaziou [13. Oct. 2012]: > > Gregor Zattler writes: > > > >> Back to square one: Does anybody know How to customise > >> Emacs/org-mode so that dotted European dates are parsed correctly > >> at the date/time prompt

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Carsten Dominik
On 13 okt. 2012, at 20:45, Gregor Zattler wrote: > Hi Nicolas, org-mode users and developers, > * Nicolas Goaziou [13. Oct. 2012]: >> Gregor Zattler writes: >> >>> Back to square one: Does anybody know How to customise >>> Emacs/org-mode so that dotted European dates are parsed correctly >>> at

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi, > First of all can you confirm your .bashrc setting is working.? > > in the terminal > --8<---cut here---start->8--- > ec

Re: [O] Bib file path relative to home using tilde ~ in Ubuntu

2012-10-13 Thread Sanjib Sikder
Hi Dokos, o What shell are you using? Yagnesh's recommendation assumes > that you are running bash as your shell (presumably on some > Linux/Unix system). Is this assumption correct? > I am a normal Ubuntu (12.04) user, and recently started to use Emacs (Emacs snapshot) and loving it very muc