Re: [O] HTML Postamble is inside Content DIV

2011-07-05 Thread Pierre de Buyl
Hello, I checked and indeed "content" is working well. Pierre Le 1 juil. 11 à 16:06, Sebastien Vauban a écrit : Hi Pierre, Pierre de Buyl wrote: Le 28 juin 11 à 23:45, Sebastien Vauban a écrit : Here is thus my proposition for a better div-structured HTML. There are only four parts requir

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-05 Thread Frederik
Hi Tom! It looks more cumbersome than it is in practice. You can use C-c C-l to add the link and depending on the length of the link type name, it can be very close to the same number of keystrokes you'd need for \enquote{}. During normal LaTex editing I never type `\enquote{}'. Of course I t

[O] disregard debian squeeze emacs-orgmode problem

2011-07-05 Thread Jude DaShiell
I needed to fix a script on my end and just got it in hand.

Re: [O] org-mode debian squeeze problem

2011-07-05 Thread David Maus
At Tue, 5 Jul 2011 21:13:47 -0400 (EDT), Jude DaShiell wrote: > > a git clone of org-mode in /home/jude prouces > /home/jude/org-mode/org-mode/ and puts content in the fourth level > directory which breaks the Makefile's ability to make all. I don't know > how or why this happens. I cannot reprod

Re: [O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-05 Thread Vinh Nguyen
On Mon, Jul 4, 2011 at 10:40 AM, Vinh Nguyen wrote: > Dear list, > > I'm having trouble setting up org-mobile in emacs for use with > MobileOrg on Android.  I have the following in my init file: > > ;; org-mode OrgMobile > (setq org-directory "~/Documents/Org") ;; my folder is empty > (setq org-mo

[O] not about /usr/local slackware and debian

2011-07-05 Thread Jude DaShiell
On slackware and debian /usr/local is used by some programs sometimes though originally /usr/local directory hierarchy was intended to be a place in which things could be put by the system administrator and be left alone by the system's package updates system. If it was in that folder hierarch

[O] org-mode debian squeeze problem

2011-07-05 Thread Jude DaShiell
a git clone of org-mode in /home/jude prouces /home/jude/org-mode/org-mode/ and puts content in the fourth level directory which breaks the Makefile's ability to make all. I don't know how or why this happens.

[O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-05 Thread Jude DaShiell
diff -c a//Makefile b//Makefile *** a//Makefile 2011-07-05 21:05:08.0 -0400 --- b//Makefile 2011-07-05 21:05:21.0 -0400 *** *** 14,20 EMACS=emacs # Where local software is found ! prefix=/usr/local # Where local lisp files go. lispdir = $(prefix)/sha

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] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-05 Thread Thomas S. Dye
Frederik writes: > Hey Tom! > >> One way to use \enquote in your LaTeX export is described here: >> >> http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-3 >> >> [[latex:enquote][Das ist ein Test]] will export as \enquote{Das ist ein >> Test}. > > Thanks for your hint. But this i

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] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-05 Thread Frederik
Hey Tom! One way to use \enquote in your LaTeX export is described here: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-3 [[latex:enquote][Das ist ein Test]] will export as \enquote{Das ist ein Test}. Thanks for your hint. But this is a rather cumbersome way to quote tex

Re: [O] Org Mode dedicated app on OS X

2011-07-05 Thread Rasmus
How about emacsclient -ca "" --eval "(org-mode)" or just your index.org file: emacsclient -ca "" ~/index.org In Gnome or other fancy DE you'd just create a .desktop file to make an entry in your launcher. I don't know how one does something similar in Macs. –Rasmus -- Sent from my E

Re: [O] bug: footnotes do not export to HTML

2011-07-05 Thread Nicolas Goaziou
Samuel Wales writes: > On 2011-07-05, Nicolas Goaziou wrote: >> As I cannot reproduce this on my test files, I will need an ECM to debug >> this. > > Included. > > The bug occurs in ASCII export also. Thank you ! I have (hopefully) fixed it in master. Regards, -- Nicolas Goaziou

Re: [O] bug: footnotes do not export to HTML

2011-07-05 Thread Samuel Wales
Hi Nicolas, On 2011-07-05, Nicolas Goaziou wrote: > As I cannot reproduce this on my test files, I will need an ECM to debug > this. Included. The bug occurs in ASCII export also. Try exporting with and without tasks (see end of minimal code). Hope it helps. Samuel -- The Kafka Pandemic: h

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

[O] Create a view of just source-code blocks?

2011-07-05 Thread Michael Hannon
Greetings. I'd like to be able to view just the source-code blocks in a Babel file. I.e., I'd like to do something logically equivalent to "tangle", but without creating a separate file, just a view within the current file. Any suggestions? Thanks, -- Mike

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Christopher Allan Webber
Also, cfw:open-org-calendar works, but things seem really slow... it looks like you're recalculating the entire orgmode agenda for every day. I wonder if things could be sped up if the orgmode agenda was calculated for the entire period all at once and then broke that up into days? SAKURAI Masashi

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Christopher Allan Webber
Hi, I'm very excited about this project! However it doesn't seem to work? Calling M-x cfw:open-calendar-buffer results in: let: Symbol's function definition is void: cfw:create-calendar-buffer It seems that this function isn't defined anywhere? I'm running off of git master. SAKURAI Masashi

Re: [O] Org Mode dedicated app on OS X

2011-07-05 Thread Ken Mankoff
Hi Stefan, Thanks for the tips. Most already done. On Tue, 5 Jul 2011, Stefan Vollmar wrote: you could start with an Emacs-typical approach by editing your ~/.emacs-file so that .org-files are automatically opened with org-mode Yes I've followed the initial instructions and love that emacs k

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

[O] Unauthorized quote about odt exporter

2011-07-05 Thread Nick Dokos
Looking over the IRC overnight logs, I saw a post and it brought a smile to my face, so I thought I would share: , | ... | *** jceb (~j...@mail.univention.de) has joined channel #org-mode [02:15] | I love the odt export. Jambunathan is my hero! [02:22] | *** chrisb (~chr...@pool-71-175-247

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Eric S Fraga
SAKURAI Masashi writes: [...] >> > https://github.com/kiwanami/emacs-calfw [...] > > Just yesterday in JST, I released calfw v1.0. This is brilliant! Many thanks for this. Very useful for quick diary planning! I particularly like the different views and, for once, the default colour scheme

Re: [O] Regression bug in tangle/weave

2011-07-05 Thread Eric Schulte
MidLifeXis at PerlMonks writes: > I tested this again over the weekend, and finally understood what you were > saying. > > I put a > > #+resname: blah > : blahcontent > > and then I can use <> to get "blahcontent" replaced without keeping > the newlines. > > Is this "abusing" resname, or is it

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] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-05 Thread Jason F. McBrayer
On Tue, 05 Jul 2011 10:07:19 +0100, Eric S Fraga wrote: Torsten Wagner writes: Hi all, I need to evaluate many small java snippets. I tried to do this in org-mode but so fare it didn't work out. org-babel seems to have no java support ? Not directly but, given the issues with class paths an

Re: [O] Conditional Inclusion

2011-07-05 Thread Russell Adams
I would just use a symlink to the right header. On Tue, Jul 05, 2011 at 11:25:41AM +0200, Rainer M Krug wrote: > On Tue, Jul 5, 2011 at 11:09 AM, Eric S Fraga wrote: > > > Rainer M Krug writes: > > > > > On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm > > wrote: > > > > > >> I'm trying to produce tw

Re: [O] bug: footnotes do not export to HTML

2011-07-05 Thread Giovanni Ridolfi
Nicolas Goaziou writes: > Hello, > > Samuel Wales writes: > >> I find that in recent git org, footnotes do not export to HTML. The >> calls export, but the footnotes do not. > > As I cannot reproduce this on my test files, I will need an ECM to debug > this. could it be an Emacs 22 specific iss

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Kan-Ru Chen
Michael Markert writes: > On 1 Jul 2011, Bastien wrote: > >> PS: there are definitely nice things in Taskwarrior I would love to >> see integrated in Org. Let's continue brainstorming about this. > > I don't know if Taskwarrior features that, but I'd like to see a > time-table like week-view wit

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Niels Giesen
SAKURAI Masashi writes: [...] > Just yesterday in JST, I released calfw v1.0. This is just awesome! [...] > I have not used orgmode so far, so I'm not good at the schedule management in > the orgmode. Comments and patches are welcome. Ok. Here you go: 1. I have just send you a patch off-li

Re: [O] [export] Problem with '-{}-' export ?

2011-07-05 Thread Sébastien Delafond
On 2011-07-05, Bastien wrote: > Thanks for reporting this -- I've just pushed a fix which > doesn't use the dashes themselves as they are in the examples > below the text. Thank you ! > Can you close this bug report on Debian side? I'll do so as soon as I upload to Debian the next release of or

Re: [O] Regression bug in tangle/weave

2011-07-05 Thread MidLifeXis at PerlMonks
I tested this again over the weekend, and finally understood what you were saying. I put a #+resname: blah : blahcontent and then I can use <> to get "blahcontent" replaced without keeping the newlines. Is this "abusing" resname, or is it a proper use of the keyword?  Will this behavior be s

Re: [O] bug: footnotes do not export to HTML

2011-07-05 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > I find that in recent git org, footnotes do not export to HTML. The > calls export, but the footnotes do not. As I cannot reproduce this on my test files, I will need an ECM to debug this. Regards, -- Nicolas Goaziou

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] [export] Problem with '-{}-' export ?

2011-07-05 Thread Bastien
Hi Sébastien, Sébastien Delafond writes: > For the record, this is Debian bug #632158[0]. Thanks for reporting this -- I've just pushed a fix which doesn't use the dashes themselves as they are in the examples below the text. > [0] http://bugs.debian.org/632158 Can you close this bug report o

[O] [export] Problem with '-{}-' export ?

2011-07-05 Thread Sébastien Delafond
Hello, in both the PDF and HTML versions of the manual, in section 8.2.1, you can read: "You can specify a time range by giving start and end times or by giving a start time and a duration (in HH:MM format). Use `-' or `-{}-' as the separator" The correct output should instead mention:

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] patch Makefile - show valid org-mode targets

2011-07-05 Thread Bastien
Hi Jude, I've already applied a similar patch -- see my other email. Thanks! -- Bastien

[O] patch Makefile - show valid org-mode targets

2011-07-05 Thread Jude DaShiell
diff -c ./a//Makefile ./b//Makefile *** ./a//Makefile 2011-07-03 11:06:04.0 -0400 --- ./b//Makefile 2011-07-05 05:22:13.0 -0400 *** *** 513,515 --- 513,530 lisp/org-w3m.elc: lisp/org.el lisp/org-wl.elc: lisp/org.el lisp/org-xoxo.elc:

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-05 Thread Eric S Fraga
Eric S Fraga writes: > Torsten Wagner writes: > >> Hi all, >> >> I need to evaluate many small java snippets. I tried to do this in >> org-mode but so fare it didn't work out. org-babel seems to have no >> java support ? > > Not directly but, given the issues with class paths and naming schemes,

Re: [O] Makefile patch to show targets

2011-07-05 Thread Bastien
Hi Jude, Jude DaShiell writes: > Only in ./b/: 1 > Only in ./b/: 2 > diff -c ./a//Makefile ./b//Makefile > *** ./a//Makefile 2011-07-03 11:06:04.0 -0400 > --- ./b//Makefile 2011-07-04 18:02:29.0 -0400 Thanks for this suggestion -- I applied a similar patch, adding a few

Re: [O] Conditional Inclusion

2011-07-05 Thread Rainer M Krug
On Tue, Jul 5, 2011 at 11:09 AM, Eric S Fraga wrote: > Rainer M Krug writes: > > > On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm > wrote: > > > >> I'm trying to produce two slightly different PDF versions from the > >> same document. > >> > >> I want to be able to conditionally include a few LaTeX

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread Bastien
Hi Masashi's, welcome to the list! SAKURAI Masashi writes: > Just yesterday in JST, I released calfw v1.0. Thanks for this -- I guess you'll find a lot of dedicated testers here. Please use and abuse Org-mode. You'll soon find out that calendar.el is a central piece of Org-mode: it uses it

Re: [O] Conditional Inclusion

2011-07-05 Thread Eric S Fraga
Rainer M Krug writes: > On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm wrote: > >> I'm trying to produce two slightly different PDF versions from the >> same document. >> >> I want to be able to conditionally include a few LaTeX_HEADER lines >> when I publish an Org file. I need to do it in a way I

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-05 Thread Eric S Fraga
Torsten Wagner writes: > Hi all, > > I need to evaluate many small java snippets. I tried to do this in > org-mode but so fare it didn't work out. org-babel seems to have no > java support ? Not directly but, given the issues with class paths and naming schemes, I would suggest that the best rou

Re: [O] [PATCH] org-end-of-meta-data-and-drawers

2011-07-05 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Thanks, but this introduces new problems for me -- the regexp matches on > every line, so it trucks along past both drawers and regular text to the > next heading, and stops there. I think the test for the drawer end is > necessary, which probably means the reg

Re: [O] Calendar-like view of the org-agenda

2011-07-05 Thread SAKURAI Masashi
Michael Markert googlemail.com> writes: > > On 4 Jul 2011, Kan-Ru Chen wrote: > > > Michael Markert googlemail.com> writes: > > : > > I just find this emacs-calfw project today. > > > > https://github.com/kiwanami/emacs-calfw > > > > It looks very interesting and supports org! > > Indeed. Not

Re: [O] Org Mode dedicated app on OS X

2011-07-05 Thread Stefan Vollmar
Dear Ken, you could start with an Emacs-typical approach by editing your ~/.emacs-file so that .org-files are automatically opened with org-mode, also adding any other keyboard shortcuts you find useful, see http://orgmode.org/guide/Activation.html#Activation If you put this line into your .ba

Re: [O] Conditional Inclusion

2011-07-05 Thread Rainer M Krug
On Tue, Jul 5, 2011 at 6:43 AM, Avdi Grimm wrote: > I'm trying to produce two slightly different PDF versions from the > same document. > > I want to be able to conditionally include a few LaTeX_HEADER lines > when I publish an Org file. I need to do it in a way I can control > from the command l

[O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-05 Thread Torsten Wagner
Hi all, I need to evaluate many small java snippets. I tried to do this in org-mode but so fare it didn't work out. org-babel seems to have no java support ? I can put the snippets in #BEGIN_SRC #END_SRC brackets which works nice for archiving and reporting. I can even call them in there own