of classes for navigation (TOC)
bars, and control over layout, e.g side-by-side locks figures, etc using a
grid-based framework. If the default heading and content classes used by
ox-html could be changed or aliased it should work well with org-mode html
export.
RC
d outline-text-N
classes for headings and contents, respectively. It may be possible to
alias bootstrap classes using a CSS preprocessor.
RC
rom the comprehensive gnus manual.
Thanks,
RC
Hi,
I found the following workaround for what I was trying to do:
#+srcname: test.m
#+begin_src octave
clear variables
x=5.2;
y=3*x;
[sprintf('x=%.1f\n',x),...
sprintf('y=%.1f',y)]
#+end_src
#+results: test.m
| x=5.2 |
|
|---+-+--+--+---|
| | 1 | 5000 | 2000 | 3000 |
| | 2 | 7000 | 1000 | 9000 |
| | 3 | 5000 | 1000 | 13000 |
| | 4 | 5000 | 2000 | 16000 |
#+TBLFM: $5=vsum(@-i$...@0$3)-vsum(@-i$...@0$4)
Thanks,
RC
___
Emacs-orgmode
there a way I can restrict application of the column formula to below the
horizontal line.
Thanks,
RC
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/
-indentation on changing header levels with no
noticeable lag. Very convenient!
RC
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Carsten Dominik gmail.com> writes:
>
>
> On Aug 9, 2009, at 3:05 PM, RC wrote:
>
> > Hi,
> > Following an earlier suggestion on the list:
> > http://thread.gmane.org/gmane.emacs.orgmode/15010/focus=15077
> >
> > I added the following to my .emacs
")
("\\item{%s}" . "\\item*{%s}")))
However, this gives me the error:
Debugger entered--Lisp error: (void-variable org-export-latex-classes)
I am using Emacs 23.1 and org-mode 6.29trans in Windows Vista.
Any suggestions to fix the error are appreciated.
RC
m importing some
files into org-mode and was trying to use the indent-region command.
Thanks again.
RC
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
to turn
it off?
2) If I hit TAB after a blank line following a list, the indentation is such
that the new list (List 3 in the file below) exports as a sublist of the
preceding list. Is there a simple way to mark the end of the list?
Thanks for your help in answering thes questions.
RC
* Heading 1
appreciate any
suggestions to fix the problem.
RC
Debugger entered--Lisp error: (setting-constant nil)
set(nil (keymap "Sun/Moon" (Lunar\ Phases menu-item "Lunar Phases"
calendar-lunar-phases) (Sunrise/sunset\ for\ cursor\ date menu-item
"Sunrise/sunset for cursor date
RC yahoo.com> writes:
>
> Hi,
> I would like to schedule an appointment that repeats weekly (actually to
> repeat Tuesday, Thursday, or Monday, Wednesday, Friday) with a fixed ending
> time and over a fixed range of dates. The following just repeated the
> appointment
Hi,
I would like to schedule an appointment that repeats weekly (actually to repeat
Tuesday, Thursday, or Monday, Wednesday, Friday) with a fixed ending time and
over a fixed range of dates. The following just repeated the appointment for
every day in the date interval:
<2008-08-26 Tue 10:00-11:00
Hi,
I tried using long-lines mode in org-mode 6.06pre01 in Enacs 22 and 23
(emacs-snapshot) on Ubuntu 8.04 (64 bit), by adding to my .emacs file:
(add-hook 'org-mode-hook 'longlines-mode)
However, I am unable to edit tables in org-mode. Hitting TAB causes multiple
rows to collapse into in a singl
15 matches
Mail list logo