Hi Rasmus, thanks for this.
Unfortunately, it turns out, all of these are already in org-html-
entities.
But Org does not have a secure way to detect which of these macros
require
math mode and which not.
So here is a request for a volunteer. Go through the list below
and mark all macros ac
Fixed, thanks.
- Carsten
On Jan 29, 2010, at 9:52 PM, Ryan Thompson wrote:
Title says it all. In recent versions of Org, doing org-cycle at the
end of an empty headline will cycle that headline through different
levels, if the appropriate variable is non-nil. However, the
docstring does n
Hi Vagn,
you are saying that this used to work out of the box and no longer does?
Could you please git bisect to identify the offending commit?
Thanks.
- Carsten
On Jan 31, 2010, at 10:47 AM, Vagn Johansen wrote:
Some time ago I could export to an ics file via C-c C-e i, store the
file on a
On Jan 30, 2010, at 8:21 AM, Chao Lu wrote:
Dear all,
I was trying to disable the localtoc in org file, using
#+INFOJS_OPT: localtoc:nil
---
But it doesn't work, does anyone have some idea?
Yes, read the manual more carefully :-) It is ltoc, not localtoc.
HTH
On Jan 31, 2010, at 5:00 PM, zwz wrote:
I use org-remember for my contact records.
This is a template in org-remember-templates
("Contact" ?c "* %^{Name} \n%[~/.contact]\n" "contact.org" "Contacts")
the content of the file "~/.contact":
:PROPERTIES:
:Mobile: %^{mobile}
:Email:
:Added: %u
:END
The problem could be solved by removing the example code snippet suggested
in the manual (Page 104 for 6.34c) from .emacs which is
(setq org-agenda-exporter-setting)
'((ps-number-of-columns 2)
(ps-landscape-mode t)
(org-agenda-add-entry-text-maxlines 5)))
Export to txt and html wor
Dear all,
As I'm trying to adjust the setting of info.js, I found when I set the view
to be overview, it does not behave like what I expected. I just want the
headlines to be shown, but by default, Org seems expand the content of the
first section as well. So how could I modify this stuff?
Thanks
manonf...@lavabit.com writes:
> Hello,
>
> this org-mode is fantastic but I experienced a little problem.
>
> When trying to export the agenda with C-x C-w filename, emacs hangs and
> causes high cpu load with all file types (txt,html,pdf). No file is
> created.
> This also happened with 6.33f.
I
Hey Eric,
Thanks for the tip, it works well here!
Yet another further question, is it possible to assign the directory where
the picture should be exported to? For it is kind of messy if all the
figures goes to the root directory.
Thanks a lot for your help,
Chao
On Sat, Jan 30, 2010 at 7:46 P
Vanilla emacs now has shift selection (as of version 23?), so try
disabling shift select in CUA and enabling the standard shift select.
M-x customize-variable shift-select-mode
On Sun, Jan 31, 2010 at 2:36 PM, Ivan Vanyushkin wrote:
> Hello.
>
> I want to use C-x/C-c/C-v and Shift-arrows selecti
Hello.
I want to use C-x/C-c/C-v and Shift-arrows selection with org-mode.
GNU Emacs 23.1.50.1, org-mode 6.34, .emacs:
(cua-mode 1)
(setq org-support-shift-select t)
If this two options are on, then Shift key selection with arrow keys
doesn't work: no selection, just cursor movements. Accordin
On Sun, 31 Jan 2010 18:03:32 +0100, Carsten Dominik wrote:
> I guess that means we don't have to look into asciimathml?
I guess MathML based solutions should be indeed put into
lower priority, since it is not widely supported by major
browsers.
The formulae rendered by JsMath is really impressiv
This may sound off-beat but I have several org files I am using
in putting together a set of notes for teaching. Each file is for
a different class session. Each file has several top-level headings
with sub-headings under it.
This works fine for exporting each session's notes (my teaching notes
Hello,
this org-mode is fantastic but I experienced a little problem.
When trying to export the agenda with C-x C-w filename, emacs hangs and
causes high cpu load with all file types (txt,html,pdf). No file is
created.
This also happened with 6.33f.
The org-file is very simple, one heading with
That fixed it. Thanks!
Luke
On Thu, Jan 28, 2010 at 11:32 AM, Carsten Dominik wrote:
> Hi Luke,
>
> thanks for the bisect, that was useful.
>
> Could you please try if the following patch does reliably fix this problem?
>
> Thanks!!
>
> - Carsten
>
> diff --git a/lisp/org-habit.el b/lisp/org-h
If your scope is latex only, add
#+LaTeX_HEADER: \usepackage{listings}
and in the body of the document use
#+LaTeX: \lstinputlisting{codefile.py}
Pierre
Le 31 janv. 10 à 11:40, Michael Bernhard Arp Sørensen a écrit :
Hi all.
How do I make sure that latex package "listings" is used and how do
The variable is org-cycle-level-after-item/entry-creation.
On Sun, Jan 31, 2010 at 12:54 AM, Noorul Islam wrote:
> Ryan Thompson writes:
>
>> Title says it all. In recent versions of Org, doing org-cycle at the end of
>> an empty headline will cycle that headline through different levels, if the
On Jan 31, 2010, at 11:26 AM, Martin Stemplinger wrote:
Hi all,
I use org-mode as a my "getting things done" implementation with
TODO keywords to denote the context in which an action is possible.
Also I use remember to capture new ideas which I refile later.
Now my question is if it is
On Jan 31, 2010, at 5:31 PM, Xiao-Yong Jin wrote:
On Fri, 29 Jan 2010 11:47:48 +0100, Darlan Cavalcante Moreira wrote:
A good alternative for creating web pages with math is using jsMath
[1]. It uses
java script to replace latex notation with symbols in some fonts
provided by
it. It works
I have applied this patch, thanks.
- Carsten
On Jan 31, 2010, at 5:46 PM, Luke Amdor wrote:
That fixed it. Thanks!
Luke
On Thu, Jan 28, 2010 at 11:32 AM, Carsten Dominik > wrote:
Hi Luke,
thanks for the bisect, that was useful.
Could you please try if the following patch does reliably fi
On Fri, 29 Jan 2010 11:47:48 +0100, Darlan Cavalcante Moreira wrote:
> A good alternative for creating web pages with math is using jsMath [1]. It
> uses
> java script to replace latex notation with symbols in some fonts provided by
> it. It works really well after everything is setup and does no
I use org-remember for my contact records.
This is a template in org-remember-templates
("Contact" ?c "* %^{Name} \n%[~/.contact]\n" "contact.org" "Contacts")
the content of the file "~/.contact":
:PROPERTIES:
:Mobile: %^{mobile}
:Email:
:Added: %u
:END:
I found that the prompt "%^{mobile}" work
On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote:
Greetings.
Could you please consider publishing the "News" form the org-mode web
page as an RSS or Atom feed?
I don't know how to do this, so no.
Unless someone can do this for me, in a simple way.
- Carsten
___
Greetings.
Could you please consider publishing the "News" form the org-mode web
page as an RSS or Atom feed?
--
Miłego dnia,
Łukasz Stelmach
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
ht
I have my keys bound in unconventional places. I was wondering if I would
get any problems changing the following in the source code
;; (define-key org-mode-map "\C-k" 'org-kill-line)
(define-key org-mode-map [remap kill-line] 'org-kill-line)
___
Emac
Hi all.
How do I make sure that latex package "listings" is used and how do I use it
to show the content of a python-file?
I want to include some python code, but it's all ugly when outputtet to PDF
Is there a better way to show source code in org? At the moment I'm
using: #+INCLUDE: "matrix-cit
Hi all,
I use org-mode as a my "getting things done" implementation with TODO
keywords to denote the context in which an action is possible. Also I use
remember to capture new ideas which I refile later.
Now my question is if it is possible during refileng to add or change TODO
keywords? Rig
here is a patch to support remember inside evince.
http://turingmachine.org/~dmg/temp/0001-Added-support-for-xournal-but-docview-linking-needs-.patch
I tried to pass the text selection to remember, but it does not
work (org-protocol://remember://docview:filename::pagenumber::selection).
Looki
I just discovered some entries in google calendar which comes from an
org export to ics that was done half a year ago. They use VEVENT (as
opposed to VTODO).
This works
BEGIN:VEVENT
UID: TS-9164991C-7E1A-4D65-8A44-3674B236A836
DTSTART;VALUE=DATE:20090621
DTEND;VALUE=DATE:20090622
SUMMARY:leg pre
Some time ago I could export to an ics file via C-c C-e i, store the
file on a web server and point google calendar to it. This way I could
easily see my upcoming tasks on my personalized google page
(http://www.google.com/ig) which I use as my browser "home" page.
This does not work anymore (Org
Ryan Thompson writes:
> Title says it all. In recent versions of Org, doing org-cycle at the end of
> an empty headline will cycle that headline through different levels, if the
> appropriate variable is non-nil. However, the docstring does not mention
What is the appropriate variable?
Thank y
>
> My branch of xournal is available at github:
>
> http://github.com/jboecker/xournal
My apologies. I pointed to the wrong branch of xournal, mine is:
http://github.com/dmgerman/xournal
--dmg
___
Emacs-orgmode mailing list
Please use `Reply All' to
Hi everybody,
I am sorry I have been a bit slow to finish the integration of xournal
with remember mode. I think I got it working.
My branch of xournal is available at github:
http://github.com/jboecker/xournal
If the loaded file in xournal is a PDF, the remember link is created to
the .pdf f
33 matches
Mail list logo