[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread Sébastien Vauban
Hi Markus, Nick and Carsten, Markus Heller wrote: > On 5/17/2010 2:02 PM, Nick Dokos wrote: >> Markus Heller wrote: >> >>> Just curious, how can I get the day of the week in there as a string? >> >> %a - abbreviated >> %A - full name Just for the sake of clarity and completeness, here's my curre

[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread Štěpán Němec
Sébastien Vauban writes: > (setq org-agenda-format-date > (concat "%Y-%m-%d %a " > (make-string (- (window-width) 15) (string-to-char "_" > > Carsten, maybe this could be made the default value? I guess it would help > people out there, when using the default config. Ju

[Orgmode] Mini HOWTO: Using jQuery and a Plugin to Build a Page Table of Contents in javascript.

2010-05-18 Thread Ian Barton
Org's built in support for generating a table of contents is excellent. However, if you export your org files using the body only option (e.g. if using Jekyll), org doesn't produce a table of contents for you. There may also be times when the built in method doesn't quite do what you want. An alt

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Carsten Dominik
WOrks just fine for me. - Carsten On May 17, 2010, at 11:23 PM, Ali Tofigh wrote: i'm using org version 6.36. writing *bold* text does not work in second level headings, which is very weird since it works in all other levels (i've tried up to 60 levels...). For example try the following: * te

[Orgmode] skip entry with inherited tags

2010-05-18 Thread Matthias Teege
Moin, I'm using a simple skip-function to exclude todos from a list. (defun my-skip-someday-and-scheduled () "" (org-agenda-skip-entry-if 'scheduled 'regexp ":SOMEDAY:")) That works when the tag was assigned to an entry but not when it was inherited from a parent. How do I get all tags fo

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Puneeth Chaganti
On Tue, May 18, 2010 at 2:53 AM, Ali Tofigh wrote: > i'm using org version 6.36. writing *bold* text does not work in > second level headings, which is very weird since it works in all other > levels (i've tried up to 60 levels...). For example try the following: > > * text *bold* text > ** text *

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Scot Becker
Works here too, on dev emacs (24.0.50.3) with org 36trans release_6.36.58.g99afb. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Scot Becker
...ah, that's to say, EXPORT works fine. If I look closely, I see the text isn't actually made bold on the screen. But I normally don't look that closely. (my org setup uses hidden initial stars, FWIW) On Tue, May 18, 2010 at 12:06 PM, Scot Becker wrote: > Works here too, on dev emacs (24.0

[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread Sébastien Vauban
Hi Štěpán, Štěpán Němec wrote: > Sébastien Vauban writes: > >> (setq org-agenda-format-date >> (concat "%Y-%m-%d %a " >> (make-string (- (window-width) 15) (string-to-char "_" >> >> Carsten, maybe this could be made the default value? I guess it would help >> people out th

Re: [Orgmode] skip entry with inherited tags

2010-05-18 Thread Martin Pohlack
Hi, On 18.05.2010 09:42, Matthias Teege wrote: Moin, I'm using a simple skip-function to exclude todos from a list. (defun my-skip-someday-and-scheduled () "" (org-agenda-skip-entry-if 'scheduled 'regexp ":SOMEDAY:")) That works when the tag was assigned to an entry but not when it w

[Orgmode] Re: Lazy project definitions

2010-05-18 Thread Bernt Hansen
Matt Lundin writes: > Hi Bernt, > > Bernt Hansen writes: > >> I've been beating my head against the wall for hours on this now. I >> tried the example from the manual and have similar results to the >> description below. >> >> Here's what I came up with as my skip function >> >> , >> | (def

[Orgmode] Exclude spaces and maybe tags from SUMMARY in iCalendar export

2010-05-18 Thread Tassilo Horn
Hi all, I've just discovered the iCalendar export and use that to have a visually appealing read-only agenda in KOrganizer. Basically, the export seems perfect except for one thing. When I have an org entry like * Test :some:tags:here: the correspondin

[Orgmode] Link export to HTML

2010-05-18 Thread Carsten Dominik
Hi, I have just merged Tom's branch which factors the link formatting in HTML export out of the main export function. I have not had time to do extensive testing myself, so please keep an eye out for any problems resulting from this patch. Thanks - Carsten ___

Re: [Orgmode] Re: Refile target caching

2010-05-18 Thread Carsten Dominik
On May 18, 2010, at 2:14 AM, Richard Riley wrote: Carsten Dominik writes: Hi Sebastian, hi Samuel, I remember that both of you have in the past reported that refiling has a long startup time because of target collection. I have now built a cache for refile targets and would like you to try

[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread J. David Boyd
I think this is using the same formatting as strftime. So, 'man strftime' will show you all the options. The short day name is '%a', and the full day name is '%A'. Dave Markus Heller writes: > On 5/17/2010 4:23 AM, Sébastien Vauban wrote: >> Hi Eric and Carsten, >> >> Eric S Fraga wrote: >

Re: [Orgmode] org-html link building diff

2010-05-18 Thread Sebastian Rose
Carsten Dominik writes: > On May 18, 2010, at 2:59 AM, Tom Breton (Tehom) wrote: > >> >> Hi, Carsten. The new changes are pushed as >> tehom-html-export-refactor-build-link >> >> I couldn't undo the basing onto tehom-master, try though I might. >> Something to do with intermediate changes that I

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-18 Thread Giovanni Ridolfi
(sorry for the double post, I forgot to cc: the list) Carsten Dominik on Wed, 12 May 2010 15:17:37 +0200 wrote: > On May 12, 2010, at 7:43 AM, Christopher Long wrote: >> >> I've forked an annotated version [of R Takaishi's org-toodledo ] >> with translations from the Japanese into English at gith

Re: [Orgmode] Vim folding/syntax highlighting?

2010-05-18 Thread Jean-Marie Gaillourdet
Hi, sorry to answer so late, but I'm way behind my emails. There is http://www.vim.org/scripts/script.php?script_id=1266 , which emulates folding like outline-mode. I'll attach my locally modified version of it. I've added support for deeper outline structures, drawers, tags, SCHEDULED and DEA

[Orgmode] Re: Agenda view > Day separator

2010-05-18 Thread Štěpán Němec
Sébastien Vauban writes: >> [If that happens, please change (string-to-char "_") to ?_ >> Elisp has read syntax for characters, so you're making an unnecessary >> function call.] > > Thanks for the tip. FMI, is that valid in XEmacs as well -- even if I'm not > especially using it, I always try

Re: [Orgmode] Exclude spaces and maybe tags from SUMMARY in iCalendar export

2010-05-18 Thread Carsten Dominik
Applied, thanks. - Carsten On May 18, 2010, at 1:43 PM, Tassilo Horn wrote: Hi all, I've just discovered the iCalendar export and use that to have a visually appealing read-only agenda in KOrganizer. Basically, the export seems perfect except for one thing. When I have an org entry like *

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread Carsten Dominik
On May 18, 2010, at 1:09 PM, Scot Becker wrote: ...ah, that's to say, EXPORT works fine. If I look closely, I see the text isn't actually made bold on the screen. But I normally don't look that closely. This is probably hard to fix, so am not going to for now. - Carsten (my org setup u

[Orgmode] Agenda view > Face for deadlines

2010-05-18 Thread Sébastien Vauban
Hi all, > But it's not yet as right as it should be (let me rephrase: as I would like > it) because the face is only applied on the visible characters: the > "separator" does not expand up to the right of the screen. > > An improved version (re readability) of the agenda view would be: > > Week-ag

Re: [Orgmode] Displaying day-resources (or a secondary time-line)

2010-05-18 Thread Carsten Dominik
On May 18, 2010, at 1:01 AM, Sven Bretfeld wrote: Hi Carsten and all others Carsten Dominik writes: You can also use diary sexp entries to also do the others, by checking for weekdays. See the examples in the FAQ http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files For example (u

Re: [Orgmode] Question: org-remember and level>1 target headline

2010-05-18 Thread Martin Pohlack
Hi, On 15.05.2010 08:42, Carsten Dominik wrote: > On May 14, 2010, at 5:42 AM, Samuel Wales wrote: >> On 2010-05-13, Martin Pohlack wrote: >>> Is there interest to define remember targets via paths or via ID? >> >> ID would be useful, I think. > > ID certainly - path could be useful to avoid ambi

[Orgmode] Re: skip entry with inherited tags

2010-05-18 Thread Matt Lundin
Martin Pohlack writes: > Hi, > > On 18.05.2010 09:42, Matthias Teege wrote: >> Moin, >> >> I'm using a simple skip-function to exclude todos from a list. >> >> (defun my-skip-someday-and-scheduled () >>"" >> (org-agenda-skip-entry-if 'scheduled 'regexp ":SOMEDAY:")) >> >> That works whe

[Orgmode] Re: Let's TALK about it

2010-05-18 Thread Andrea Crotti
"Eric Schulte" writes: > So, I hope it goes well, and I'd second Tom's point that if you do end > up working Org-mode/babel into your talk we'd love to see a video and/or > hear how it was received. Ok finally I did the talk... Unfortunately it had to be in italian and I have no video yet, BUT I'

[Orgmode] doc about Link abbreviations

2010-05-18 Thread Michael Brand
Hi Carsten In the doc about Link abbreviations the limitation for the first linkword char is missing which I stumbled upon when I used #+LINK. I suggest to sync the doc more with the docstring of the variable org-link-abbrev-alist like this: ---

[Orgmode] Bug: mapcar: Wrong type argument: listp, 100 when refiling [6.36trans (release_6.36.74.gabe03)]

2010-05-18 Thread Tassilo Horn
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: Let's TALK about it

2010-05-18 Thread Eric Schulte
Andrea Crotti writes: > "Eric Schulte" writes: >> So, I hope it goes well, and I'd second Tom's point that if you do end >> up working Org-mode/babel into your talk we'd love to see a video and/or >> hear how it was received. > > Ok finally I did the talk... That's great > > Unfortunately it

[Orgmode] Bug: LaTeX export and LaTeX environment

2010-05-18 Thread Ulf Stegemann
With Org-mode version 6.36trans (release_6.36.80.gbdfd) GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.6) the LaTeX exporter seems to cease to work when encountering a LaTeX environment. Suppose this minimal org file: --8<--snip-->8---

Re: [Orgmode] Bug: LaTeX export and LaTeX environment

2010-05-18 Thread Carsten Dominik
On May 19, 2010, at 8:34 AM, Ulf Stegemann wrote: With Org-mode version 6.36trans (release_6.36.80.gbdfd) GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.6) the LaTeX exporter seems to cease to work when encountering a LaTeX environment. Suppose this minimal org file: --8<-