Re: [O] BUG: new exporter fails to export a source code with stars at bol

2012-06-04 Thread Yagnesh Raghava Yakkala
Hello Bastien., Bastien writes: > #+BEGIN_SRC elisp > (message "* one\n** two") > #+END_SRC Yes, I could got around with that. Just wanted file a bug report. BTW old one is exporting it fine. Thanks., -- ఎందరో మహానుభావులు అందరికి వందనములు YYR

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-04 Thread Nick Dokos
Mike Fitzgerald wrote: > To duplicate: > I haven't tried specifically to duplicate your setup but org-capture seems to work fine here. > 1) Run org-capture with C-c c > 2) User is Promoted with the two templates expected  > (copied the templates from the org-mode site) > > 3) Enter j for jour

Re: [O] punch-in card for time tracking

2012-06-04 Thread Mehul Sanghvi
On Mon, Jun 4, 2012 at 10:05 PM, John Hendy wrote: > On Mon, Jun 4, 2012 at 8:40 PM, Mehul Sanghvi wrote: >> What I need to do is the following: >> >>    *  punch-in when I arrive at work >> >>    *  make a notation for one of the following: >> >>            * arrived late >> >>            * work

Re: [O] punch-in card for time tracking

2012-06-04 Thread John Hendy
On Mon, Jun 4, 2012 at 8:40 PM, Mehul Sanghvi wrote: > What I need to do is the following: > >    *  punch-in when I arrive at work > >    *  make a notation for one of the following: > >            * arrived late > >            * working from home > >    *  punch-out when I leave work > >    * be

[O] punch-in card for time tracking

2012-06-04 Thread Mehul Sanghvi
What I need to do is the following: * punch-in when I arrive at work * make a notation for one of the following: * arrived late * working from home * punch-out when I leave work * be able to generate a report (weekly/monthly/quarterly) which shows

[O] Problems exporting Org code blocks in LaTeX

2012-06-04 Thread Sebastien Vauban
Hello, I want to show (in Beamer slides) how to write an Org table. I first need to add Org as a language to the listings settings. Then, I write an Org source block, which is exported to LaTeX... but not fully... The line "#+ATTR_LaTeX: align=rrl" disappears from the exported code! See ECM. -

[O] [PATCH] Re: [babel] Relative path for "dir" header argument

2012-06-04 Thread Hans-Peter Deifel
On Di, Mai 29 2012, Hans-Peter Deifel wrote: > Currently, the 'dir'-argument only understands absolute paths, because > it simply sets default-directory. > > I think it would be quite useful to be able to specify paths relative to > the default-directory of the buffer. What do you think? I tried t

[O] Bug: org-capture Does not take user to any new buffer

2012-06-04 Thread Mike Fitzgerald
To duplicate: 1) Run org-capture with C-c c 2) User is Promoted with the two templates expected (copied the templates from the org-mode site) 3) Enter j for journal 4) Expect switch to new buffer 5) No switch occurs Note that journal.org is open, but I need to switch to it I expected EMACS to sw

Re: [O] LaTeX export for numbered equations

2012-06-04 Thread Bastien
"Sebastien Vauban" writes: > Regarding the new exporter (which I can't test -- I have problems when > activating it, still have to look why with emacs -Q and dichotomic search...), > IIRC Beamer is not supported (yet?). Yes, it is not. -- Bastien

Re: [O] new exporter

2012-06-04 Thread Achim Gratz
Achim Gratz writes: > The way org-export is structured unfortunately produces circular > dependencies due to the dispatcher and that prevents it from being > compiled properly. It appears the reason for this is rather the use of cl macros in the dispatcher code. Depending on where you require org

[O] LaTeX export -- Table with align option

2012-06-04 Thread Sebastien Vauban
Hello, I want to customize a bit the layout of a table, using the =align= parameter as explained on http://orgmode.org/manual/Tables-in-LaTeX-export.html. That works well for the first two common usages (see ECM) but not with @-expressions (see, for example, on https://en.wikibooks.org/wiki/LaTeX

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: > >> (progn (debug) (message "non-existent agenda file %s. [R]emove from list = >> or [A]bort?" (abbreviate-file-name file)) (let ((r (downcase (read-char-exc= >> lusive (cond ((equal r 114) (org-remove-file file) (throw (quote nextfi= >>

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Nick Dokos
Sebastien Vauban wrote: > (progn (debug) (message "non-existent agenda file %s. [R]emove from list = > or [A]bort?" (abbreviate-file-name file)) (let ((r (downcase (read-char-exc= > lusive (cond ((equal r 114) (org-remove-file file) (throw (quote nextfi= > le) t)) (t (error "Abort") >

Re: [O] [GSoC] org-merge-driver weekly update

2012-06-04 Thread Robert Horn
Another area that would be nice to address is taking advantage of the information in date-trees so assist with merging. This is similar to the logic around keeping headlines in order. With date trees there is a date and sometimes time tag to help. In addition to the occurrence order, there is al

[O] Exporting to PDF using Windows Emacs and Cygwin TexLive

2012-06-04 Thread Alexander Vorobiev
Hi, I am trying to use Cygwin's TexLive for PDF generation. The problem is that it does not seem to understand Windows paths: This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011/Cygwin) \write18 enabled. entering extended mode ! I can't find file `c:/alex/prj/test.tex'. Is it possible

Re: [O] Publishing Org to Org?

2012-06-04 Thread François Pinard
suvayu ali writes: > On Mon, Jun 4, 2012 at 3:58 AM, François Pinard > wrote: >> My feeling is that ideally, Org should itself provide a standard Org >> exporter, as generic as it should be. > C-h f org-export-as-org [RET] Wow! Thanks! :-) François

Re: [O] [bug] Remote durations are considered as fractions

2012-06-04 Thread Sebastien Vauban
Hi, May I bump up this thread (and its inlined, older, corollary)? Best regards, Seb "Sebastien Vauban" wrote: > "Sebastien Vauban" wrote: >> Bastien wrote: >>> "Sebastien Vauban" writes: >>> I think this is it... >>> >>> Yes.. but in fact, this is precisely the difference between the `t

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-06-04 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Let's come back to time values: >> >> @2$2=1:23;t >> >> means, for me, that: >> >> - the value 1:23 should be assigned to the cell >> - that value should be formatted as a fraction. >> >> Hence, I'd expect to see `1.38' (and not `0:00'

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: >> "Sebastien Vauban" wrote: >>> These last days, I've observed that, whenever creating a new Org file (to >>> be precise, when saving it), I'm asked: >>> >>> non-existent agenda file ~/file.txt. [R]emove from list or [A]bort? >>> >>> I'm t

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sylvain Rousseau
Hi, i have the same problem. It appears that `org-map-entries' fails if the file does not yet exist. A solution could be to add to `dmj/org-remove-redundant-tags' a `file-exists-p' condition but you will have to save twice to clean the file; another is to patch `org-map-entries' that should succee

Re: [O] LaTeX export for numbered equations

2012-06-04 Thread Carsten Dominik
On 4.6.2012, at 08:14, Nick Dokos wrote: > Sebastien Vauban wrote: > >> Hello, >> >> I'm trying to get numbered equations in Beamer, hence using the >> begin_equation >> block, but the formula is not correctly translated to LaTeX, and I have no >> clue why... >> >> Here an ECM: >> ... >> -

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Nick Dokos
Sebastien Vauban wrote: > Hello, > > Thanks a lot Nick, Fran=C3=A7ois, Bastien... and Carsten who put me on right > tracks... > > "Sebastien Vauban" wrote: > > These last days, I've observed that, whenever creating a new Org file (to= > be > > precise, when saving it), I'm asked: > > > > n

Re: [O] non-existent agenda file ~/file.txt. [R]emove from list or [A]bort?

2012-06-04 Thread Sebastien Vauban
Hello, Thanks a lot Nick, François, Bastien... and Carsten who put me on right tracks... "Sebastien Vauban" wrote: > These last days, I've observed that, whenever creating a new Org file (to be > precise, when saving it), I'm asked: > > non-existent agenda file ~/file.txt. [R]emove from list

Re: [O] LaTeX export for numbered equations

2012-06-04 Thread suvayu ali
Hey Seb, On Mon, Jun 4, 2012 at 9:41 AM, Sebastien Vauban wrote: > Hi Nick, > > Nick Dokos wrote: >> Sebastien Vauban wrote: >> >>> I'm trying to get numbered equations in Beamer, hence using the >>> begin_equation >>> block, but the formula is not correctly translated to LaTeX, and I have no >

Re: [O] Organizing a collection of papers

2012-06-04 Thread François Allisson
Hi Victor, Le lundi 04 jun 2012 à 00:57:53 (+), Victor Miller a écrit : > I've just started using org-mode, and so far find it quite > useful. I have a very large collection of technical papers in a > directory tree, and I'd like to go through them and index them > through org-mode. What I'd l

Re: [O] Publishing Org to Org?

2012-06-04 Thread suvayu ali
On Mon, Jun 4, 2012 at 3:58 AM, François Pinard wrote: > My feeling is that ideally, Org should itself provide a standard Org > exporter, as generic as it should be. C-h f org-export-as-org [RET] -- Suvayu Open source is the future. It sets us free.

Re: [O] Organizing a collection of papers

2012-06-04 Thread BernardH
Victor Miller gmail.com> writes: > > I've just started using org-mode, and so far find it quite > useful. I have a very large collection of technical papers in a > directory tree, and I'd like to go through them and index them > through org-mode. What I'd like is to have a way of going through >

Re: [O] [GSOC] Bugpile/iOrg weekly update (cont.)

2012-06-04 Thread Thorsten Jolitz
Thorsten Jolitz writes: [ups - wrong keystroke and the unfinished mail was sent] > Hello List, > > following a suggestion from Bastien, I will give a weekly update from > now on about the state of things in my Google Summer of Code 2012 > project "Bugpile/iOrg". > > Just to remind you whats it

Re: [O] Difficulty of using Org mode

2012-06-04 Thread Michael Hannon
Bastien wrote: >Michael Hannon writes: > >> Hi, folks.  Just FYI: >> >> - Forwarded Message - >>>From: Yihui Xie >>>To: Stephen Eglen >>>Cc: ess-h...@r-project.org >>>Sent: Saturday, June 2, 2012 3:08 PM >>>Subject: Re: [ESS] knitr >>> >>>There is no point comparing markdown with org m

Re: [O] LaTeX export for numbered equations

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: > >> I'm trying to get numbered equations in Beamer, hence using the >> begin_equation >> block, but the formula is not correctly translated to LaTeX, and I have no >> clue why... >> >> Here an ECM: >> ... >> - These should be numbered: >>

[O] [GSOC] Bugpile/iOrg weekly update

2012-06-04 Thread Thorsten Jolitz
Hello List, following a suggestion from Bastien, I will give a weekly update from now on about the state of things in my Google Summer of Code 2012 project "Bugpile/iOrg". Just to remind you whats it all about: ,- | Bugpile is a b

Re: [O] LaTeX export for numbered equations

2012-06-04 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban wrote: >> >> I'm trying to get numbered equations in Beamer, hence using the >> begin_equation block, but the formula is not correctly translated to LaTeX, >> and I have no clue why... > > Confirmed (except that I have to comment out hyperref in orde

Re: [O] Talk about Org mode at a small hacker conference (GPN12)

2012-06-04 Thread Bastien
Hi Florian, Florian Adamsky writes: > I will give a talk [fn:1] next weekend about Org mode at a small hacker > conference in Germany: Gulaschprogrammiernacht 2012 [fn:2]. There will > be around 300 people and I hope I can awake enthusiasm for Org mode. My > talk will be recorded and I once I fi