Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Bastien
Bastien b...@gnu.org writes: User spamfilteracco...@gmail.com writes: I added the timer, because I didn't know in which order the hooks are run. If org-mode hook runs first and then saveplace's hook which restores point then the above code has no effect. saveplace adds the hook at the end

Re: [Orgmode] Re: Showing hidden subtree automatically if point is hidden when the buffer is opened

2009-07-28 Thread Bastien
User spamfilteracco...@gmail.com writes: Bastien bastienguerry at googlemail.com writes: If you load this *after* loading the saveplace hook then it should be okay. Thanks to Nick Dokos for shaking my brain on this :) Well, wasn't my original solution with the null timer much nicer? You

Re: [Orgmode] Re: Automatic indentation of org tree

2009-07-28 Thread Bastien
User spamfilteracco...@gmail.com writes: Bastien bastienguerry at googlemail.com writes: I tested your code but there are several problems: it is not usable on big files, The size of the file shouldn't matter, since only lines in the current window are indented. Probably, some trivial

Re: [Orgmode] How I use org: writeup

2009-07-28 Thread Bastien
. Thanks for contributing! -- Bastien ___ 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] suggestion for a fix to org-clock-in

2009-07-28 Thread Bastien
. This prevents the regexp inside org-clock-in to recognize it as a valid clock format as thus to resume any started clock. I suggest the following simple patch. Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] Re: suggestion for a fix to org-clock-in

2009-07-29 Thread Bastien
in Org. I looked for broken functions and couldn't find some. I'm nearly glad someone found one :) -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Re: Error while: Stack overflow in regexp matcher

2009-07-29 Thread Bastien
, -- Bastien ___ 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] tea-time?

2009-07-29 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: On 2009-07-26, Bastien bastiengue...@googlemail.com wrote: This thread started because it was claimed that tea-time was integrated into org. (Just for the record, this statement came from emacswiki, not from the list... it's hard

Re: [Orgmode] shifting table cells

2009-07-29 Thread Bastien
wanting this function for a while... Sorry I can't help here. -- Bastien ___ 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] tea-time?

2009-07-29 Thread Bastien
Samuel Wales samolog...@gmail.com writes: Perhaps appt can be added to the fallbacks? Nope. org-show-notification is called by a timer, so adding a timer to a timer would be confusing IMO. -- Bastien ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] tea-time?

2009-07-29 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: I tried it and was not reminded. Does it rely on an external command? Please provide more information on how you tried it. From the buffer? From the agenda? What is the value of org-show-notification-handler? -- Bastien

Re: [Orgmode] tea-time?

2009-07-29 Thread Bastien
0 (current-time-string) notification)) (setq org-show-notification-handler (function my-org-show-notification-handler)) Nice -- could you post this on Worg? I have very little time myself for this right now... Thanks! -- Bastien ___ Emacs

Re: [Orgmode] tea-time?

2009-07-29 Thread Bastien
at notification time if a variable is non-nil. Thanks for these ideas. I'm busy the next following days, I will work back on this on sunday. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

Re: [Orgmode] LaTeX export bug

2009-07-30 Thread Bastien
Dan Griswold dgris...@rochester.rr.com writes: Hi there, Well, I think this a bug. I can also reproduce this, I will fix it by sunday. Thanks, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Column mode a whole file

2009-07-30 Thread Bastien
. Adding one is not that much work either. Does this requirement is okay for you? An empty line is enough. As well, yes. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Sparse Trees layout

2009-07-30 Thread Bastien
this? I find this a bit confusing... -- Bastien ___ 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-M-a, C-M-e

2009-07-30 Thread Bastien
t) (goto-char (match-beginning 0)) (message No next top-level heading))) --8---cut here---end---8--- Not sure they deserve keybindings though. -- Bastien ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Cycling when there is no subtree

2009-07-30 Thread Bastien
switch to SHOW ALL. I'll Carsten sort this out -- and possibly revert the change I just made, if he disagrees! Thanks for this idea, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] possible URI handling bug: verification and reporting?

2009-07-30 Thread Bastien
Tom Roche tom_ro...@pobox.com writes: http://dx.doi.org/10.1016/S1352-2310(01)00429-0 0 When I paste the link from my browser into an org-mode buffer, only the part before the first '(' http://dx.doi.org/10.1016/S1352-2310 is fontified. Fixed, thanks. -- Bastien

Re: [Orgmode] Re: possible URI handling bug: verification and reporting?

2009-07-30 Thread Bastien
, -- Bastien ___ 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] How to publish to html only the visible part?

2009-07-31 Thread Bastien
CrazyVibes crazyvi...@gmail.com writes: Exporting allows only the visible part to be exported to HTML, I wonder if there is an option in publishing that only publish the visible part for all files in a project? Not yet. -- Bastien ___ Emacs

Re: [Orgmode] Wow

2009-08-01 Thread Bastien
Unicorn... http://wildammo.com/2009/07/27/unusual-paintings-of-obama-naked-with-unicorns/ Peace to all, see you soon! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Faces in agenda view

2009-08-02 Thread Bastien
Rainer Stengele rainer.steng...@diplan.de writes: Bastien schrieb: Paul Mead paul.d.m...@gmail.com writes: Can anyone give me a quick and easy way of changing this without breaking something else? Go to the face you want to change and hit M-x customize-face RET is it possible

Re: [Orgmode] [PATCH] Fix Not on a heading error when setting priority inside a task

2009-08-02 Thread Bastien
to the heading and includes that during tag alignment to remove the error text. --- This patch is available at git://git.norang.ca/org-mode.git for-carsten Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Narrow tSparse Trees layout

2009-08-02 Thread Bastien
. But maybe a narrowed tree should be considered as a selected region by default... -- Bastien ___ 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] Off

2009-08-02 Thread Bastien
/~guerry/bastien-org-mode.php Have fun! -- Bastien ___ 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] suggestion: native orgmode XML export (and import?)

2009-08-07 Thread Bastien
, together with documentation on how to write an exporter. But the basic structure of the parsed buffer is the same, you can use it safely. In the meantime, it would be useful to describe what kind of XML output do you want, because XML does not really describe anything per se. Best, -- Bastien

[Orgmode] Re: org-link-mode ...

2009-08-08 Thread Bastien
are the main features of linkd.el and mlinks.el -- and what are the ones you miss in Org... Thanks for further clarifications :) -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: org-link-mode ...

2009-08-18 Thread Bastien
-code document could be highlighted and activated so that the C-c C-o keybinding can be used to follow said link. -- Eric Now I understand. Maybe someone can grab some code from Org and try to write a minimal implementation of this. -- Bastien

Re: [Orgmode] Customizing LaTeX export (Org Format Latex Header)

2009-08-18 Thread Bastien
, in lisp is `org-format-latex-header' is for processing LaTeX fragments, that's why it's in org.el rather than in org-latex.el. For LaTeX export options, better check the Org LaTeX group in customize: M-x customize-group RET org-latex RET HTH, -- Bastien

Re: [Orgmode] odt2org

2009-08-18 Thread Bastien
to test it under GNU/Linux (debian) but the installation of the lxml library is not straightforward: http://codespeak.net/lxml/installation.html Did anyone successfully installed/tested José converter under GNU/Linux? Thanks! -- Bastien ___ Emacs

Re: [Orgmode] Viewing org Files on Your Phone

2009-08-18 Thread Bastien
well. Ian. -- Bastien ___ 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] Use remember to file an item to a list

2009-08-19 Thread Bastien
remembering heavily relies on the target structure. -- Bastien ___ 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] missing :END: error message is not very helpful (patch)

2009-08-19 Thread Bastien
Friedrich Delgado Friedrichs frie...@nomaden.org writes: I had a missing :END: line in a long file due to some editing screwups and the (error :END: line missing)) wasn't too helpful. I propose the following patch: Applied, thanks. -- Bastien

Re: [Orgmode] Re: Error while: Stack overflow in regexp matcher

2009-08-20 Thread Bastien
with long files? Sorry no - some unexpected job constraints make me travel again, I have to prepare this. Maybe someone else can take this challenge? Best, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Feature idea: Automatic clocking

2009-08-23 Thread Bastien
that the universe is such a running clock in itself :) -- Bastien ___ 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] About `_' in link address .

2009-08-23 Thread Bastien
waterloo waterloo2...@gmail.com writes:  But when link address includes `_' , `_' is always thought of as a math mode in latex. I cannot reproduce this - can you give an example? -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Bastien
-- Bastien ___ 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-e skips incrementally to end of a long line

2009-08-23 Thread Bastien
is on by default in Emacs 23, which annoys many users. -- Bastien ___ 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] About `_' in link address .

2009-08-23 Thread Bastien
waterloo waterloo2...@gmail.com writes: I mean when I export to html the `sea' become subscript. I cannot reproduce this. Your first email didn't mention that you wanted to export to HTML, and it mentioned the LaTeX math mode... -- Bastien

Re: [Orgmode] can't see emphasized text in org

2009-08-23 Thread Bastien
this would break things backward. Thanks again for the helpful information, -- Bastien ___ 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] Gnus link bug

2009-08-23 Thread Bastien
or Tassilo use that in org-gnus? Thank you. Please Gnus army test it! Thanks, -- Bastien ___ 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: Gnus link bug

2009-08-25 Thread Bastien
-article-header))) fetches the right header, I think it's okay to use your code. Thanks for this! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] POLL: Change of keys to move agenda through time

2009-08-25 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: 1. Make the cursor keys LEFT and RIGHT do normal cursor motion again +1 2. Use the keys n and p to switch the agenda to earlier and later dates. +1 (or M-n and M-p?) -- Bastien ___ Emacs

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Bastien
to earlier and later dates. But n and p are already used to move up and down entries in the org-agenda. Where would they go to then? C-n and C-p, like in any Emacs buffer? -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Bastien
to be remapped. Obviously this is not the easiest possible solution. However, these bindings would be very consistent with the conventions of most other Emacs packages. Agreed. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] How to make a word as anchor and emph simultaneouly ?

2009-08-25 Thread Bastien
. -- Bastien ___ 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] Please test org-indent-mode

2009-08-25 Thread Bastien
...) -- Bastien ___ 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] [PATCH] org-notify - treat notification as a variable not a function

2009-08-26 Thread Bastien
Bernt Hansen be...@norang.ca writes: notification is passed to org-show-notification and should not be invoked as a function. Applied, thanks! (and sorry for the silly mistake.) -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-26 Thread Bastien
, if there was enough support/need for this. I do not think that this is strictly necessary, because every user can of course rebind keys in any way she likes. Yes. I would spare the option. -- Bastien ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Gnus link bug

2009-08-28 Thread Bastien
Hi Leo, Leo sdl@gmail.com writes: Could you install that in org.git? Carsten already took care of this: http://repo.or.cz/w/org-mode.git?a=commit;h=babb63a27fbd5c050670753c908d543b4f5d5978 Thanks! -- Bastien ___ Emacs-orgmode mailing list

Re: [Orgmode] Re: Can't export to LaTeX/PDF.

2009-08-30 Thread Bastien
for this in the git repo. -- Bastien, from Tahiti ___ 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] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-04 Thread Bastien
: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Easier customization of TODO keyword colors

2009-09-04 Thread Bastien
)) (and (member kwd org-done-keywords) 'org-done) 'org-todo ___ 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 -- Bastien

Re: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-05 Thread Bastien
-agenda-files outside of the custom-file. Maybe the documentation should warn the user about this problem. I don't see any simple solution... -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

Re: [Orgmode] Re: Fwd: loading org changes faces in other modes

2009-09-07 Thread Bastien
a default set of loaded modules, while suggesting the user that there are many others to load. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

Re: [Orgmode] Re: Subversion for backups?

2009-09-07 Thread Bastien
/backing-up-org-mode-files.html I've added a link to this blog entry at the end of this page: http://orgmode.org/worg/org-tutorials/org-vcs.php Thanks, -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] [PATCH] Org-mode version 6.30trans (release_6.30d.19.g1db9); Last character in file not folded correctly

2009-09-07 Thread Bastien
___ 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 -- Bastien ___ Emacs-orgmode mailing

Re: [Orgmode] How to get \\ in title or author?

2009-09-07 Thread Bastien
not the expected result... Is this a bug? Is there a workaround? The workaround I can think of is to use \linebreak instead of \\. \\ really means new paragraph and it doesn't really make sense in the author or title environment, does it? HTH, -- Bastien

[Orgmode] - when selecting entries in the agenda view

2009-09-07 Thread Bastien
+ (org-overlay-display ov (org-get-todo-face TODO) 'evaporate) (org-overlay-put ov 'type 'org-marked-entry-overlay)) -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

[Orgmode] Remove redundant Select link prompt in C-c C-o

2009-09-07 Thread Bastien
) -- Bastien ___ 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] - when selecting entries in the agenda view

2009-09-08 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: please go ahead an apply this patch. Done! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Remove redundant Select link prompt in C-c C-o

2009-09-08 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: OK to this change as well. Done as well. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Bastien
... Me neither :) I've found this, which might help: http://www.personal.ceu.hu/tex/breaking.htm Maybe \linebreak is less context-sensitive than \newline, which would mean that there are more contexts (like \title and \author) in which it behaves as expected. Just a guess. -- Bastien

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Bastien
Richard Moreland r...@ncogni.to writes: Here is a teaser video of the app running in the simulator: http://ncogni.to/ mobileorg-demo1.mov WOW... Great work! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Bastien
like \flushleft \flushright \centering \raggedleft \raggedright, \\ doesn't have its normal definition (whereas \newline behaves normally). - \newline is the version of \\ with no argument HTH, -- Bastien ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-09 Thread Bastien
was that converting \\ into \textbackslash was more common than inserting linebreaks in title (of which I didn't think in fact...) -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] ignoring non-existent agenda files

2009-09-09 Thread Bastien
if an agenda file doesn't exist. I have a different set of .org files in each computer, and my org-agenda-files is a superset of all. I would prefer a preference to request all non-existing agenda files to be ignored. -- Bastien ___ Emacs-orgmode

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-09 Thread Bastien
and \linebreak work in \title (with different outputs) but not in \author. \\ works in \author. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] Org-mode Mercurial mirror on Bitbucket

2009-09-15 Thread Bastien
it is useful. Perhaps people using this repo should be advised to create patches preferrably against the git repo? At least a link to the official repo would be nice. Thanks! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
is also useful: share the criticism when the fresh impression vanished, and the core of it remains. Thanks for everything! Thanks for sharing your thoughts, I'm sure positive improvements will follow. best, -- Bastien ___ Emacs-orgmode mailing

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
-ers, exchanging on how they progressively adapt Org to their needs or any other topics. This could actually be a bit more fun to write, and I'm sure the result would be useful. Who's in? -- Bastien ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Bastien
it easier to more people to open Org's doors. -- Bastien ___ 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] The requested URL /worg/images/screenshots/org-zenburn.jpg was not found on this server.

2009-09-18 Thread Bastien
Rainer Stengele rainer.steng...@diplan.de writes: a minor bug ... The requested URL /worg/images/screenshots/org-zenburn.jpg was not found on this server. Fixed, thanks! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] Org-mode version 6.30trans; Cursor does not move to end-of-line in agenda view

2009-09-24 Thread Bastien
annoying for links. Besides that (only good) reason, I guess it just looks weird... I reported this problem before as well. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Org-mode version 6.30trans; Cursor does not move to end-of-line in agenda view

2009-09-28 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: Besides that (only good) reason, I guess it just looks weird... I reported this problem before as well. OK, I gave it a try - lets see what it breaks Works nice so far, thanks a lot! -- Bastien

Re: [Orgmode] subject lines

2009-09-28 Thread Bastien
For example, I suggest that this subject line: Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure caption becomes: Footnotes not working in figure caption -- 6.30trans (release_6.30d.869.g4cb3) Carsten, shall I change to this? -- Bastien

Re: [Orgmode] LaTeX export bug (skipping outline levels)

2009-10-02 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: yes, the LaTeX exporter is picky about correct outline structure. I am not sure if this can be changed without breaking something. Bastien, can you see this? Now I can see (my @gnu.org email was down for two days.) But I don't see any

Re: [Orgmode] Worg: common #+MACRO definitions

2009-10-05 Thread Bastien
/macros.org ??? I would say no problem! Just create it. Bastien, any objections? Sure, no objection! -- Bastien, catching up emails from an airport ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] Worg: common #+MACRO definitions

2009-10-05 Thread Bastien
Sebastian sebastian_r...@gmx.de writes: Am Montag, den 05.10.2009, 14:52 +0800 schrieb Bastien: Carsten Dominik carsten.domi...@gmail.com writes: 2.) This is the crucial point: can we have (have we?) a common #+SETUPFILE:, where we could define those macros? That way we could

Re: [Orgmode] Differences html/pdf

2009-10-28 Thread Bastien
. I understand such a function doesn't come along nicely with the general LaTeX philosophy, but it should be possible after all... Did anyone already tried to find such a package ? -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] [MobileOrg] Plans for an android app ?

2009-12-04 Thread Bastien
ways to make this interact with the futur Org application for Android... -- Bastien ___ 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] Org needs your vote

2009-12-07 Thread Bastien
Manish mailtomanish.sha...@gmail.com writes: Done! Thanks for sharing. Done as well. -- Bastien ___ 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

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-29 Thread Bastien
nice - please send me the patch and I'll review it for inclusion. Thanks, -- Bastien ___ 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] repo.or.cz

2010-01-25 Thread Bastien
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: is there anyone here with an account on repo.or.cz (access with git +ssh) who can currently pull or push? Because I cannot. I just made a test, works fine here. -- Bastien ___ Emacs

Re: [Orgmode] @tsubheading command in org texi

2010-02-22 Thread Bastien
. | @macro tsubheading{text} | @ifinfo | @subsubheading \text\ | @end ifinfo | @ifnotinfo | @item @b{\text\} | @end ifnotinfo | @end macro ` HTH, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

[Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
) -- Bastien ___ 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] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
)) + (run-hooks 'org-clock-out-hook) + (org-clock-delete-current)) (defun org-clock-cancel () Cancel the running clock be removing the start timestamp. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: No, I think this is good to have - other functionality may want to use it. Please check it in. Okay, done! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] [org-timer] mode line request

2010-02-25 Thread Bastien
. It's not useful to allow many such timers. While doing this, I fixed a bug about a remaining timer that the user could see when calling `org-timer-show-remaining-time'. Thanks to Frédéric Couchet for catching this. -- Bastien ___ Emacs-orgmode mailing

Re: [O] Creating a SCHEDULED entry with C-c C-s seems to add a trailing whitespace after the timestamp

2011-07-18 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@diplan.de writes: Creating a SCHEDULED entry with C-c C-s seems to add a trailing whitespace after the timestamp: This has been fixed a few days ago. Can you test against latest git? -- Bastien

Re: [O] error writing agenda view to html file

2011-07-18 Thread Bastien
Rainer Stengele rainer.steng...@online.de writes: git checkout c6b22d How can I go back to the current development? Go back to the master branch with this command ~$ git checkout master then ~$ git pull to get latest commits. HTH, -- Bastien

Re: [O] Exporting to wiki syntax from org mode

2011-07-18 Thread Bastien
Hi Damitr and Puneeth, Puneeth Chaganti puncha...@gmail.com writes: There's an experimental generic exporter written by Bastien. It comes along with an experimental exporter to Mediawiki format[1]. Yes -- please Damitr check org-mw.el and report any problem. It can be easily ported to any

Re: [O] how to change the headline starter *

2011-07-18 Thread Bastien
remove hardcoded \\* sequences... I'm on it this week. -- Bastien

Re: [O] Possibly new function to view your notes in chronological order

2011-07-18 Thread Bastien
tree. What do you think? -- Bastien

Re: [O] Custom agenda view for properties

2011-07-18 Thread Bastien
not work... (tags +REVIEW=\weekly\) ;; not tested, but should do Should such an example be in the manual (node (org) Storing searches ) ? Surely -- if you can take the time, a patch would be great. Thanks, -- Bastien

[O] New feature: loop over siblings for some commands

2011-07-18 Thread Bastien
feature and its scope wrt actual needs. Thanks a lot! -- Bastien

Re: [O] Broken link on Worg

2011-07-18 Thread Bastien
by this link. Not sure how to fix this right now, I will investigate further. Thanks for reporting this, -- Bastien

Re: [O] breaking URLs

2011-07-18 Thread Bastien
the following error message: ERROR: pdfTeX error (ext1): \pdfendlink cannot be used in vertical mode. This looks like a LaTeX related problem, and I'm not export enough to help here. I hope someone will be able to give you further advice. Thanks, -- Bastien

Re: [O] error writing agenda view to html file

2011-07-18 Thread Bastien
files (either in .emacs.el or some other value of the variable custom-file, which see. Can you send this part of the configuration? Is anybody else able to reproduce this problem? Thanks, -- Bastien

  1   2   3   4   5   6   7   8   9   10   >