Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Thomas S. Dye
Nick Dokos writes: > Bernt Hansen wrote: > >> Assuming his has local commits buried in his history somewhere Tom can >> 'fix' it by doing >> >> $ git checkout master >> $ git reset --hard origin/master >> $ git cherry-pick >> >> so the new commits are on top of origin/master, and set hi

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Bernt Hansen wrote: > Assuming his has local commits buried in his history somewhere Tom can > 'fix' it by doing > > $ git checkout master > $ git reset --hard origin/master > $ git cherry-pick > > so the new commits are on top of origin/master, and set his master > branch to automatical

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > > From what I gather, Tom is getting additional merge commits every time > he pulls (which accounts for the extras and the different SHA1). I think > I used to have that problem, but I don't any

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Bernt Hansen wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> I can confirm that the formerly broken links in my tables work with > >> Org-mode version 7.5 (release_7.5.596.gea215). > >> > > > > I'm puzzled (and a bit worried about the integrity of my tree): I pulled > > a shor

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Bernt Hansen
Nick Dokos writes: > Thomas S. Dye wrote: > >> I can confirm that the formerly broken links in my tables work with >> Org-mode version 7.5 (release_7.5.596.gea215). >> > > I'm puzzled (and a bit worried about the integrity of my tree): I pulled > a short while ago and ''git describe HEAD'' says

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Thomas S. Dye wrote: > I can confirm that the formerly broken links in my tables work with > Org-mode version 7.5 (release_7.5.596.gea215). > I'm puzzled (and a bit worried about the integrity of my tree): I pulled a short while ago and ''git describe HEAD'' says: baseline-490-gde0fcdf

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Thomas S. Dye
Aloha Nicolas, I can confirm that the formerly broken links in my tables work with Org-mode version 7.5 (release_7.5.596.gea215). All the best, Tom Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha all, >> >> Links in tables have changed recently. >> >> I h

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > > > Aloha all, > > > > Links in tables have changed recently. > > > > I have this link definition: > > > > #+source: define-citep-link > > #+begin_src emacs-lisp :results silent > > (org-add-link-type > > "ci

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > Links in tables have changed recently. > > I have this link definition: > > #+source: define-citep-link > #+begin_src emacs-lisp :results silent > (org-add-link-type > "citep" 'ebib > (lambda (path desc format) >

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nicolas Goaziou
Hello, Bastien writes: > Thanks to both of you for the report. > > Nicolas, would you have time to take care of this today? I'm on it right now. Regards, -- Nicolas Goaziou

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Bastien
Thanks to both of you for the report. Nicolas, would you have time to take care of this today? If so, I can delay 7.6 a bit. Otherwise I will release 7.6 and we can make a 7.6.1 release shortly with such major bugfixes, then push 7.6.1 to Emacs trunk. Best, -- Bastien

Re: [O] Links in tables and LaTeX export

2011-07-04 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > Links in tables have changed recently. > > I have this link definition: > > #+source: define-citep-link > #+begin_src emacs-lisp :results silent > (org-add-link-type > "citep" 'ebib > (lambda (path desc format) >(cond > ((eq

[O] Links in tables and LaTeX export

2011-07-04 Thread Thomas S. Dye
Aloha all, Links in tables have changed recently. I have this link definition: #+source: define-citep-link #+begin_src emacs-lisp :results silent (org-add-link-type "citep" 'ebib (lambda (path desc format) (cond ((eq format 'html) (format "(%s)" path))