[Orgmode] Column view alignment in aquamacs?

2009-05-25 Thread Duncan Mortimer
Hi all, I'm having trouble getting column view to properly align under Aquamacs (distrib 1.7). I'm using fixed-width fonts for both the tab-bar, and as the org-mode default, however, as soon as I enter column-view, the font changes to a variable-width one. Does anyone have any idea what is going

Re: [Orgmode] howto refile to non-agenda file?

2009-05-25 Thread Eraldo Helal
At the moment I use: (setq org-agenda-files (list org-directory)) to define which files should be used by the agenda. However, I would like to exclude one file sitting in this directory without having to put it in a subdirectory. How would/could I do that... any idea? Eraldo On Tue, May 26, 200

Re: [Orgmode] howto refile to non-agenda file?

2009-05-25 Thread Eraldo Helal
Thank you Matt! This helped me a lot! Greetings, Eraldo ___ 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

Re: [Orgmode] C-k makes entries disappear in agenda view

2009-05-25 Thread emacs-orgmode
Carsten Dominik writes: > Fixed, thanks, please verify. It works now. No more entries disappearing without notice. -- Nicolas Goaziou ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:

Re: [Orgmode] Cycling visibility of blocks

2009-05-25 Thread Sebastian Rose
"Eric Schulte" writes: ahh - forgot - Carsten: note the unicorns: http://cloud.github.com/downloads/SebastianRose/org-search.php/speedbar1.png :-D Sebastian > Sebastian Rose writes: > >> >> and use >> >> "#\\+begin_\\([^ ]+\\) \\(.+\\)[ \t]*\\([ >> \t]+\\([^\n]+\\)\\)?\n\\([^\000]+?\\)

Re: [Orgmode] Cycling visibility of blocks

2009-05-25 Thread Sebastian Rose
"Eric Schulte" writes: > I've applied a slightly changed version of your regexp, and this is now > working for all block types (the resulting file is attached). Where > could this file be saved? The contrib directory seems like overkill for > such a small piece of functionality maybe I should po

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
"Dirk-Jan C. Binnema" writes: > So, either I'd like the to have the styles inline (like the rest > of the code, I think this is the nicer solution) *or* make the 'pre' > element do something like: >" 7 && $t < 20) { fpassthrough("/var/www/daylight.css"); } else if ( ($t > 6 && $t < 7) |

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
"Dirk-Jan C. Binnema" writes: > So, the code has all of it's CSS inline -- which is nice because that > way people who read through aggregators or feed readers also get the > colors. > > *however* the expects to find its style > information in . And that part is not used by RSS / aggregators -- >

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Sebastian Rose
M-x customize-variable RET org-export-htmlize-output-type Set the value to CSS and see what style classes are used. I've set org-export-htmlize-css-font-prefix empty, so I can use the same styles for org-export as I do for htmlized stuff that's floating around on my computer from the pre-Org ye

Re: [Orgmode] html export with htmlized code blocks [SOLVED, but...]

2009-05-25 Thread Dirk-Jan C. Binnema
Dave already gave the excellent #+BEGIN_SRC tip and I have happily included it in my workflow: http://emacs-fu.blogspot.com/2009/05/writing-and-blogging-with-org-mode.html One small remaining question... he html for the code blocks looks something like: ;; some comment So, the code has all of

Re: [Orgmode] C-k makes entries disappear in agenda view

2009-05-25 Thread Carsten Dominik
Giovanni Ridolfi writes: > you can get it from the website: > http://orgmode.org/index.html#sec-3.2 > > "For people who cannot use git, we provide zip > or tar.gz snapshot release files corresponding > to the latest git version. " Oh yes. I used to get it by git so I had completely forgotten a

Re: [Orgmode] Cycling visibility of blocks

2009-05-25 Thread Eric Schulte
Sebastian Rose writes: > > and use > > "#\\+begin_\\([^ ]+\\) \\(.+\\)[ \t]*\\([ > \t]+\\([^\n]+\\)\\)?\n\\([^\000]+?\\)#\\+end_\\1" > > > :) > > > Sebastian > Hi Sebastian, Thanks for the update! I've applied a slightly changed version of your regexp, and this is now working for all bloc

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
Here is the patch to org-clock.el that does show estimated effort in the mode-line if it is set. Like so: 01:20/01:30 (clocked time/estimated time) It does it by: * Setting new variable org-clock-effort in org-clock-in function. * If org-clock-effort is not nil, show estimated effort in

[Orgmode] Re: Drawers and HTML Export

2009-05-25 Thread Wes Hardaker
> On Sat, 23 May 2009 07:57:21 +0200, Carsten Dominik > said: >> Setting org-export-with-drawers to t allows the draws to be >> exported, but it also exports the drawer delimiters (the :DUCK: and >> the :END: in my example) which I don't want to be exported. I've >> been looking at the v

Re: [Orgmode] publish regression: body-only (with patch)

2009-05-25 Thread Carsten Dominik
Applied, thanks. - Carsten On May 24, 2009, at 6:50 PM, Richard KLINDA wrote: Hello, somehow the publish with body-only feature disappeared, or I just can't find a way to use it. Here is my usecase: , | (setq org-publish-project-alist | (list |'("foo" . (:base-directory "

Re: [Orgmode] timer for a task

2009-05-25 Thread Eraldo Helal
Sounds good to me. Eraldo On Mon, May 25, 2009 at 12:30, Konstantin Antipin wrote: > Hi Daniel, > Yes, you are right indeed. I am talking about effort estimates - I'v > missed this chapter for some reason from the manual. > I like the idea you proposed - to show how much time is left in the > mo

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
Hi Daniel, Yes, you are right indeed. I am talking about effort estimates - I'v missed this chapter for some reason from the manual. I like the idea you proposed - to show how much time is left in the mode line. And I think I am going to write necessary code for this. Or, may be someone has even b

[Orgmode] Minor request: full support of "ESC" as Meta key

2009-05-25 Thread Paolo Petta
[Dear moderator: this is of course a minor remark, and it is clearly not up to me to decide whether it is worth while being recorded at all, let alone being spread to the mailing list! But I still do hope it is not considered a downright abuse of your time!] I only just started to look into O

Re: [Orgmode] timer for a task

2009-05-25 Thread Daniel Clemente
Hi. I suppose you talk about estimated efforts. I also have noticed that I work better if I have defined them, but it is very easy to miss them and work on a task more time than planned. An easy improvement would be to show at the mode line not only how much time you have worked on the curr

Re: [Orgmode] Cycling visibility of blocks

2009-05-25 Thread Sebastian Rose
Carsten Dominik writes: > On May 25, 2009, at 3:18 AM, Sebastian Rose wrote: > >> Wow, this is great! >> >> And yes, it indeed makes sense to hide other blocks too, e.g. big ditaa >> blocks or #+BEGIN_HTML when working on LaTeX stuff (here a `S-TAB' >> action would be great, that hides all blocks

[Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
Hi everybody! I am constantly trying to be more productive, and there is one thing that I noticed: If you give yourself a specific time for a task, then you tend to finish this task in this time. It helps to stay focused and do stuff that is most important. So, the question is - Is there any way t

Re: [Orgmode] C-k makes entries disappear in agenda view

2009-05-25 Thread Giovanni Ridolfi
--- Dom 24/5/09, emacs-orgmode@gnu.org ha scritto: > Carsten Dominik writes: > > > Fixed, thanks, please verify. > > To tell the truth, I have no way of getting my hands on the > latest git at the moment. Nicolas, you can get it from the website: http://orgmode.org/index.html#sec-3.2 "For

Re: [Orgmode] Cycling visibility of blocks

2009-05-25 Thread Carsten Dominik
On May 25, 2009, at 3:18 AM, Sebastian Rose wrote: Wow, this is great! And yes, it indeed makes sense to hide other blocks too, e.g. big ditaa blocks or #+BEGIN_HTML when working on LaTeX stuff (here a `S-TAB' action would be great, that hides all blocks of that sort at once). In fact, I c

Re: [Orgmode] Question about date format

2009-05-25 Thread Petr Ruzicka
Hi, so for the record, setting that fixed my issue was "(set-w32-system-coding-system 'iso-8859-2)". Original value was cp1250. Everything works just fine now. Thank you Petr On Fri, Feb 27, 2009 at 6:52 PM, Petr Ruzicka wrote: > So I guess it's more Emacs thing than Org, could someone please ki