Noorul Islam wrote:
> On Sat, Oct 30, 2010 at 4:23 AM, 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
> > `org-publish-org-to-html
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 t
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 t
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
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
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
Heading8
#+end_
On Thu, Oct 28, 2010 at 8:23 PM, Matt Lundin wrote:
> Marvin Doyley 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 collaborators is tied to
> >
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 wrote:
> Marvin Doyley writes:
>
> > Org mode is now a part of my daily work-flow, not
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:
>
> http://co
Noorul Islam 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
>
> $ noo...@sajida:~/emacs/org-mode$ git pull
On Sat, Oct 30, 2010 at 7:02 PM, Greg Troxel wrote:
>
> Noorul Islam 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
On Sat, Oct 30, 2010 at 7:02 PM, Greg Troxel wrote:
>
> Noorul Islam 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
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
> 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, wh
On Sat, Oct 30, 2010 at 1:25 AM, Nick Dokos wrote:
> Noorul Islam wrote:
>
> > On Sat, Oct 30, 2010 at 4:23 AM, 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/10fa
Carsten Dominik 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]
>>
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 (calendar-
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 o
Hi Jambunathan
On 29 October 2010 03:17, Jambunathan K 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 rather
> than 851 t
Chris Maier 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 date))
> (day (cadr
"Eric Schulte" 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 again and let me
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 cour
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 runn
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
wrote:
> Where do the functions 'calendar-extract-day',
> 'calendar-extract-month', 'calendar-extract-year', and
> 'calendar-last-day-of-the-month
Evaluating (org-export-string "plain plain *bold* plain" "html")
prompts me (in the minibuffer) with...
File to save in: /tmp/
I can't see any obvious s-exp in the definition of org-export-string
that would be bringing up the prompt. Aside from the prompt, this
function does exactly what I need.
25 matches
Mail list logo