Dear Rustom,
I have looked at the NtEd example and, obviously, this is also a very powerful
piece of software. However, I see as a significant drawback that it only works
on one platform and does not have the plain text TeX-ish appeal many on this
list appreciate. But using it as a front-end f
Or am I doing something wrong?
With
#+OPTIONS H:5
paragraphs are not exported if subsubsection is missing.
eg. my orgfile:
* Section
** Sub section
My paragraph starts here...
The paragraph is not exported. The reason I want H:5 is that this is the
simplest way to obtain numbe
I have set the log done time and log done note for my org files using
code:
---
(setq org-log-done 'time)
(setq org-log-done 'note)
---
The log done time and log done note are very useful while I am editing
my org files. But when I publish the projects, I don't want to pub
I have set the log done time and log done note for my org files using
code:
---
(setq org-log-done 'time)
(setq org-log-done 'note)
---
The log done time and log done note are very useful while I am editing
my org files. But when I publish the projects, I don't want to pub
On Oct 3, 2010, at 1:14 PM, Water Lin wrote:
I have set the log done time and log done note for my org files using
code:
---
(setq org-log-done 'time)
(setq org-log-done 'note)
---
The log done time and log done note are very useful while I am editing
my org files. But
On Sun, Oct 3, 2010 at 4:36 PM, Water Lin wrote:
>
> I have set the log done time and log done note for my org files using
> code:
> ---
> (setq org-log-done 'time)
> (setq org-log-done 'note)
> ---
>
> The log done time and log done note are very useful while I am editing
On Sun, Oct 3, 2010 at 5:48 PM, Noorul Islam wrote:
> On Sun, Oct 3, 2010 at 4:36 PM, Water Lin wrote:
>>
>> I have set the log done time and log done note for my org files using
>> code:
>> ---
>> (setq org-log-done 'time)
>> (setq org-log-done 'note)
>> ---
>>
>> The log
Noorul Islam writes:
> On Sun, Oct 3, 2010 at 4:36 PM, Water Lin wrote:
>>
>> I have set the log done time and log done note for my org files using
>> code:
>> ---
>> (setq org-log-done 'time)
>> (setq org-log-done 'note)
>> ---
>>
>> The log done time and log done note a
Hi,
I'm running into a problem with latex export. I have several essays
under a top level heading "Essays". How can I export say only one essay
without the top level heading "Essays" also showing up in the output as
a "Section"? I want the heading of my essay to be displayed as a latex
secti
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d.
Clocking in the currently clocking task was leaving open clock entries
which is incorrect. Updating the modeline is less important than
keeping correct clocking data.
---
This reverts a commit I made back in December. I ran into this
On 3 October 2010 06:31, Indraneel Majumdar wrote:
> Hi,
>
> I'm running into a problem with latex export. I have several essays under a
> top level heading "Essays". How can I export say only one essay without the
> top level heading "Essays" also showing up in the output as a "Section"? I
> wan
Applied, thanks.
- Carsten
On Oct 3, 2010, at 5:21 PM, Bernt Hansen wrote:
This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d.
Clocking in the currently clocking task was leaving open clock entries
which is incorrect. Updating the modeline is less important than
keeping correct clo
On 2010-10-03 20:57, suvayu ali wrote:
On 3 October 2010 06:31, Indraneel Majumdar wrote:
Hi,
I'm running into a problem with latex export. I have several essays under a
top level heading "Essays". How can I export say only one essay without the
top level heading "Essays" also showing up in
On 3 October 2010 08:31, Indraneel Majumdar wrote:
>
> On 2010-10-03 20:57, suvayu ali wrote:
>>
>> On 3 October 2010 06:31, Indraneel Majumdar
>> wrote:
>>>
>>> Hi,
>>>
>>> I'm running into a problem with latex export. I have several essays under
>>> a
>>> top level heading "Essays". How can I
On 2010-10-03 21:12, suvayu ali wrote:
On 3 October 2010 08:31, Indraneel Majumdar wrote:
On 2010-10-03 20:57, suvayu ali wrote:
On 3 October 2010 06:31, Indraneel Majumdar
wrote:
Hi,
I'm running into a problem with latex export. I have several essays under
a
top level heading "Essays"
This is a fixup patch to commit
17c71a40c6d07baae2e9cac606668683ddb3759c. The org-clock-clocking-in
variable needs to be set when we are clocking out - in case the clock
out hook clocks-in again. This fixes a bug that creates dangling
clock entries.
---
lisp/org-clock.el |3 ++-
1 files chan
On 3 October 2010 08:49, Indraneel Majumdar wrote:
>
>
> On 2010-10-03 21:12, suvayu ali wrote:
>>
>> On 3 October 2010 08:31, Indraneel Majumdar
>> wrote:
>>>
>>> On 2010-10-03 20:57, suvayu ali wrote:
On 3 October 2010 06:31, Indraneel Majumdar
wrote:
>
> Hi,
>
I use org and latex export to write logic exercises and tests for my
classes, and I've noticed the following problem. In the following
items, all but the last item export correctly:
P \rightarrow Q
P \vee Q
P \& Q
P \leftrightarrow Q
P \vdash Q
Here is the output for C-c C-e L:
P $\righ
Indraneel Majumdar writes:
> On 2010-10-03 20:57, suvayu ali wrote:
>> On 3 October 2010 06:31, Indraneel Majumdar wrote:
>>> Hi,
>>>
>>> I'm running into a problem with latex export. I have several essays under a
>>> top level heading "Essays". How can I export say only one essay without the
Thanks Matt and Suvayu,
I messed up with my lisp and that was causing the error. So now I have
another problem, how to fix the lisp code...
I'm using a org export hook to make all targets invisible by a regex
replace. This is probably messing up the selection, so what do I do to
not lose th
marksc...@gmail.com writes:
> I use org and latex export to write logic exercises and tests for my
> classes, and I've noticed the following problem. In the following
> items, all but the last item export correctly:
>
>
> P \rightarrow Q
>
> P \vee Q
>
> P \& Q
>
> P \leftrightarrow Q
>
> P \vdas
Right! I found it, I hadn't realized there was a new variable in 6.27
and behavior, and I hadn't noticed the change take effect until now
when I was trying to read a file in the agenda journal mode looking
for specific times.
For future reference, the variable
org-agenda-skip-additional-timestamps
I fixed my lisp. Just to archive the solution, here's my new defun:
(defun regex-replace (regex string)
(point-to-register 'rrr)
(goto-char (point-min))
(while (re-search-forward regex nil t)
(replace-match string))
(jump-to-register 'rrr))
On 2010-10-03 23:01, Indraneel Majumdar w
Aloha all,
I use this patch locally to let the LaTeX url package typeset and
break lines in long path names. Is there a way to make this change
from my .emacs, so I can continue to use the Org-mode master branch
and not my url branch? Or, is there a better way to implement this
without
Hi Bernt,
I am having some problem here with the patches - could you please make
me a new patch against the current master?
Thanks!
- Carsten
On Oct 3, 2010, at 5:52 PM, Bernt Hansen wrote:
This is a fixup patch to commit
17c71a40c6d07baae2e9cac606668683ddb3759c. The org-clock-clocking-i
"Eric Schulte" writes:
> "Eric Schulte" writes:
> To illustrate my suggestions, I've thrown together a couple simple Babel
> tests roughly following this outline, currently up in the
> `schulte-testing' branch of the Org-mode repo.
>
> To try it out
> 1) load the testing/org-test.el file
> 2) run
"Thomas S. Dye" writes:
> Aloha all,
>
> I use this patch locally to let the LaTeX url package typeset and break lines
> in
> long path names. Is there a way to make this change from my .emacs, so I can
> continue to use the Org-mode master branch and not my url branch? Or, is
> there
> a be
Hi Carsten,
Sure - although I think my patch is already against origin/master that
is up to date.
It's available at git://git.norang.ca/org-mode.git fixup-dangling-clock
Let me know if you want the patch reposted to the mailing list.
Regards,
Bernt
Carsten Dominik writes:
> Hi Bernt,
>
> I
This is, if I remember right, a feature. Or at least a known
limitation, a deliberate attempt to respect document structure. Can
you perhaps get what you want by customizing org-export-latex-classes
to start the numbering already on heading level 4? For example one of
it's 'stanzas' looks like t
Greetings
I have recently started using org-mode to generate Beamer presentations for
lecture notes. I always create lecture note printouts for my students using the
beamerarticle package. I like to put additional explanatory material into these
notes that don't show up on the slide show. The w
Neil Hepburn writes:
> Greetings
>
> I have recently started using org-mode to generate Beamer
> presentations for lecture notes. I always create lecture note
> printouts for my students using the beamerarticle package. I like to
> put additional explanatory material into these notes that don't sh
Thanks, but it looks complex. Anyway, my problem is solved. I wrote a
custom hook to strip out all the subsubsections during export. Latex
doesn't care if subsubsections exist or not and neither do I if they
have some unique name like "STRIP" that is easy to regexp. It also takes
care of preve
Hello all,
I'm exporting an org page to xhtml and I'm trying to show an svg file in an
xhtml page the same way that a png file can be shown. So far, my efforts
have only succeeded in getting a link to the svg file on the page.
I can hand input and have it appear (at least in firefox,
opera and c
Hello,
> From: Stefan Vollmar
> Date: Sun, 03 Oct 2010 00:26:39 +0200
> To: emacs org-mode mailing list
> X-Mailer: Apple Mail (2.1081)
> X-detected-operating-system: by eggs.gnu.org: Solaris 9
> Subject: [Orgmode] arranging and publishing music with Org-mode and lilypond
> Sender: emacs-orgmode
Hi,
I've taken the liberty of merging our two testing branches into the new
"combined-testing" branch. This now includes both ert and jump.el as
git submodules, which can be installed with
git submodule init
git submodule update
after checking out the branch. In merging the two org-test.el
Hi Jambunathan,
Jambunathan K writes:
> Hello Eric
>
> "Eric Schulte" writes:
>> Jambunathan K writes:
>>
[...]
>>>
>>> ELPA Server-side setup:
>>>
>>
>> I think we can ignore the server-side setup, since that should be
>> handled by the elpa server at tromney or gnu.org. Is this correct?
>>
Hi Bryan,
I have the following in my config which works for me
(add-to-list 'org-export-html-inline-image-extensions "svg")
Best -- Eric
Bryan Emrys writes:
> Hello all,
>
> I'm exporting an org page to xhtml and I'm trying to show an svg file in an
> xhtml page the same way that a png file
On Sun, Oct 3, 2010 at 8:24 PM, T.F. Torrey wrote:
> Hello,
>
> > From: Stefan Vollmar
> > Date: Sun, 03 Oct 2010 00:26:39 +0200
> > To: emacs org-mode mailing list
> > X-Mailer: Apple Mail (2.1081)
> > X-detected-operating-system: by eggs.gnu.org: Solaris 9
> > Subject: [Orgmode] arranging and
I'm just starting with Babel and have been puzzled about why one file
worked and another didn't.
I have been playing in a new file without any headers at all (no lines
starting with '*') and while I could execute the code in the buffer,
exporting to HTML always failed with:
No such file: c:/or
"Eric Schulte" writes:
> Hi,
>
> I've taken the liberty of merging our two testing branches into the new
> "combined-testing" branch. This now includes both ert and jump.el as
> git submodules, which can be installed with
>
> git submodule init
> git submodule update
>
> after checking out th
On Sep 16, 2010, at 6:22 AM, Matthew Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote:
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to
prevent
disrupting windows and changing point in original buffer.
(org-agenda-set-pro
On Oct 3, 2010, at 11:53 PM, Bernt Hansen wrote:
Hi Carsten,
Sure - although I think my patch is already against origin/master that
is up to date.
It's available at git://git.norang.ca/org-mode.git fixup-dangling-
clock
Ok, this worked without problems. Thanks!
Let me know if you want
43 matches
Mail list logo