[Orgmode] Re: Howto define formula for table regions

2010-09-22 Thread Łukasz Stelmach
can keep your numbers in the tree structure with more elaborate info on them. You could then use agenda views to select and sum up entries by dates too. [*] I've copied all the formulae from the formula buffer which you activate with C-' while cursor is in a table. This is very convenient way of e

[Orgmode] geolocated notes

2010-09-27 Thread Łukasz Stelmach
) (org-set-local 'dnd-protocol-alist (append '(("^http://\\(?:\\(?:www\.\\)?openstreetmap\.org\\|maps\.google\.com\\)". stl/org-dnd-set-geo-property)) dnd-protocol-alist))) (add-hook 'org-mode-hook 'stl/org-dnd-add-geo-support) (ad

[Orgmode] org-footnote in messages, practical question.

2010-09-27 Thread Łukasz Stelmach
be ripped off on reply. If, on the other hand I should put them above the signature then some hacking is required in the org-footnote-normalize function which of course is fun. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: n-times event

2010-09-28 Thread Łukasz Stelmach
Łukasz Stelmach writes: > I am wondering what sexp to write to display an event n times. Let's say > there is a course at a university which comprises 4 meetings. [...] For the record, you can find some answers here: http://orgmode.org/worg/org-faq.php#org-diary-class -- Miłego d

[Orgmode] Re: geolocated notes

2010-09-29 Thread Łukasz Stelmach
Carsten Dominik writes: > On Sep 27, 2010, at 1:15 PM, Łukasz Stelmach wrote: > >> I've just created a hack to for org-mode (and org-remember) to >> receive and parse URLs from OpenStreetMap and Google Maps. The >> function extracts longitude and latitude and sets G

[Orgmode] lisp functions in column view

2010-09-29 Thread Łukasz Stelmach
column view, and I could also take some notes. In the end I'd like to calculate a score based on different properties (is it possible to sort the column view?). -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: geolocated notes

2010-09-29 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Carsten Dominik writes: > >> On Sep 27, 2010, at 1:15 PM, Łukasz Stelmach wrote: >> >>> I've just created a hack to for org-mode (and org-remember) to >>> receive and parse URLs from OpenStreetMap and Google Maps. The >>

[Orgmode] Re: org and Things.app - next actions and sorting items

2010-09-29 Thread Łukasz Stelmach
ral* but not impossible. -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: Store link upon sending a message

2010-10-01 Thread Łukasz Stelmach
completely different idea how to achieve the described > behaviour? Which simplifies the problem quite a lot because we need to be able to see the buffer just before sending or copying it to Gcc folder. All the information is there. -- Miłego dnia, Łukasz Stelmach __

[Orgmode] Re: Projects+Next Actions view

2010-10-01 Thread Łukasz Stelmach
)) > > However, this seems to show all the TODO items below a PROJECT item, > including the DONE ones. What I had in mind was to show only the first > child. Is it possible? So use the ORDERED property, or properly nest action and enforce todo dependencies . Actions that cannot be tak

[Orgmode] [PATCH] there is no ś in HTML

2010-10-04 Thread Łukasz Stelmach
or" "Data" "Spis treści" "Przypis") ("sv" "Författare" "Datum" "Innehåll" "Fotnoter")) "Terms used in export text, translated to different languages. Use the variable `org-export-default-language' to set the language, --8<---cut here---end--->8--- -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] custom postamble in HTML export

2010-10-04 Thread Łukasz Stelmach
usually only one footer per page ;-) -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: custom postamble in HTML export

2010-10-05 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote: > >> How about moving >> >> (org-export-html-insert-plist-item opt-plist :postamble opt-plist) >> >> in org-html.el from line 1694 few lines up, just above the closing div >>

[Orgmode] Re: custom postamble in HTML export

2010-10-06 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Oct 4, 2010, at 7:59 PM, Łukasz Stelmach wrote: >>> >>>> How about moving >>>> >>>> (org-export-html-in

[Orgmode] Re: custom postamble in HTML export

2010-10-07 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> :postamble is meant to completely replace the automatic >>> postamble Org creates, >> >> But what if I like the information i

[Orgmode] portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
uot; way to overcome such a problem? -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 7, 2010, at 2:21 PM, Łukasz Stelmach wrote: > >> Is there a simple way to create hyperlinks with *absolute* paths that >> would work after both: simple file export (C-c C-e h) and publishing >> on >> a remote server (C-c C-e F).

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Carsten Dominik writes: > >> On Oct 7, 2010, at 2:21 PM, Łukasz Stelmach wrote: >> >>> Is there a simple way to create hyperlinks with *absolute* paths that >>> would work after both: simple file export (C-c C-e h) and publishing &

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Łukasz Stelmach writes: > > In the main index.org i put > > #+LINK examplewww: file: > > and in the others > > #+LINK examplewww: file:../ > > and it works :-) As long as I don't use #+SETUPF

[Orgmode] [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Łukasz Stelmach
Hello. The docstrings for org-export-html-(pre|post)amble say (Pre|Post)amble, to be inserted just (after|befor) . This means that they should go before and after (respectively) and its . Am I right? -- Miłego dnia, Łukasz Stelmach ___ Emacs

[Orgmode] Re: [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Łukasz Stelmach
Nick Dokos writes: > Łukasz Stelmach wrote: > > >> The docstrings for org-export-html-(pre|post)amble say >> >> (Pre|Post)amble, to be inserted just (after|befor) . >> >> This means that they should go before and after (respectively) > id="

[Orgmode] Re: [BUG] define "just", preamble and postamble placement

2010-10-13 Thread Łukasz Stelmach
Nick Dokos writes: > Łukasz Stelmach wrote: > > >> |---+-| >> | Preamble| >> |---+-| >> | | | >> | Content | TOC | >> | | | >> |---+-| >> | Postamble | >

[Orgmode] [PATCH] sexp may retrurn a list

2010-10-19 Thread Łukasz Stelmach
result) result) +(cond ((or (listp result) (stringp result)) result) ((and (consp result) (stringp (cdr result))) (cdr result)) (result entry) --8<---cut here---end--->8--- -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: Org-Mode as authoring tool for Moodle courses

2010-10-21 Thread Łukasz Stelmach
rsed with some external tools. If I had to use moodle today I definitely would use org-mode for html authoring: exporting to a temporary HTML buffer and then c'n'p to a browser window. I know that's not much but I hope I wrote something you haven't known already or at least I

[Orgmode] Re: org-crypt and org-mobile-crypt; user info?

2010-10-21 Thread Łukasz Stelmach
e table without running emacs (with an ssh client on your mobile?) by simply runnig gpg < password-table.org on the command line. 2. Emacs runs gnupg completely seamlessly (if you run gpg-agent which caches the passphrases) -- Miłego dnia, Łukasz Stelmach _

[Orgmode] [PATCH] unicode nbsp in org-emphasis-regexp-components

2010-10-22 Thread Łukasz Stelmach
:!?;'\")}\\" " \t\r\n,\"'" "." 1) + '(" \t('\"{\u00A0" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1) "Components used to build the regular expression for emphasis. This

[Orgmode] [PATCH] quote the real csv separator

2010-10-23 Thread Łukasz Stelmach
(string-match "[\",]" s) + (if (string-match (concat "[\"" *orgtbl-sep* "]") s) (concat "\"" (mapconcat 'identity (split-string s "\"") "\"\"") "\"") s)) --8<---

[Orgmode] Re: [PATCH] sexp may retrurn a list

2010-10-24 Thread Łukasz Stelmach
Łukasz Stelmach writes: > I've disovered, that %%(org-bbdb-anniversaries) returns (as every other > sexp) a string. Which is OK if there is only one. > > Anniversaries: John Doe's 10th wedding anniversary > > Unfortunately the agenda view becomes awful if we have

[Orgmode] Re: [PATCH] quote the real csv separator

2010-10-24 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 24, 2010, at 12:56 AM, Łukasz Stelmach wrote: > >> I'd rather use an optional sep argument to the org-quote-csv-field >> function but I've got no idea how to stick it into the orgtbl-apply- >> fmt. However, the quoting funct

[Orgmode] Re: [PATCH] unicode nbsp in org-emphasis-regexp-components

2010-10-24 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 23, 2010, at 12:39 AM, Łukasz Stelmach wrote: > >> The Unicode contains a NON-BREAK SPACE character at position 0xA0. >> IMHO org-mode's emphasis code should by default treat this (any >> other?) character the same as normal space. Wh

[Orgmode] Re: [PATCH] quote the real csv separator

2010-10-25 Thread Łukasz Stelmach
Bernt Hansen writes: > Łukasz Stelmach writes: >> Carsten Dominik writes: >>> What use case do you have in mind? [...] >> My bank lets me download monthly reports as CSV. In fact they let me >> choose the separator and the default value is the comma. But I choose

[Orgmode] Re: [PATCH] quote the real csv separator

2010-10-25 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 25, 2010, at 10:45 AM, Łukasz Stelmach wrote: >> OR, if you think that CSV should stay as it is then I >> suggest such a rewrite: >> >> (defun orgtbl-to-csv (table params) >> (orgtbl-to-generic table (org-combine-plists >

[Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Łukasz Stelmach
hulte/epresent >> (instructions in the README) > > If anyone missed it, there is also emacs-muse-slidy. > > http://www.flickr.com/photos/arciniegas/5108022392/ > > That is very impressive. Not bad. But there is org-s5 too. http://github.com/sigma/org-s5 -- Miłego dnia, Łu

[Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Łukasz Stelmach
) I am preparing a talk about org-mode. I've decided to use org-s5 but I'm starting to hesitate :-) -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.or

[Orgmode] Re: organizing =intra-day tasks= with a countdown timer

2010-10-28 Thread Łukasz Stelmach
Samuel Wales writes: > 2) You are also making tea right now. You want a reminder > in 5m to drink it. So true ;-) ICRBIDWT[*] -- Miłego dnia, Łukasz Stelmach [*] I could refrain but I didn't want to ;-) ___ Emacs-orgmode m

[Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Łukasz Stelmach
"Eric Schulte" writes: > Łukasz Stelmach writes: > >> Richard Riley writes: >> >>> "Eric Schulte" writes: >>> >>>> Phil Hagelberg recently introduced me to epresent.el by Tom Tromey. >>>> It's a ver

[Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-29 Thread Łukasz Stelmach
Eric S Fraga writes: > Łukasz Stelmach writes: > >> [...] > >> S5 and other HTML slide show frameworks have (at least) one great >> advantage over Beamer, one can embed (there are at least two ways) SVG >> image, which is quite hard with LaTeX/Beamer duo (is

[Orgmode] Re: Release 7.02

2010-10-29 Thread Łukasz Stelmach
I created the patch) to join different anniversaries, possibly from different contacts, occuring on the same day to display them as a single line in the agenda view. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] Re: Release 7.02

2010-10-29 Thread Łukasz Stelmach
he signature. Thanks to Tassilo Horn for >>> this patch. >> >> Just a detail: the delimiter is "-- " (space after the dashes). > > Really? Is that the official delimiter? I never knew. I suppose so, it's mentioned i

[Orgmode] publishing a drawer

2010-11-03 Thread Łukasz Stelmach
Hello. Is it possible to publish drawer's content during export (both HTML and LaTeX)? I am creating a presentation with S5 and I'd love to have :LOGBOOK: (or :NOTES:) published as (or \note{} for Beamer). -- Miłego dnia, Łukasz Stelmach ___

[Orgmode] Re: publishing a drawer

2010-11-06 Thread Łukasz Stelmach
Christian Moe writes: > On 11/3/10 12:48 PM, Łukasz Stelmach wrote: >> Hello. >> >> Is it possible to publish drawer's content during export (both HTML and >> LaTeX)? I am creating a presentation with S5 and I'd love to have >> :LOGBOOK: (or :NOTE

[Orgmode] [BUG] tabel is not sent

2010-11-09 Thread Łukasz Stelmach
Hello. At least to me it looks like a bug. I can't send tabel to a receive destination in org-mode with C-c C-c. I have to M-x orgtbl-ctrl-c-ctrl-c. org-version: 7.01trans (few weks old one) -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode ma

[Orgmode] Re: [BUG] tabel is not sent

2010-11-09 Thread Łukasz Stelmach
Carsten Dominik writes: > Hi Lukasz, > > On Nov 9, 2010, at 9:54 AM, Łukasz Stelmach wrote: > >> Hello. >> >> At least to me it looks like a bug. I can't send tabel to a receive >> destination in org-mode with C-c C-c. I have to M-x >> orgtbl-ctrl-c

[Orgmode] [BUG] ob-sqlite.el, -init doesn't work with some options

2010-11-09 Thread Łukasz Stelmach
:db passwords.sqlite :results replace .separator | .mode csv select * from myusers; #+END_SRC -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: [BUG] ob-sqlite.el, -init doesn't work with some options

2010-11-10 Thread Łukasz Stelmach
"Eric Schulte" writes: > Łukasz Stelmach writes: > >> ob-sqlite.el uses -init option to provide sqlite with a src block >> content, however, this prevetns sevarl options' from taking an >> effect. Particularly -header (and it's opposite), -csv an

[Orgmode] Re: Store link in message mode

2010-11-16 Thread Łukasz Stelmach
h I havn't investigated yet but it looks promising. From what I've browsed the info it looks like it registers all the message ids and remembers the folders. So it would be enough to remember the MID and then make Gnus find it. -- Miłego dnia, Łukasz Stelmach __

[Orgmode] Re: Store link in message mode

2010-11-20 Thread Łukasz Stelmach
Tassilo Horn writes: > Łukasz Stelmach writes: > >>>> If you think --despite of those issues-- it's worth adding the >>>> creation of gnus links while in message mode I could provide a >>>> patch. >>> >>> I'm curious how you

[Orgmode] [nd]oexport for org-publish-attachment

2010-11-27 Thread Łukasz Stelmach
rg-publish-attachments. IMHO there should be a way to tag a directory tree as exportable and individual files as unexportable and the other way round. How should this be done? Brainstorm! -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list

[Orgmode] [PATCH] displaymath environment and MathJax

2010-12-07 Thread Łukasz Stelmach
skipTags: [\"script\",\"noscript\",\"style\",\"textarea\",\"pre\",\"code\"], ignoreClass: \"tex2jax_ignore\", processEscapes: false, --8<---cut here---end--->8--- -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] [PATCH] sexp can set its face (was: Including current time in agenda)

2010-12-09 Thread Łukasz Stelmach
let* ((props (list 'mouse-face 'highlight 'help-echo (format "mouse-2 or RET jump to org file %s" (abbreviate-file-name buffer-file-name --8<---cut here---end--->8--- -- Miłego dnia,

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
-y way and since you don't copy the text you can't cope with drawers and tags. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Łukasz Stelmach
ng notes, introducing a structure, think: wrinting a report. > I always write my mails from scratch. But, on the other hand, I could > imagine an Org-file with email templates like that. E.g. for mailing to > certain groups of people. This brings another o

[Orgmode] Re: Sending org-mode nodes

2009-11-20 Thread Łukasz Stelmach
Sebastian Rose writes: > lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: >> Sebastian Rose writes: >>> Not sure. I only remember bad things with self generated >>> message-IDs. But I never tried it myself. Reading the RFCs will help. >> >> RFC 2822

[Orgmode] time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
11:15>--<2009-11-30 Mon 12:00> <2009-12-01 Tue 11:15>--<2009-12-01 Tue 12:00> or simply * A very interesting meeting 11:15-12:00 <2009-11-30 Mon> <2009-12-01 Tue> Which works but doesn't show the recurrence counter. I

[Orgmode] Re: time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: > Isn't it wrong when a note like this: > > * A very interesting meeting 11:15-12:00 > <2009-11-30 Mon>--<2009-12-01 Tue> It's funny Markus has asked the same question few days ago in: What's

[Orgmode] Re: Scheduling of 2-day events

2009-11-23 Thread Łukasz Stelmach
agement Workshop 09:00-16:30 > |<2009-11-19 Thu>--<2009-11-20 Fri> > |[2009-11-19 Thu 07:57] > ` > > to record the actual booked event with time. This blocks off a time in > my calendar on the days of the event so I know I'm busy then. I created something lik this (see: <878wdx1ajo@dasa3.iem.pw.edu.pl>) -=-=-=- * Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: <2009-12-02 śro >--<2009-12-03 czw > -=-=-=- but I still get the second day below the time grid. Wednesday 2 December 2009 Projekty:9:00-17:00 (1/2): Zarządzanie projektami :POLITECHNIKA: Thursday3 December 2009 Projekty: (2/2): Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: I get the proper result when I enumerate dates -=-=-=- * Zarządzanie projektami 09:00-17:00 :POLITECHNIKA: <2009-12-02 śro> <2009-12-03 czw> -=-=-=- but this makes the recurrence counters dissappear. -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
, Łukasz Stelmach ___ 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

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Sébastien Vauban writes: > Carsten Dominik wrote: >> On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: > >>> XeLaTeX produces some more files than pdflatex. These are: .nav, .snm, >>> .vrb. All named the same as the base file. > > I don't think those e

[Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Carsten Dominik writes: > On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: >> XeLaTeX[1,2] produces some more files than pdflatex. These are: >> .nav, .snm, .vrb. All named the same as the base file. The list in >> org-export-as-pdf should be extended or even made customi

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Sébastien Vauban > writes: > >> Carsten Dominik wrote: >>> Are you using XeTeX with Org-mode? >>> How exactly, can you white a little HOWTO and post it here? >> >> I would be interested as well... >> > It's n

[Orgmode] Re: latex export and beamer columns

2009-11-25 Thread Łukasz Stelmach
#+latex: \begin{columns}[t] #+latex: \column{.5\textwidth} - My point - Your point #+latex: \column{.5\textwidth} Conclusion #+latex: \end{columns} --8<---cut here---end--->8--- Unfortunately the the plain list is not recognized and converted t

[Orgmode] org-mode news as a feed

2010-01-31 Thread Łukasz Stelmach
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] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote: > >> 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

[Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 1, 2010, at 12:05 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Jan 31, 2010, at 3:59 PM, Łukasz Stelmach wrote: >>> >>>> Could you please consider publishing the "News" form the org-

[Orgmode] Re: org-mode news as a feed

2010-02-01 Thread Łukasz Stelmach
Carsten Dominik writes: > you can see the raw file in the git repo, or here: > > http://repo.or.cz/w/org-mode.git/blob_plain/HEAD:/ORGWEBPAGE/index.org > OK. I've got some ideas. I'll see if they are feasible. -- Miłego

[Orgmode] search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
; [2010-02-01 Mon 14:23] --8<---cut here---end--->8--- Is there a cleaner way to do it? -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
Matt Lundin writes: > Łukasz Stelmach writes: > >> Is there a way to search for a timestamp, particularly a DEADLINE, that >> is in its warning period? [...] > > (setq org-agenda-todo-ignore-deadline 'near) > > With this setting, your items with a deadline w

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Łukasz Stelmach
Bernt Hansen writes: > Łukasz Stelmach writes: >> Is there a way to search for a timestamp, particularly a DEADLINE, that >> is in its warning period? [...] > I remove entries from the global TODO lists using the variables > org-agenda-todo-ignore-scheduled, org-agenda-

[Orgmode] Re: search for DEADLINE in warning period

2010-02-10 Thread Łukasz Stelmach
ot show *any* notes with deadline timestamps on a todo list Check it out http://github.com/steelman/steelman-org-mode/tree/org-agenda-todo-ignore-close-deadlines http://github.com/steelman/steelman-org-mode.git -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: search for DEADLINE in warning period

2010-02-11 Thread Łukasz Stelmach
CHEDULED>="" in all my filters. For example I've sent send the announcement yesterday, changed the the keyword to WAITING and put "SCHEDULED: <2010-02-13 sob>". Then if I wouldn't have found your reply in my inbox by Saturday I would see the WAITING item on my to

[Orgmode] [BUG] mismatched faces in block agenda

2010-02-15 Thread Łukasz Stelmach
Hello. I've just tried a block agenda as described in (info:org:Block agenda). I've had some DONE entries which had their DONE keyword written in bold red (like TODO) instead of green. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode ma

[Orgmode] org-todo-keywords-for-agenda missing if org-agenda-multi is set

2010-02-15 Thread Łukasz Stelmach
seems to be the case for block agendas which I try to shape up). Is it possible (without too much coding) to get a list of todo/done keywords when creating multipart (block) agenda? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please u

[Orgmode] Re: [BUG] mismatched faces in block agenda

2010-02-15 Thread Łukasz Stelmach
)) this happens only with the "p" agenda+todo setup. Carsten Dominik writes: > Hi Lukasz, > > I have never heard of this bug before. Maybe you have some incorrect > setup in one of you files (like a "|" missing in a #+TODO line????) > > If not

[Orgmode] [PATCH] skipping by todo

2010-02-16 Thread Łukasz Stelmach
Hello. I've enabled skipping entries with org-agenda-skip-if by todo keywords. Please take a look http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list P

[Orgmode] [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Hello. I am not sure myself how to use it but it seems to be a logical consequence of the previous work on ignoring scheduled and deadlines. http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo -- Miłego dnia, Łukasz Stelmach

[Orgmode] [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
/8ade081fd5a331cc61f8f8a6f8cf5a92ff8881d5 Just my 2 cents (Euro ones ;) -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-16 Thread Łukasz Stelmach
David Maus writes: > Łukasz Stelmach wrote: >>The other one helps if for some reason the file one would like to add >>matches an entry in a .gitignore file. I suppose no one puts anything in >>the org-attach-directory by hand, so anything that goes there is by >>int

[Orgmode] Re: [PATCH] ignore `future' and `past' deadlines too

2010-02-16 Thread Łukasz Stelmach
Łukasz Stelmach writes: > I am not sure myself how to use it but it seems to be a logical > consequence of the previous work on ignoring scheduled and deadlines. > > http://github.com/steelman/steelman-org-mode/tree/org-agenda-skip-entry-if-todo I mistyped branching and put one mo

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-17 Thread Łukasz Stelmach
David Maus writes: > Łukasz Stelmach wrote: >>David Maus writes: > >>> Łukasz Stelmach wrote: >>>>The other one helps if for some reason the file one would like to add >>>>matches an entry in a .gitignore file. I suppose no one puts anything in >

[Orgmode] Re: Using square brackets in the description part of a link?

2010-02-18 Thread Łukasz Stelmach
ters, but have > been unable to find any. As far as I've seen org generating descriptions from pieces of text with square brackets, it always substitutes them with curly ones. So you'd get Google {12345} link -- Miłego dnia, Łukasz Stelmach ___

[Orgmode] n-times event

2010-02-18 Thread Łukasz Stelmach
to (or (= 1 (calendar-day-of-week date)) (= 3 (calendar-day-of-week date))) the meetings would stop earlier. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-

[Orgmode] Re: Shortcut for adding text item?

2010-02-18 Thread Łukasz Stelmach
en Return, but I'd like to have a >> shortcut like M-j or something like that. > put this in your dotemacs file: > > (eval-after-load "org" > '(org-defkey org-mode-map (kbd "M-j") > (lambda () (interactive) (end-o

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-19 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 16, 2010, at 8:04 PM, Łukasz Stelmach wrote: > >> There are two very small commits which iron some wrinkles. Both on >> org-attach-git-commit branch of >> git://github.com/steelman/steelman-org-mode.git >> >> The first prevents

[Orgmode] Re: schedule repeated reminder on multiple days for multiple weeks

2010-02-19 Thread Łukasz Stelmach
of calendar-date-style variable. This one is iso style. Refere to: -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-19 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 19, 2010, at 11:59 AM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> On Feb 16, 2010, at 8:04 PM, Łukasz Stelmach wrote: >>> >>>> There are two very small commits which iron some wrinkles. Both

[Orgmode] [PATCH] remember note as a sibling of currently clocked item

2010-02-23 Thread Łukasz Stelmach
ing-of-the-clocked-item -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] [BUG] more problems with future timestamps

2010-02-25 Thread Łukasz Stelmach
end--->8--- BTW when I write w2 in the org date input minibuffer Error in post-command-hook: (void-function calendar-absolute-from-iso) -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to sen

[Orgmode] org-prefere-future for other applications

2010-02-27 Thread Łukasz Stelmach
called in orgmode like this: (org-read-date ... org-read-date-prefer-future) Is it possible to refactor the code the way I've described it (without too much fuss)? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Rep

[Orgmode] Re: org-prefere-future for other applications

2010-03-02 Thread Łukasz Stelmach
Carsten Dominik writes: > On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote: >> I've tried to rearrange org-read-date and some other helper function >> to make them usable from other applications which might not want to >> prefere future dates. Unfortunatelly I can

[Orgmode] [BUG] unescaped second & in latex

2010-03-03 Thread Łukasz Stelmach
Hello. I've create some presentation on programming (some more to do) and to my surprise I've discovered that if org-mode escapes one "&" properly it doesn't do its job in case of "&&" (and a single "^" too). I get "\&&"

[Orgmode] [BUG] block agenda faces

2010-03-07 Thread Łukasz Stelmach
dos is my own invention I will share soon (I think I've posted it somewhere but it might have been lost)) Everything's great except that DONE todos in the calendar block have their DONE keyword in bold red instead of green. The same agenda action launched as a single, toplevel command in o

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Łukasz Stelmach
resentation as a base to promote org-mode at my faculty? How did you do that keystroke showing thing? -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

[Orgmode] wriging about computer programming

2010-03-16 Thread Łukasz Stelmach
ularly latex export). But fear not and use unicode. There is /xe2/x80/x8b ZERO WIDTH SPACE When you put (C-x 8 RET 200b RET) it next to equality signs =a = 'B'= ^^ ^^ Everything works like charm *and* there is completely no additional space in the o

[Orgmode] Re: Shortcut for complex searches

2010-03-18 Thread Łukasz Stelmach
as I frequently use this search, is it possible to > configure the command in the org-agenda-custom-commands variable? Read and try `C-c a C'. -- Miłego dnia, Łukasz Stelmach ___ Emacs-orgmode mailing list Please use `Reply All' to s

[Orgmode] Re: AI for orgmode

2010-03-20 Thread Łukasz Stelmach
ne default". These are of course only my 2 cents (Euro ones ;) [1] http://xkcd.com/643/ -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] forcing the end of

2010-03-21 Thread Łukasz Stelmach
lt;---cut here---end--->8--- Which makes the HTML code that comes out of PHP invalid as because of those dangling (s seem to be OK here). How? How to force org-mode to close this plain list befor the php closing curly bracket? PS. If I add a node below t

[Orgmode] Re: forcing the end of

2010-03-21 Thread Łukasz Stelmach
Łukasz Stelmach writes: > I publish some materials for my students. For example test questions. As > you might expect I'd like to keep them secret until the test starts. So > I write this: --8<---cut here---start->8--- > ** "Open

[Orgmode] Re: GtD with org-mode and a Palm PDA

2010-03-28 Thread Łukasz Stelmach
my TX is still working too). -- Miłego dnia, Łukasz Stelmach ___ 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

[Orgmode] Re: Org mode and emacs email

2010-03-29 Thread Łukasz Stelmach
w traffic. This is not a problem. I've used (or do I still do it?) gnus with fetchmail witho no trouble whatsoever. As it's been stated geting Gnus set and ready may take some time but its worth it. Gnus supports mbox quite well with nnfolder backend. -- Miłego dnia, Łukasz Stelmach

[Orgmode] [BUG] org-babel-perl and formats

2010-04-07 Thread Łukasz Stelmach
and with a single solitary dot or, to be precise "\n.\n" sequence. org-babel-perl doesn't care about it and puts "\t" befor the dot. Are these indents really necessary in the text that goes straight through IPC pipes of our OS of choice

  1   2   >