Re: [Orgmode] Problem with publishing to html

2010-10-30 Thread Nick Dokos
Noorul Islam noo...@noorul.com wrote: On Sat, Oct 30, 2010 at 4:23 AM, marksc...@gmail.com wrote: I updated to 7.02 today and now am unable to publish a project to html.  This is the error reported in *Messages* Publishing file /home/mark/teach/10fall/metaphysics/notes/index.org using

[Orgmode] options for non-breaking space

2010-10-30 Thread sebastien-listes
Hi, I'm recent user of orgmode and I must say I'm quite impressed. As a French typesetter, using orgmode as a source format to provide both pdf and html output to the books I'm asked to typeset might be the begining of the solution I'm looking for to satisfy people who want to provide ebooks to

[Orgmode] options for non-breaking space

2010-10-30 Thread Sébastien Mengin
Hi, I'm recent user of orgmode and I must say I'm quite impressed. As a French typesetter, using orgmode as a source format to provide both pdf and html output to the books I'm asked to typeset might be the begining of the solution I'm looking for to satisfy people who want to provide ebooks to

[Orgmode] [BABEL] Two minor issues

2010-10-30 Thread Jambunathan K
1. Improper fontification of Babel blocks With babel native fontification on, I see that the commented elisp code down below is not fontified. The problem persists if I kill the buffer and find it again. #+begin_src emacs-lisp ;; (message Hello World) #+end_src 2. C-c C-v C-M-h

[Orgmode] [BABEL] C-v C-v M-x?

2010-10-30 Thread Jambunathan K
Is there a C-c C-v M-x? Can this be made available. I will find it useful. Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [BABEL] Reverse inheritance of active region?

2010-10-30 Thread Jambunathan K
I am trying to mark a xml sexp (for later copying) as below 1. C-SPC 2. C-c C-v C-x C-M-n I would like the sexp to be offered as a marked region in the Org-mode buffer. Note that In (2) the cursor moves as expected. May be point and mark should round-trip? #+begin_src xml text:h

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-30 Thread Marvin Doyley
On Thu, Oct 28, 2010 at 8:23 PM, Matt Lundin m...@imapmail.org wrote: Marvin Doyley marvin...@gmail.com writes: Org mode is now a part of my daily work-flow, not only do I use it for teaching, scheduling my time, but I also use it to store my research notes. The only snag is several of my

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-30 Thread Marvin Doyley
tex4ht is awesome, it even does a good job with equations. My new workflow is org - tex - html (via tex4ht) - doc or docx (textutil) thanks everybody cheers M On Thu, Oct 28, 2010 at 8:23 PM, Matt Lundin m...@imapmail.org wrote: Marvin Doyley marvin...@gmail.com writes: Org mode is now a

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-30 Thread Jambunathan K
Hello Marvin, There is now an FAQ on converting to odt/rtf/doc, since there have been several threads on this question recently: http://orgmode.org/worg/org-faq.php#convert-to-open-office The FAQ is based largely on the helpful discussion of this issue late last month:

Re: [Orgmode] Git pull has merge conflict

2010-10-30 Thread Greg Troxel
Noorul Islam noo...@noorul.com writes: I am not sure why this conflict is arising even after resetting to head and then doing a pull $ noo...@sajida:~/emacs/org-mode$ git reset --hard HEAD is now at ba6b6f3 Merge branch 'master' of git://repo.or.cz/org-mode $

Re: [Orgmode] Git pull has merge conflict

2010-10-30 Thread Noorul Islam
On Sat, Oct 30, 2010 at 7:02 PM, Greg Troxel g...@ir.bbn.com wrote: Noorul Islam noo...@noorul.com writes: I am not sure why this conflict is arising even after resetting to head and then doing a pull $ noo...@sajida:~/emacs/org-mode$ git reset --hard HEAD is now at ba6b6f3 Merge branch

Re: [Orgmode] Git pull has merge conflict

2010-10-30 Thread Noorul Islam
On Sat, Oct 30, 2010 at 7:02 PM, Greg Troxel g...@ir.bbn.com wrote: Noorul Islam noo...@noorul.com writes: I am not sure why this conflict is arising even after resetting to head and then doing a pull $ noo...@sajida:~/emacs/org-mode$ git reset --hard HEAD is now at ba6b6f3 Merge branch

[Orgmode] COMMENTed Radio Targets: Any comments?

2010-10-30 Thread Jambunathan K
I am noticing Some inconsistencies with commented out 'Radioed Targets'. Example is down below. Comments are welcome ... In the generated HTML, 1. The section titled 'Radioed Target' is not exported because it is commented out. 2. References to 'Radioed Target' still get exported as link. It

Re: [Orgmode] options for non-breaking space

2010-10-30 Thread Jeff Horn
The following question occured to me: how can I have a non-breaking space before ; : ! ? and betweend « and », but only for the HTML export? (the LaTeX French package manages spaces for these signs automatically, inserting not only a non-breaking space but a thinner non-breaking space, which

Re: [Orgmode] Problem with publishing to html

2010-10-30 Thread Mark Scala
On Sat, Oct 30, 2010 at 1:25 AM, Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam noo...@noorul.com wrote: On Sat, Oct 30, 2010 at 4:23 AM, marksc...@gmail.com wrote: I updated to 7.02 today and now am unable to publish a project to html. This is the error reported in *Messages*

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-30 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Hi Rainer, hi Bernt, On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: #+BEGIN: clocktable :maxlevel 0 :scope (file1.org file2) :timestamp t :tstart 2010-05-01 Sa 00:00 :tend 2010-07-31 Sa 23:55 Clock summary at [2010-07-22 Do 09:11]

[Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
I'm trying to come up with a sexp diary entry that shows my payday, which is the last weekday of the month, in my Org agenda. I've tried to adapt the example given in the Emacs manual and this is what I came up with: %%(let ((month (car date)) (day (cadr date)) (dayname

Re: [Orgmode] options for non-breaking space

2010-10-30 Thread Sébastien Mengin
Le sam. 30/10/10 (10:18:02 -0400), Jeff Horn a écrit : The following question occured to me: how can I have a non-breaking space before ; : ! ? and betweend « and », but only for the HTML export? (the LaTeX French package manages spaces for these signs automatically, inserting not only a

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-30 Thread suvayu ali
Hi Jambunathan On 29 October 2010 03:17, Jambunathan K kjambunat...@gmail.com wrote: wish there was a way to say this: - do bisection on the revisions where org-latex.el changed (as opposed   to revisions where HEAD moved) The candidate commits then would have reduced to 30 odd commits

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Nick Dokos
Chris Maier christopher.ma...@gmail.com wrote: I'm trying to come up with a sexp diary entry that shows my payday, which is the last weekday of the month, in my Org agenda. I've tried to adapt the example given in the Emacs manual and this is what I came up with: %%(let ((month (car

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-10-30 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: alright, thanks for sticking with this. You are definitely now using the latest code. I believe the newest version of the ob-calc-eval function should work -- at the very least it should give a nicer error message. Could you please require update

[Orgmode] [babel] ob-octave requires octave 3.2 or extra package

2010-10-30 Thread Eric S Fraga
Hello, Just a comment on requirements: ob-octave assumes the presence of the =dlmwrite= function. This is available as standard with octave 3.2 but requires an extra package (=octave-io=) if you have an older version (3.0.x). All of this is for Debian systems; I cannot speak about others of

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
Where do the functions 'calendar-extract-day', 'calendar-extract-month', 'calendar-extract-year', and 'calendar-last-day-of-the-month' come from? I was looking for something like those when I wrote my initial implementation, but I don't seem to have them (hence the ugliness of the code!) I'm

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
Never mind... I think I had something messed up in my initialization file; they're showing up now. Chris On Sat, Oct 30, 2010 at 8:03 PM, Chris Maier christopher.ma...@gmail.com wrote: Where do the functions 'calendar-extract-day', 'calendar-extract-month', 'calendar-extract-year', and