Re: [Orgmode] something odd with org-remember-mode and kill-ring-save

2009-12-16 Thread Carsten Dominik
On Dec 5, 2009, at 3:40 PM, Good Bad wrote: I made a wrapped version of org-remember-kill which saves the remember content to the kill ring and then calls the original org- remember-kill. It works as I expect in most cases but not always. First, the relevant elisp code is: (define-key glo

Re: [Orgmode] Feature request: org-export-format-source-code-or-example and srcname

2009-12-16 Thread Carsten Dominik
Hi Hi, when using the listings LaTeX package, it would be very useful if the value of srcname was added to the output. For instance, #+srcname: my_code_chunk #+begin_src latex :results latex :exports code :tangle no \usepackage{fontspec,xunicode,xltxtra} #+end_src would give: \lstset{languag

Re: [Orgmode] Re: Html and unreadable characters

2009-12-16 Thread Carsten Dominik
On Dec 1, 2009, at 1:03 PM, andrea wrote: Sebastian writes: It seems you use a dark background color in emacs? If so, just adjust the CSS style `background-color' for your tags like this: pre, code.pre { background-color:black; /* or #33 ... */ /* ... more styles here ... */ }

[Orgmode] Shift keys when you have multiple todo sets in one file

2009-12-16 Thread Mueen Nawaz
Hi, From the docs: "S-<> and S-<> and walk through all keywords from all sets" What I would /really/ like is for S-<> and S-<> to _stay_ within the same set, with me using C-S-<> (or right) to _switch_ to another set. What I have (so far) on the top of the file is: #+TODO: TODO | DONE #+T

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-16 Thread Mueen Nawaz
On 12/16/09 03:37, Carsten Dominik wrote: This is what skip conditions are for. Here is an entry for org-agenda-custom-commands which does this for the specific "Jack" example: ("X" "Tags match ignoring done stuff" tags "Jack" ((org-agenda-skip-function '(and (org-entry-is-done-p) (outline-next-

Re: [Orgmode] Can embed css stylesheet directly?

2009-12-16 Thread Water Lin
Carsten Dominik writes: > Whay don't you just try? > > The answer is yes, you need to surround the text by > OK. I will try it. Thanks Water Lin > - Carsten > On Dec 16, 2009, at 3:10 AM, Water Lin wrote: > >> >> I use org-mode to build my note sites. For some reason, I don't want >> to >

Re: [Orgmode] Re: [babel] Tiny "problems"

2009-12-16 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: [...] >>> - *after* =C-c '= forth and back, all the blank lines in my source block (in >>> my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10") are >>> filled >>> with an amount of white

[Orgmode] Bug: Incorrect escaping of braces on LaTeX export [6.33trans (release_6.33f.122.g7062a.dirty)]

2009-12-16 Thread Mark Elston
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.

Re: [Orgmode] Re: Add \EUR to `org-html-entities'

2009-12-16 Thread Carsten Dominik
On Dec 17, 2009, at 12:25 AM, Nick Dokos wrote: Carsten Dominik wrote: ... Nick, are you still thinking about documenting package dependencies for LaTeX export? This would be one. Yes - it's on the infinite todo list to be done over the break. But it is near the beginning, so I just *mig

Re: [Orgmode] problem with export of verbatim code

2009-12-16 Thread Carsten Dominik
Hi Eric, thanks for the bug report, this is now fixed. - Carsten On Dec 2, 2009, at 10:38 AM, Eric S Fraga wrote: Hello, the attached files illustrate a bug in the export of verbatim code to LaTeX that replaces a sequence of [[x]] with [[section-label][x]]. Actually, this happens wh

Re: [Orgmode] Re: Add \EUR to `org-html-entities'

2009-12-16 Thread Nick Dokos
Carsten Dominik wrote: > ... > > Nick, are you still thinking about documenting package > dependencies for LaTeX export? This would be one. > Yes - it's on the infinite todo list to be done over the break. But it is near the beginning, so I just *might* get it done... Nick _

Re: [Orgmode] Re: Add \EUR to `org-html-entities'

2009-12-16 Thread Carsten Dominik
Hi Ulf, I have added your symbols. Nick, are you still thinking about documenting package dependencies for LaTeX export? This would be one. - Carsten On Dec 3, 2009, at 4:42 PM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: On Dec 2, 2009, at 8:38 AM, Ulf Stegemann wrote: is

Re: [Orgmode] Obscure Bug with HTML Export if Directory Starts with an Underscore

2009-12-16 Thread Carsten Dominik
Hi Ian, thank you for your report. This has nothing to do with the directory starting with an underscore. What is happening here is that Org-mode uses the first line in the buffer, "-" in your case as the title of the document since no other title is defined. Of course, the body-only exp

Re: [Orgmode] Re: [LaTeX-Export] Longtable and Caption

2009-12-16 Thread Carsten Dominik
On Dec 3, 2009, at 4:22 PM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: it was my understanding that the caption command in longtable is different from the caption command in normal tables, in that it is a line that is printed over the table on each page - so I thought it a

[Orgmode] footnote: org >> latex

2009-12-16 Thread Eraldo Helal
Org-mode source file: > - OSD[fn:OSD] > - OSD[fn:OSD] ... >[fn:OSD] OSD: "open source definition" Resulting PDF: > • OSD¹ > • OSD$^1$ ... >--- > ¹OSD: "open source de nition" What I want is to be able to have multiple footnotes leading to the same reference. I tried to do

[Orgmode] Re: Agenda repeats diary entries

2009-12-16 Thread Nathan Neff
On Mon, Dec 14, 2009 at 1:52 PM, Nathan Neff wrote: > Hello, > > I'm using org-agenda-diary-file. > > When I run agenda-mode with the attached configuration, > I see the same diary entry under each day. > > Here's what my agenda shows. Notice that the entry > from Dec. 08 shows up on Dec. 14's a

[Orgmode] [OT]: Inconsolata and emacs

2009-12-16 Thread Markus Heller
On 12/15/2009 1:57 PM, Nicolas Girard wrote: 2009/12/14 Carsten Dominik: On Dec 10, 2009, at 11:34 PM, Nicolas Girard wrote: [snip] That said, I'm using the free Inconsolata [*] font as my main font in emacs, which offers a rich collection of various geometric shapes& symbols. So, at no e

Re: [Orgmode] FR: org-hide-context

2009-12-16 Thread Dan Davison
Scot Becker writes: > I like that, too. > > > On Wed, Dec 16, 2009 at 3:58 PM, Adam Spiers wrote: > > It would be great to have an opposite to `org-reveal' which folded all > siblings, ancestors, and maybe even all ancestors' siblings of the > current headline.  A suitable key-bindin

Re: [Orgmode] FR: org-hide-context

2009-12-16 Thread Scot Becker
I like that, too. On Wed, Dec 16, 2009 at 3:58 PM, Adam Spiers wrote: > It would be great to have an opposite to `org-reveal' which folded all > siblings, ancestors, and maybe even all ancestors' siblings of the > current headline. A suitable key-binding might be C-u C-u C-c C-r > or similar.

Re: [Orgmode] [org-mac-protocol] How to actually set it up and use it?

2009-12-16 Thread Christopher Suckling
On Tue, 15 Dec 2009 13:58:26 -0600, Ron Parker wrote: > On Dec 13, 2009, at 8:48 AM, Christopher Suckling wrote: > >> On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker >> wrote: >> >>> After reading this message I downloaded org-mac-protocol and >>> installed >>> it. The scripts work for me if I o

[Orgmode] Re: FR: org-remember shortcut to customize-option org-remember-templates

2009-12-16 Thread Tassilo Horn
Adam Spiers writes: > I really like the way `M-x org-agenda C' takes you straight to the > *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it > would be nice if `M-x org-remember C' took you straight to the > *Customize Option: Org Remember Templates* buffer. But what if I hav

[Orgmode] FR: org-hide-context

2009-12-16 Thread Adam Spiers
It would be great to have an opposite to `org-reveal' which folded all siblings, ancestors, and maybe even all ancestors' siblings of the current headline. A suitable key-binding might be C-u C-u C-c C-r or similar. Thanks, Adam ___ Emacs-orgmode mail

[Orgmode] FR: org-remember shortcut to customize-option org-remember-templates

2009-12-16 Thread Adam Spiers
I really like the way `M-x org-agenda C' takes you straight to the *Customize Option: Org Agenda Custom Commands* buffer. Similarly, it would be nice if `M-x org-remember C' took you straight to the *Customize Option: Org Remember Templates* buffer. Although in both cases it would be even nicer i

Re: [Orgmode] org 45d619c82 doesn't let me create new nodes with (org-refile-allow-creating-parent-nodes (quote confirm))

2009-12-16 Thread Friedrich Delgado Friedrichs
Hi! Case closed, looks like I had an old version of org-mode. The problem just disappeared, I can't reproduce it any more. Don't know what made it disappear. > Hiho! > > Carsten Dominik schrieb: > > this seems to work fine for me. > > Hm. Anyone else who has this problem? > > If not, it's pro

Re: [Orgmode] Bug: lowercase todo kw

2009-12-16 Thread Carsten Dominik
Fixed, thanks. - Carsten On Dec 14, 2009, at 10:21 PM, Samuel Wales wrote: I found three places where the lowercase version of a todo kw is treated specially in the latest org. For example, * todo this is lowercase First, in the agenda, they have a special face. Second, when inserting an

[Orgmode] Re: Quoting latex code

2009-12-16 Thread andrea
Carsten Dominik writes: > On Dec 15, 2009, at 1:49 PM, andrea wrote: > > You can also write ~\pi~ Ok thanks. Anyway I'm putting into that small guide all the things I found useful for my works, maybe someone else could be interested. Here you find it: http://github.com/AndreaCrotti/database-imp

Re: [Orgmode] keep newlines on pdf export

2009-12-16 Thread Eraldo Helal
Hi Carsten > I am always much more interested in thinking about a solution > if I am not just presented with an abstract wish, but rather > with a concrete example where this might be useful. First of all I want to thank all of you (again) for this great mailing-list. I am a great fan of the idea

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-16 Thread Matt Lundin
Mueen Nawaz writes: > On 12/15/09 21:26, Matt Lundin wrote: >> Provided DONE and RETURNED are inactive todos than the following should >> suffice: >> >> C-a M Jack [RET] > > I think you meant C-c a M Jack [RET] Yes indeed. I'm still practicing typing out the notation for keybindings. I sup

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-16 Thread Carsten Dominik
On Dec 15, 2009, at 11:55 AM, Nicolas Girard wrote: 2009/12/14 Carsten Dominik : Actually, I cannot reproduce this problem - I do not see the extra newline. Hi Carsten, you're absolutely right, I performed yet another git pull and couldn't reproduce this either. Great ! Now, speaking of

Re: [Orgmode] Bug: Column mode breaks beamer export [6.33trans]

2009-12-16 Thread Carsten Dominik
Fixed, thank you for the report. - Carsten On Dec 15, 2009, at 9:07 AM, Robin Green wrote: After I enable "column view of properties" in the attached file, export to PDF via LaTeX fails with the following error in the minibuffer: org-export-as-latex: Text is read-only: "Type `e' to edit p

Re: [Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-16 Thread Carsten Dominik
On Dec 16, 2009, at 4:35 AM, Mueen Nawaz wrote: On 12/15/09 21:26, Matt Lundin wrote: Provided DONE and RETURNED are inactive todos than the following should suffice: C-a M Jack [RET] I think you meant C-c a M Jack [RET] It actually does filter out inactive TODO's, but I actuall

Re: [Orgmode] Customizing how inactive timestamps are displayed

2009-12-16 Thread Nicolas Girard
2009/12/16 Carsten Dominik : > > On Dec 15, 2009, at 10:57 PM, Nicolas Girard wrote: > >> See ? Who said Org couldn't be sexier ? >> >> [*] http://www.levien.com/type/myfonts/inconsolata.html > > That *does* look nice! > > Please pull and use `org-agenda-inactive-leader' > Thanks very much, Carste