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
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
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
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:
"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]+?\\)
"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
"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) |
"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 --
>
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
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
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
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
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
> 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
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 "
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
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
[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
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
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
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
--- 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
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
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
24 matches
Mail list logo