Re: [Orgmode] [ANN] Org to Atom, revisited

2010-07-08 Thread David Maus
Hi Scott, Scott Jaderholm wrote: >Unfortunately I haven't been able to get the sitemap/index feed >feature in this or an older version to work for me. Can you add more >details in Section 4.2? >It mentions org-atom-publish-org-as-atom-index but it's not in >http://github.com/dmj/dmj-org-mode/raw/

[Orgmode] [PATCH] Check if `org-capture-link-is-already-stored' is bound before evaluating.

2010-07-08 Thread David Maus
* org-capture.el (org-capture): Check if `org-capture-link-is-already-stored' is bound before evaluating. If `org-protocol-capture' is the first function that calls `org-capture', this variable is locally bound while it is globally unbound. I.e. org-capture.el was not loaded before, the defvar not

[Orgmode] Re: LaTeX calendar from org-mode agenda?

2010-07-08 Thread Alan E. Davis
It seems possible that at least one of the LaTeX / org gurus on this list has used LaTeX monthly calendars. I have had some problems with LaTeX calendars, but they look really nice, and it would seem not unlikely to use that format as an output from Org-agenda. I found LaTeX monthly calendars pre

RE: [Orgmode] Re: Verbatim export

2010-07-08 Thread Vincent Belaïche
[...] > > > #+begin_example > - this - > #+end_example > > : - this one too > : - and that one - > > Thank you for your quick reply, this is not exactly what I was looking for. What you propose will encapsulate all the text into a block. This means that the font and background color are chang

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-08 Thread Nick Dokos
Torsten Wagner wrote: > Just by reading and without the possibility to test it. Why you multiply the > hour with 36 instead of 3600 to get seconds? > > > ... > ># this next command yields hours from UTC, + or -, times 100 ^ There's

[Orgmode] Re: org-capture-templates : should symbols work as a file target ?

2010-07-08 Thread Glauber Alex Dias Prado
David Maus writes: > Julien Fantin wrote: >>Hi folks, > >>I'v been trying to setup an org-capture template using a symbol as the file >>target, but this raises an error. >>Someone on IRC mentionned this is probably a bug, but I'm not experienced >>enough to be sure I'm not simply misusing it...

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-08 Thread Torsten Wagner
Just by reading and without the possibility to test it. Why you multiply the hour with 36 instead of 3600 to get seconds? Grettings Torsten Eric S Fraga wrote: >On Wed, 7 Jul 2010 17:38:45 -0300, Daniel Martins wrote: >> >> Eric, >> >> Your awk seems to get timed appts in GMT >> >> How c

Re: [Orgmode] org-log-done

2010-07-08 Thread Nick Dokos
Stephen Lienhard wrote: > > Hello, > > When I mark a ToDo item as Done, I would like to log the date only and not > the time. > > For ex: > > ** DONE Update presentation >CLOSED: [2010-07-08] > > Instead of: > > ** DONE Update presentation >CLOSED: [2010-07-08 Thu 17:57] > > > I

[Orgmode] org-log-done

2010-07-08 Thread Stephen Lienhard
Hello, When I mark a ToDo item as Done, I would like to log the date only and not the time. For ex: ** DONE Update presentation CLOSED: [2010-07-08] Instead of: ** DONE Update presentation CLOSED: [2010-07-08 Thu 17:57] I have searched the website and the mailing list archives. Is

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
I got it working. I think that before emacs wasn't finding org-mode/contrib/lisp, but not generating any error (that I could see). Thanks again. On Thu, Jul 8, 2010 at 3:28 PM, Eric Schulte wrote: > Alright, > > Fontification is not specifically an Org-babel feature, but is provided > by Org-mo

[Orgmode] Re: Verbatim export

2010-07-08 Thread Bernt Hansen
Vincent Belaïche writes: > I would like to know how to make some sequence of characters to be > verbatim, ie that special characters lose their special meaning. > > For instance in the following quote the first `-' will be interpreted as > a bullet point when exporting to HTML > > #+begin_quote >

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Eric Schulte
Alright, Fontification is not specifically an Org-babel feature, but is provided by Org-mode at large, the relevant portion of the manual is available online, and may be worth a quick read http://orgmode.org/manual/Literal-examples.html#Literal-examples I suppose it may be possible that you are u

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-08 Thread Eric S Fraga
upercede the description field # of the originating entry. # - not so much a bug as a possible assumption: date entries with no time # specified are assumed to be independent of the time zone. # # Eric S Fraga # 20100629 - initial version # 20100708 - added end times to timed events #

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
My emacs version is "GNU Emacs 23.2.1 (x86_64-apple-darwin10.4.0) of 2010-07-07" htmlfontify-buffer on a python buffer worked -- although at first I thought it hadn't because all the font sizes were set to 0pt. How can I get org-babel to htmlfontify my code on html export? Nik On Thu, Jul 8, 2

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-08 Thread Thomas S. Dye
On Jul 8, 2010, at 9:09 AM, Eric Schulte wrote: Sebastian Rose writes: [...] It can be considered an error, since the docs say: "...This is done with the ‘src’ block, where you also need to specify the name of the major mode that should be used to fontify the example..." I would v

Re: [Orgmode] Verbatim export

2010-07-08 Thread Christian Moe
Hi, Typographically, isn't what you want here an *en dash*, rather than a hyphen? When the dash is set off by a space, that is usually the case. Try: #+begin_quote -- this -- #+end_quote (don't forget to add a space after the last double hyphen, or it will not be converted) Cheers, CM

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-08 Thread Eric Schulte
Sebastian Rose writes: [...] > > It can be considered an error, since the docs say: > > "...This is done with the ‘src’ block, where you also need to specify > the name of the major mode that should be used to fontify the > example..." > I would vote that this be considered an error as a

Re: [Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-08 Thread Eric Schulte
Hi Rainer, I just pushed up a new hook `org-babel-post-tangle-hook' which can be used to run activities in tangled code files immediately after tangling. I believe the following can be used implement the feature you described with this hook. (add-hook 'org-babel-post-tangle-hook (lambda

Re: [Orgmode] [BABEL] Bugin :session? Export html - works --- export pdf not

2010-07-08 Thread Eric Schulte
Hi Rainer, I am aware of this problem, and although I don't know any a good solution, I do have a good workaround (example attached [1]). The problem is that org-latex removes all of the #+ lines from the beginning of any Org-mode file which has headlines as part of the export process. This mean

[Orgmode] Verbatim export

2010-07-08 Thread Vincent Belaïche
Hello, I would like to know how to make some sequence of characters to be verbatim, ie that special characters lose their special meaning. For instance in the following quote the first `-' will be interpreted as a bullet point when exporting to HTML #+begin_quote - this - #+end_quote So I tri

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Eric Schulte
Hi Nicholas, Nicholas Putnam writes: > Dear Eric, > > Updating from the repository, and putting it at the head of my load-path > fixed the problem with org-babel-tangle-lang-exts. Thanks. > Great, we're making progress > > org-version returns org-mode version 6.36trans > (release_6.36.576.ge

[Orgmode] [CODE SNIPPET] transpose table at point

2010-07-08 Thread Juan
The below code snippet is an interactive function to transpose an org-mode table. Just works for normal tables (no formulas, etc.). Evaluate the code below (by throwing into .emacs, or by calling C-x C-e after the defun()), and call M-x org-transpose-table-at-point with the cursor on a table. Th

[Orgmode] Re: Exclude some file to be in the agenda

2010-07-08 Thread Bernt Hansen
Chao Lu writes: > The way I set the org agenda file is using all the *.org file in some > dir. Like (setq org-agenda-files (file-expand-wildcards > "~/.emacs.d/org/org/*.org")) > > But is it possible to exclude certain file to show up in the agenda? > Sometime this will be handy. Add a #+FILETAG

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
Dear Eric, Updating from the repository, and putting it at the head of my load-path fixed the problem with org-babel-tangle-lang-exts. Thanks. org-version returns org-mode version 6.36trans (release_6.36.576.gec22). I still can't seem to export python to html with syntax coloring when exporting

Re: [Orgmode] remember template is slow

2010-07-08 Thread Buck Brody
Yes, they are compiled On Thu, Jul 8, 2010 at 4:01 AM, Giovanni Ridolfi wrote: > Buck Brody writes: > > Hi, Buck, > > > Windows 7 GNU Emacs 23.2.1Org-mode version 6.36c > Emacs : GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) > of 2010-05-08 on G41R2F1 > Org-version: 6.36trans, of 0:45 5th J

[Orgmode] Exclude some file to be in the agenda

2010-07-08 Thread Chao Lu
Dear all, The way I set the org agenda file is using all the *.org file in some dir. Like (setq org-agenda-files (file-expand-wildcards "~/.emacs.d/org/org/*.org")) But is it possible to exclude certain file to show up in the agenda? Sometime this will be handy. Thanks, Chao ___

Re: [Orgmode] question about links in org-mode

2010-07-08 Thread Scot Becker
Tomer, Welcome. I don't think that any such export routine exists, but I like the idea. Perhaps someone else could comment on what this would take. Off topic: Did you know that the latest development Emacs has decent (in-progress) bidi support, and that there are new Hebrew input methods (not

[Orgmode] Bug: Org-publish needs to catch error [6.36trans]

2010-07-08 Thread Aidan Gauland
I am trying to use Org-mode and publish to create a website and forgot to specify the publishing directory for a project (in org-publish-project-alist). I thought I had encountered a severe bug in Org-publish when I was dumped into the debugger when I tried to publish my project. I suppose this i

[Orgmode] month and day names

2010-07-08 Thread katepano
Hello All, I would like to see, in certain files, the names of the months and days in Greek. I do that in the Agenda View, by just, denoting it in calendar, i.e. by having (custom-set-variables '(calendar-day-name-array ["Κυριακή" "Δευτέρα" "Τρίτη" "Τετάρτη" "Πέμπτη" "Παρασκευή" "Σάββατο"]) '

[Orgmode] question about links in org-mode

2010-07-08 Thread תומר לוין
hello, I have a org-mode file which contains many many links. Is there kind of export which replace all links with the subtree in which the link point to? Thanks Tomer   Walla! Mail - Get your free unlimited mail today___ Emacs-orgmode mailing list

[Orgmode] Bug: longlines-mode [6.36trans]

2010-07-08 Thread Aidan Gauland
Normally, when I save an Org buffer with no trailing newline, a newline will be placed at the end of the buffer (so that the file ends with a newline). But when I enable longlines-mode, a newline is no longer added automatically, and I must add one manually. If I turn longlines-mode off, Emacs doe

Re: [Orgmode] remember template is slow

2010-07-08 Thread Giovanni Ridolfi
Buck Brody writes: Hi, Buck, > Windows 7 GNU Emacs 23.2.1Org-mode version 6.36c Emacs : GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Org-version: 6.36trans, of 0:45 5th Jul 2010 > I'm finding that my remember templates are slow to load. I've > got a lag of about

[Orgmode] [BABEL] Bugin :session? Export html - works --- export pdf not

2010-07-08 Thread Rainer M Krug
Hi I have the attached org file. It seems that when exporting to a pdf, the :session argument is ignored, as I get a Org-Babel Error Output buffer with: Error: object 'x' not found Execution halted and an Org-Babel Error buffer with the same text, and the resulting pdf does only show the code..

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-08 Thread Tassilo Horn
On Thursday 08 July 2010 10:11:03 Eric S Fraga wrote: > > Ah, ok. But it was correct not to link it from the index page, > > right? > > Yes. That is correct. There should be, however, a link to it from > the actual tutorial (I'm offline at the moment so cannot check Worg) > under the headings

[Orgmode] must date+time stamps require the day of the week to be processed correctly?

2010-07-08 Thread Eric S Fraga
In response to a recent email from Daniel Martins, I am trying to improve my recently posted awk script for converting Google's ics export to org entries. I had through to convert the DTSTART and DTEND calendar entries into two date+time stamps with -- connecting them [1], as in: <2010-07-08

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-08 Thread Eric S Fraga
On Thu, 08 Jul 2010 07:58:19 +0200, Tassilo Horn wrote: > > Eric S Fraga writes: > > Hi Eric, > > >> On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: > >> > There is still a broken link, for the index page of the tutorials > >> > directory... > >> > >> Fixed, and the tutorial link no

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-08 Thread Greg Newman
On Thu, Jul 8, 2010 at 3:56 AM, Bastien wrote: > Christian Egli writes: > > > What I'd like to see is something more aligned with the css for asciidoc > > which makes for a very pleasant and readable experience. > > Yes, the CSS behind asciidoc is neat. > > > Unfortunatelly my expertise is limit

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-08 Thread Bastien
Christian Egli writes: > What I'd like to see is something more aligned with the css for asciidoc > which makes for a very pleasant and readable experience. Yes, the CSS behind asciidoc is neat. > Unfortunatelly my expertise is limited to trial and error when it > comes to css. Trial and error

[Orgmode] CSS and Publishing to HTML Tutorial

2010-07-08 Thread Adam
The Worg tutorial "Publishing Org-mode files to HTML" ran for me first time, so it seems excellent and well written. However I am trying to use a vanilla CSS, say ssheet1.css, located in ~/org/css" as per the tutorial. With only the following line at the end of my org file, #+STYLE: or