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
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
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
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
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
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
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
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
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
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
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
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
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
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
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;
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=".:
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
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
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
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
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.
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
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
(
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-
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
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
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
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
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
Hi,
> First of all can you confirm your .bashrc setting is working.?
>
> in the terminal
> --8<---cut here---start->8---
> ec
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
31 matches
Mail list logo