Re: [Orgmode] org+emacs vs CLI

2011-02-11 Thread John Hendy
On Fri, Feb 11, 2011 at 6:43 PM, Marcelo de Moraes Serpa < celose...@gmail.com> wrote: > Hi list, > > I do think CLI clients for org would be nice, as discussed in the > taskwarrior thread, but really, IMO, emacs+org will always be faster > to input and query org data. > What do you think? > I

[Orgmode] Bug in column mode where parent has TODO [#A] [/]

2011-02-11 Thread Luke Crook
In column mode, if I modify the TODO status of a subtree then the priority of the parent becomes manged. I am using org-version 7.4 For example; ** TODO [#A] [2/3] BLAH *** TODO BLEE When in column mode, changing the subheading to something other than TODO results in the following: ** TODO [

Re: [Orgmode] org-mode without stars

2011-02-11 Thread Samuel Wales
With a large amount of programming talent and power, we might be able to refactor. This might allow us to, for example, put headlines in source files inside comments. There might be reasons why that's bad, but it's a possibility. ___ Emacs-orgmode maili

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread Tom Breton (Tehom)
> "Tom Breton (Tehom)" writes: > >> Any interest in trying this out? I can push it if anyone else wants to >> try it out. > > I'm interested! Please let me know where I can read some code. > > Thanks :) I pushed it just now; it's on branch stow-design. Here is a little documentation: *** How

[Orgmode] OT: medical practice software with all functions including machine learning

2011-02-11 Thread Samuel Wales
This is totally OT, but I thought some of you would have ideas. You share my software sensibilities. I know a person who is creating a nonprofit, large, extremely important translational medicine clinic. This means that the clinic will be tightly integrated with basic and clinical research. One

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread brian powell
You asked to hear from interested OrgMode users: STOW is great software; yes, please push it--its great for testing and sofware configuration (STOW is) it will be very interesting and maybe very useful to see what you have in mind. STOW reminds me of AUFS/UNIONFS and there may be other uses for p

[Orgmode] org+emacs vs CLI

2011-02-11 Thread Marcelo de Moraes Serpa
Hi list, Being a geek that I am, I ended up ditching Things.app in favor of org. However, being a geek also means being bombarded by other tools like Taskwarrior. Taskwarrior is great, but I don't think it can beat the speed of org + emacs, considering of course, you are already a seasoned emacs a

Re: [Orgmode] [ANN] Changes to lists

2011-02-11 Thread Samuel Wales
Hi Nicolas, I tried c-c - on - indented text and it worked perfectly, preserving hierarchy - headlines and it did not preserve hierarchy I tried c-c * on - indented text and it did not preserve hierarchy - a list and it did not preserve hierarchy Latest git. Samuel On 2011-02-10, Nic

Re: [Orgmode] c-c c-e 1 a crashes

2011-02-11 Thread Samuel Wales
Thanks, Bastien. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper. __

[Orgmode] Re: Re-map global key while in the agenda?

2011-02-11 Thread Bernt Hansen
Bastien writes: > Hi Nathan, > > Nathan Neff writes: > >> I have i mapped to 'org-clock-in and I would also like i to >> clock in while I'm in the agenda. > > How is that useful outside an org-mode buffer? It's useful with a C-u prefix to pick another task off the recently clocked items menu.

[Orgmode] Re: Accessing CATEGORY for custom agenda command

2011-02-11 Thread Markus Heller
Bastien writes: > Hi Markus, > > Markus Heller writes: > >> I'm trying to get the following to work: >> >> (org-add-agenda-custom-command >> '("X" tags "Task" >>((org-agenda-skip-function '(org-agenda-skip-entry-if >> 'notregexp "Admin")) >> (org-agenda-ove

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Stefan Monnier
>>> So the question is: how can the completion-ignore-case value be >>> propagated from the completion gathering function in >>> `completion-at-point-functions' to the function that actually applies >>> this completion, without having to modify the global or buffer local >>> value of `completion-ig

Re: [Orgmode] [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-02-11 Thread Eric Schulte
Vladimir Alexiev writes: > 1. Evaluate this: > (setq org-entities-user ; name latex math-p html ascii latin1 utf8 > '(("ok" nil nil "ચ" "OK" "OK" "✔") > ("nok" nil nil "ઞ" "NOK" "NOK" "✘"))) > (setq org-pretty-entities t); \ok -> ✔ in buffer > > 2. Put this in an org buffer > -

Re: [Orgmode] Bug: startup hidestars also hides the point (square at point) [6.33x]

2011-02-11 Thread Arne Babenhauserheide
On Thursday 10 February 2011 16:50:43 Bastien wrote: > Arne Babenhauserheide writes: > > Is it possible to disable the blinking statically and set the point to > > visible? > > Sorry I don't know... No problem. Thank you for caring! Best wishes, Arne

Re: [Orgmode] automatic regression test (again)

2011-02-11 Thread Michael Brand
Hi Eric On Fri, Feb 11, 2011 at 16:09, Eric Schulte wrote: > These previous discussion resulted in the creation of a unit test suite > for Org-mode.  Look in the testing, specifically at > > testing/README.org > testing/org-test.el > > Any contributions to the test suite would be most appreciated

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Tassilo Horn
Stefan Monnier writes: Hi Stefan, >> So the question is: how can the completion-ignore-case value be >> propagated from the completion gathering function in >> `completion-at-point-functions' to the function that actually applies >> this completion, without having to modify the global or buffer

Re: [Orgmode] Extending paste to auto-archive a copied image

2011-02-11 Thread Marcelo de Moraes Serpa
Hi Bastien, Let's say I copy a file from my desktop. If I copy it (C-c) and then yank into emacs, the filename is pasted. Now, if I drag and drop it into an emacs buffer, emacs inserts the contents of the file. These two scenarios sum up something I think would be an awesome addition to org, if

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-11 Thread Marcelo de Moraes Serpa
That's a nice idea. Integration would be cool, besides, a taskwarrior2org (to sync back to the original org files) would be useful. Since CLI is a simpler interface, it could be used from anywhere where ssh is available... smartphones, for example; although we already have mobile-org. Food for thou

Re: [Orgmode] Re-map global key while in the agenda?

2011-02-11 Thread Bastien
Hi Nathan, Nathan Neff writes: > I have i mapped to 'org-clock-in and I would also like i to > clock in while I'm in the agenda. How is that useful outside an org-mode buffer? > Is it possible to redefine a global key mapping in the agenda? No. Better to define your key in org-mode-map and

Re: [Orgmode] More entries able to export to icalendar format

2011-02-11 Thread Bastien
Hi Niels, Niels Giesen writes: > Hi Bastien, > >> Can you submit your changes in the form of a patch, precisely describing >> your changes? This way I can more easily try to understand/test them. > > I will do so. Thanks! > What is the preferred way to do so: attaching those patches or quoti

Re: [Orgmode] Accessing CATEGORY for custom agenda command

2011-02-11 Thread Bastien
Hi Markus, Markus Heller writes: > I'm trying to get the following to work: > > (org-add-agenda-custom-command > '("X" tags "Task" >((org-agenda-skip-function '(org-agenda-skip-entry-if > 'notregexp "Admin")) > (org-agenda-overriding-header " Test" >

[Orgmode] Accessing CATEGORY for custom agenda command

2011-02-11 Thread Markus Heller
Hi all, I'm trying to get the following to work: (org-add-agenda-custom-command '("X" tags "Task" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "Admin")) (org-agenda-overriding-header " Test" I want all entries that have the tag "

[Orgmode] Re: Timestamp display behavior in timeline view

2011-02-11 Thread Bastien
Hi Bernt, Bernt Hansen writes: >> * TODO range with todo >> <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> > > Shouldn't these timestamps have two dashes between them? ><2010-12-25 Sat 14:40>--<2010-12-25 Sat 14:50> > or ><2010-12-25 Sat 14:40-14:50> The manual advertize two dashes but

Re: [Orgmode] More entries able to export to icalendar format

2011-02-11 Thread Niels Giesen
Hi Bastien, > Can you submit your changes in the form of a patch, precisely describing > your changes? This way I can more easily try to understand/test them. I will do so. What is the preferred way to do so: attaching those patches or quoting them in-line? Niels -- http://pft.github.com/ _

[Orgmode] Re: Timestamp display behavior in timeline view

2011-02-11 Thread Bernt Hansen
Bastien writes: > Hi Alex, > > Alex Huang writes: > >> 3. current behavior: >> ( + is unsurprising, ! is surprising, ? is not sure whether to be >> surprised) >> + entries without time information not displayed >> + timestamps without text not displayed >> ! entries with timestamps displ

[Orgmode] Re: Timestamp display behavior in timeline view

2011-02-11 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > You used this: > > * TODO <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> range with todo > > which looks weird. > > Better to put the timestamp/range on the next line: > > * TODO range with todo > <2010-12-25 Sat 14:40>-<2010-12-25 Sat 14:50> > > You won't get the sur

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-11 Thread Gary Oberbrunner
I just joined the list recently and am very excited to try direct odt export! I checked out Jambunathan's git repo. I'm already running org-mode from its git master; is your repo a fork of the master, or is it its own thing? It seems like it contains everything, so I should use it instead of the

Re: [Orgmode] org-git-link does not support locational information within file

2011-02-11 Thread Samuel Wales
For a concise and relevant post: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28464.html -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre

Re: [Orgmode] org-git-link does not support locational information within file

2011-02-11 Thread Samuel Wales
Hi Bastien, I think your reluctance to change the syntax is understandable. Then again, I'm a proponent of simple syntax. That is one reason I like Lisp. > org-git-link.el is quite readable, and I'd welcome ideas on how to > extend it to fulfill your wishes without extending Org's link syntax >

Re: [Orgmode] Automatic noexport tag based on rules?

2011-02-11 Thread John Hendy
On Fri, Feb 11, 2011 at 2:34 AM, Carsten Dominik wrote: > > On Feb 9, 2011, at 1:29 AM, John Hendy wrote: > > An alternative to using the :noexport: tag, and also to > the other suggestions given here in this thread would > be to use `org-map-entries' to physically remove all > subtrees which matc

Re: [Orgmode] multiple agenda buffers

2011-02-11 Thread Suvayu Ali
Hi Bastien, On Fri, 11 Feb 2011 16:20:08 +0100 Bastien wrote: > I reckon your use-case makes sense, but I'm not sure how useful it > would be in general. > > It would be a bit like being able to open several email inboxes at the > same time, for the sake of comparing informations from various >

Re: [Orgmode] Go to today in Calendar

2011-02-11 Thread Bastien
Hi Nathan, Nathan Neff writes: > I just found that you can press "." in the Calendar to jump to today's > date. Nice one, I didn't know that! Thanks for the tip, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] Hints for scheduling using Agenda

2011-02-11 Thread Bastien
Hi Nathan, Nathan Neff writes: > I'm starting to use column mode in the Agenda, where the estimated > effort for each TODO item is shown. The sums of the estimated > effort is totaled for each day. I like this feature, and want to use it > to determine when to schedule TODO items. > > Does any

Re: [Orgmode] re: iCalendar selective export / org-icalendar-verify-function

2011-02-11 Thread Bastien
Hi Arun, Arun Persaud writes: > I ran into the same problem. I know that there is > org-icalendar-verify-function, but I'm not sure how to use it... I would > like to filter for org-export-exclude-tags and also only export entries > that have a time specified in the schedule timestamp (many of m

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Eric Schulte
Hi Dan, Many interesting suggestions, but I don't see how any of them are simpler (either conceptually or in terms of implementation) than defining a way to "unset" a variable previously set at a higher level of generality. Is it the concept or the syntax of the previous suggestions that you find

Re: [Orgmode] Agenda and one-line diary display

2011-02-11 Thread Rasmus Pank Roulund
Hi Bastien, Thanks for your reply. 02/11/2011 Bill B. visits Princeton today 2pm Cognitive Studies Committee meeting Sounds interesting. 2:30-5:30 Liz at Lawrenceville 4:00pm Dentist appt 7:30pm Dinner at George's 8:00-10:00pm concert Busy day :) Here is an example of a di

Re: [Orgmode] how to create a one page weekly schedule

2011-02-11 Thread Bastien
Hi Detlef, Detlef Steuer writes: > Now I _really_ would like to see or export to something like: > > * Schedule for 17.1. - 21.1.2011 > | | Mo | Tu | We| Th | Fr| > | 8-9 || | || | > | 9-10 | 9:00 lecture b | |

Re: [Orgmode] Better sitemap formating

2011-02-11 Thread Bastien
Hi Manuel, Manuel Giraud writes: > Here's a patch that make the sitemap entry formating coherent with the > new html-pre/postamble one. Applied, thanks. > While here I was trying to add some documentation about this feature in > org.texi but I end up copy/pasting or paraphrasing the docstring

[Orgmode] Re: :export: tag shows up in headings of output pdf

2011-02-11 Thread phaebz
On 02/11/2011 11:49 AM, phaebz wrote: > I am using org-mode 7.3 release. > > Problem: A file such as > > * heading to be exported :export: > > * some other heading > > gets exported to > > 1. heading to be exported :export: > > With a literal :export: tag in the pdf output heading. I have not custo

Re: [Orgmode] multiple agenda buffers

2011-02-11 Thread Bastien
Hi Suvayu, suvayu ali writes: > I was wondering whether it was possible to have multiple agenda buffers > at the same time. My use case is when I want to look for two differnt > but related things, or when I want to search while having my daily (or > weekly) agenda visible. I found references in

Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-11 Thread Bastien
Hi Marc-Oliver, Marc-Oliver Ihm writes: > The html exporter gives excellent results for all of my org-files and > with org-write-agenda it is very easy to write the agenda to file. > > However, in the html-version of the agenda there are no links. Actually, htmlize.el is designed to handle link

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Darlan Cavalcante Moreira
This is awesome. I always wanted to move from bbdb to org for my contacts. Any chance this will work with other Emacs mail clients, such as Wanderlust? -- Darlan At Wed, 09 Feb 2011 10:02:58 +0100, Julien Danjou wrote: > > [1 ] > [1.1 ] > Hi, > > Following my short presentation at the Paris

Re: [Orgmode] Agenda and one-line diary display

2011-02-11 Thread Bastien
Hi Rasmus, Rasmus Pank Roulund writes: > I have finally found a tolerable solution to include Google calendars > into Emacs and thus Org using "emacs-google"[1]. > > However, one thing is bothering me about the way Org agenda view handles > my newly populated diary file. It shows too much inform

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 02:49 PM, Dan Davison wrote: > [...] >>> 2. It should be possible somehow to include the options together with >>>the shebang, or to replace :shebang with a more general "preamble" >>>concept. Or to make :shebang accept a code blo

[Accepted] [Orgmode] Better sitemap formating

2011-02-11 Thread Bastien Guerry
Patch 594 (http://patchwork.newartisans.com/patch/594/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87lj1m7hts.fsf%40univ-nantes.fr%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8

Re: [Orgmode] Org support for the notmuch mail client"

2011-02-11 Thread Bart Bunting
+1 from me also. Bart On Wed, 09 Feb 2011 20:42:44 +, Andreas Amann wrote: > Hi Bastien, > > > I'm not using notmuch myself and I would welcome feedback from notmuch > > Org users. I would happily add it to org-mode/contrib/lisp if this is > > proves useful to several people around. > >

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-11 Thread Uriel Avalos
On Fri, 11 Feb 2011 09:34:08 +0100 Carsten Dominik wrote: > > On Feb 10, 2011, at 9:25 PM, Uriel Avalos wrote: > > > How do you insert the actual & character in an HTML export? > > > > I'm trying to write a macro to insert a MATHML snippet but org-mode > > converts & to &. > > > > How can I p

[Orgmode] Mails with icalendar appointments (Was: Org support for the notmuch mail client)

2011-02-11 Thread Andreas Amann
I get quite a few emails in icalendar format which are requests for appointments. To avoid unnecessary distraction, I would like to quickly convert them into org-mode TODO list items. What is the recommended way to do this? Can the org-capture framework be used for this? I use notmuch to access e

Re: [Orgmode] Preview link to text file inline?

2011-02-11 Thread Bastien
Hi Piter, Piter_ writes: > Preview link to text file inline? Is it possible in orgmode? No it's not. You can view the file in another window with C-c C-o. HTH, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Orgmode] Better sitemap formating

2011-02-11 Thread Manuel Giraud
Hi, Here's a patch that make the sitemap entry formating coherent with the new html-pre/postamble one. While here I was trying to add some documentation about this feature in org.texi but I end up copy/pasting or paraphrasing the docstring of correspondant customs. Is it acceptable for the docu

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Dan Davison
"Eric Schulte" writes: > Hi Dan, > > Many interesting suggestions, but I don't see how any of them are > simpler (either conceptually or in terms of implementation) than > defining a way to "unset" a variable previously set at a higher level of > generality. Is it the concept or the syntax of the

Re: [Orgmode] question about opening a file in .emacs

2011-02-11 Thread Bastien
"Filippo A. Salustri" writes: > It might be something wrong with the code I use, or it might be an > Aquamacs issue, or it might be a general emacs issue. In any case, not an Org issue -- better to ask on the Aquamacs list :) -- Bastien ___ Emacs-o

Re: [Orgmode] automatic regression test (again)

2011-02-11 Thread Eric Schulte
Michael Brand writes: > (this is a fork of > http://thread.gmane.org/gmane.emacs.orgmode/35415/focus=37389) > > Hi Bastien > > On Thu, Feb 10, 2011 at 15:35, Bastien wrote: >> Michael, thanks for the detailed step-by-step way of reproducing the >> problem with a bare emacs! Quite useful. > > If

Re: [Orgmode] Missing line breaks in ps export of agenda

2011-02-11 Thread Bastien
Hi Julia, Julia Jacobson writes: > The export of an agenda to a Postscript file doesn't seem break lines. I cannot reproduce this. What version of Org/Emacs are you using? The result of wrapped lines is not very nice anyway, so better to try sticking to short agenda headings. Best, -- Bas

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Stefan Monnier
> So the question is: how can the completion-ignore-case value be > propagated from the completion gathering function in > `completion-at-point-functions' to the function that actually applies > this completion, without having to modify the global or buffer local > value of `completion-ignore-case'

Re: [Orgmode] question about opening a file in .emacs

2011-02-11 Thread Filippo A. Salustri
That's fine. I just thought I'd ask. Cheers. Fil On 11 February 2011 09:22, Bastien wrote: > "Filippo A. Salustri" writes: > > > It might be something wrong with the code I use, or it might be an > > Aquamacs issue, or it might be a general emacs issue. > > In any case, not an Org issue -- bett

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 02:41 PM, Dan Davison wrote: > Rainer M Krug writes: > >> On 02/11/2011 01:19 PM, Dan Davison wrote: >>> "Eric Schulte" writes: >>> Rainer M Krug writes: > On 02/10/2011 02:27 AM, Eric Schulte wrote: >> Rainer M Krug

Re: [Orgmode] org-git-link does not support locational information within file

2011-02-11 Thread Bastien
Hi Gregor, Gregor Kappler writes: > 2. use git versioned files transparently, i.e. org-git-store-link > should support search (org-ids and text files) in linked git > revisions of files. I've look into this. We could code things to add a search string: [[git:~/my.org::master@{2011-

[Orgmode] Re-map global key while in the agenda?

2011-02-11 Thread Nathan Neff
Hello, I have i mapped to 'org-clock-in and I would also like i to clock in while I'm in the agenda. I have i bound using global-set-key like this: (global-set-key (kbd " i") 'org-clock-in) And I tried using "define-key" to redefine F3-i in agenda mode like this: (add-hook 'org-agenda-mode-h

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Dan Davison
[...] >> 2. It should be possible somehow to include the options together with >>the shebang, or to replace :shebang with a more general "preamble" >>concept. Or to make :shebang accept a code block as its value. >> >> >> #+BABEL: :var A=13 >> #

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Dan Davison
Rainer M Krug writes: > On 02/11/2011 01:19 PM, Dan Davison wrote: >> "Eric Schulte" writes: >> >>> Rainer M Krug writes: >>> On 02/10/2011 02:27 AM, Eric Schulte wrote: > Rainer M Krug writes: > >> Hi >> >> For one project, I am usinr org to write submit scripte to a

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread Bastien
"Tom Breton (Tehom)" writes: > Any interest in trying this out? I can push it if anyone else wants to > try it out. I'm interested! Please let me know where I can read some code. Thanks :) -- Bastien ___ Emacs-orgmode mailing list Please use `Re

Re: [Orgmode] Inconsistencies in email and author export

2011-02-11 Thread Bastien
Hi Lawrence, Lawrence Mitchell writes: > The decision for when to add email and author information to an > exported document seems to be treated somewhat inconsistently > between export backends. Yes, it is a bit inconsistent. However, I'd rather discuss the way author/email information are in

Re: [Orgmode] [RFC] Give org-format-agenda-item a real format

2011-02-11 Thread Bastien
Carsten Dominik writes: > Important testing will be to see how the agenda behaves > when metadata is changed from the agenda. For example, > changing dates with S-left and S-right, changing the TODO > states, tags, priorities etc. Indeed. Some testing for Julien: - Setting TODO keyword is oka

Re: [Orgmode] [BUG] export of table.el tables

2011-02-11 Thread Bastien
David Maus writes: >> Summary: table.el tables with row and col spans are not getting exported >> as expected on html export. >> >> Looks like the table markers gets recognized as strikethroughs, mdashes >> and ndashes. This apparrently is getting in the way of proper >> export. >> >> Furthermore

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 01:19 PM, Dan Davison wrote: > "Eric Schulte" writes: > >> Rainer M Krug writes: >> >>> On 02/10/2011 02:27 AM, Eric Schulte wrote: Rainer M Krug writes: > Hi > > For one project, I am usinr org to write submit s

Re: [Orgmode] latex table export not centered

2011-02-11 Thread Bastien
Hi Andreas, Andreas Leha writes: > #+BIND: org-export-latex-tables-centered nil > #+TITLE: Test Centered Tables > > * Test > | col1 | col2 | col3 | > |--+--+--| > |1 |2 |3 | > > > But this does not work. The table stays centered. I just tested this: the tabl

Re: [Orgmode] [Emacs-orgmode] cannot store link to an info ode?

2011-02-11 Thread Bastien
Hi Vincent, Vincent Belaïche writes: > This format contradicts the assumption made in the URL package, > according to URL documentation the format should have been > > [[info:org.info#External%20links][some description]] I've pushed a fix to use this format (with "#") now. You can still follow

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 12:55 PM, Dan Davison wrote: > Rainer M Krug writes: > >> On 02/11/2011 10:32 AM, Dan Davison wrote: >>> Rainer M Krug writes: >>> On 02/10/2011 05:48 PM, Eric Schulte wrote: > Rainer M Krug writes: > >> On 02/10/2011

Re: [Orgmode] Feature request: another Org file for anniversary entries

2011-02-11 Thread Bastien
Hi Juraj, thanks for the patch and the explanations. Juraj Kubelka writes: > So, my regular diary events are stored in main.org file and > anniversaries in anniversary.org file. Which lets you have two separate .ics files, one containing anniversaries, the other one not containing them. I sti

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Dan Davison
"Eric Schulte" writes: > Rainer M Krug writes: > >> On 02/10/2011 02:27 AM, Eric Schulte wrote: >>> Rainer M Krug writes: >>> Hi For one project, I am usinr org to write submit scripte to a cluster runing torqu. The important bit in this is, that between the shebang and

Re: [Orgmode] Tab/S-Tab cycling behavior: how to include #+begin_src and #+results blocks

2011-02-11 Thread Bastien
Hi Leo, Leo Alekseyev writes: > I rely heavily on org-cycling/org-global-cycling to see an outline > view of the document. It would help if I could use #+begin_src and > #+results blocks, and possibly some others, in this outline view. > Specifically, I would like to be able to do the followin

Re: [Orgmode] [RFC] Give org-format-agenda-item a real format

2011-02-11 Thread Carsten Dominik
On Feb 11, 2011, at 1:13 PM, Bastien wrote: > Julien Danjou writes: > >> The ultimate goal of this is to replace `org-agenda-prefix-format' by >> `org-agenda-format' which controls the whole agenda line format and not >> only its prefix. > > Julien recently made progress on this (big) patch.

Re: [Orgmode] [RFC] Give org-format-agenda-item a real format

2011-02-11 Thread Bastien
Julien Danjou writes: > The ultimate goal of this is to replace `org-agenda-prefix-format' by > `org-agenda-format' which controls the whole agenda line format and not > only its prefix. Julien recently made progress on this (big) patch. See his branch here: http://git.naquadah.org/?p=~jd/o

Re: [Orgmode] A couple of suggestions

2011-02-11 Thread Filippo A. Salustri
And here I am thinking that I'd read / understood the manual. *sigh*. Thanks for the response, no matter how tardy it may be. Time is relative anyways; when one considers all the crap I've done between having sent that note and now, it feels like no time at all has past. :) Cheers. Fil On 11 Feb

Re: [Orgmode] Feature request: Select links by description [7.4]

2011-02-11 Thread Bastien
Hi Dave, Dave Abrahams writes: > When using org-insert-link, it would be far better for me to have it > show me the _descriptions_ of links (the default link text), rather > than showing me the links themselves. This is especially true of > email links, which are generally long and unintelligib

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Dan Davison
Rainer M Krug writes: > On 02/11/2011 10:32 AM, Dan Davison wrote: >> Rainer M Krug writes: >> >>> On 02/10/2011 05:48 PM, Eric Schulte wrote: Rainer M Krug writes: > On 02/10/2011 02:27 AM, Eric Schulte wrote: >> Rainer M Krug writes: >> >>> Hi >>> >>> For on

Re: [Orgmode] Extending paste to auto-archive a copied image

2011-02-11 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > So, I'm usign an emacs extension that renders links to image as the > image itself, it's a minor mode called iimage.el. It works great, but > the fact that I need to copy the image somewhere first is a time and > flow - killer. Is it possible to hook

Re: [Orgmode] A couple of suggestions

2011-02-11 Thread Bastien
Hi Filippo, "Filippo A. Salustri" writes: > I have thought of a couple of ideas.  I wanted to bounce them off the > community before thinking about trying to implement them myself (I > used to be pretty good with lisp, a thousand years ago). I used to reply faster to emails, a thousand years ag

Re: [Orgmode] More entries able to export to icalendar format

2011-02-11 Thread Bastien
Hi Niels, Niels Giesen writes: > I took a stab at ameliorating =icalendar--convert-float-to-ical=, and > would like your early comments before going further. Can you submit your changes in the form of a patch, precisely describing your changes? This way I can more easily try to understand/test

Re: [Orgmode] Open HTML link in other window?

2011-02-11 Thread Bastien
Hi Vladimir, Vladimir Alexiev writes: > Is there a way to configure the HTML export to open every > *external* link to another window? #+ATTR_HTML: target="_blank" [[http://www.w3schools.com/HTML/html_links.asp][link]] Will add the target attribute to the link. There is no way to set this as

Re: [Orgmode] Re: Small bug in table editing

2011-02-11 Thread Bastien
Hi Christopher, Christopher Witte writes: > As I said, I can be persuaded otherwise, but saying don't use org-mode > tables isn't very persuasive. :) > What is the semantic model for "enter" > when using org-mode tables? Clearly I don't understand it. Return and TAB reformats the current ta

Re: [Orgmode] Re: Combination of =code= and Description

2011-02-11 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> But >> >> \item[{\texttt code}]some additional text >> >> would do the job. > > No, it doesn't - it makes the first "c" character non-bold typewriter > and the rest "ode" bold sans serif. There simply is no boldface version > of the typewrit

Re: [Orgmode] Re: S5 export

2011-02-11 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> I would welcome an approach where we factor out some elements of >> org-export-as-html, so that exporting to s5 would just require the >> user to customize those elements. > > Sorry for piggy-backing onto this topic, but I seem to remember the

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-11 Thread Bastien
Marcelo de Moraes Serpa writes: > Bastien, Carnsten, what do you guys think of Taskwarrior? :) I think it's pretty neat and that creating an org2taskwarrior export should be easy so that we can benefit of the nice taskwarrior graphs. -- Bastien ___

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Thierry Volpiatto
Julien Danjou writes: > On Thu, Feb 10 2011, Tassilo Horn wrote: > >> I'm also using Emacs 24, and for me it doesn't work. > > Ok. Anyway I've just double checked, and it worst than that. > > Typing 'a' complete to 'aA' (instead of 'Anne ') and then > does nothing since aA is not valid. > > I'm n

Re: [Orgmode] iCalendar selective export

2011-02-11 Thread Bastien
Hi Juraj, Juraj Kubelka writes: > I found out that exporting agenda files to iCalendar > (org-export-icalendar-all-agenda-files) ignore > variable org-export-exclude-tags. Is it right? And is it wanted? I do > not want to see some tasks in my external calendar (mobile phone). You now set ̀org-i

Re: [Orgmode] Timestamp display behavior in timeline view

2011-02-11 Thread Bastien
Hi Alex, Alex Huang writes: > 3. current behavior: > ( + is unsurprising, ! is surprising, ? is not sure whether to be > surprised) > + entries without time information not displayed > + timestamps without text not displayed > ! entries with timestamps display the text, but not the times

Re: [Orgmode] how to filter CATEGORY entries in org-agenda-custom command (agenda)?

2011-02-11 Thread Bastien
Hi Rainer, Rainer Stengele writes: > how to filter CATEGORY entries in org-agenda-custom command (agenda)? You can do this by setting `org-agenda-skip-function' to a function that matches CATEGORY. You can find a subtree's category through (org-entry-get (point) "CATEGORY") HTH, -- Ba

Re: [Orgmode] Re: Keep URLs from automagically turning into links in HTML export?

2011-02-11 Thread Bastien
Hi Uriel, Uriel Avalos writes: > Actually, is there some (per file) setting that disables that feature > all together? 1. Write a function that convert [[1][2]] into [[][2]] (deleting the link in the first brackets) 2. Add this function to `org-export-preprocess-final-hook' HTH, -- Ba

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-11 Thread Tassilo Horn
Stefan Monnier writes: Hi Stefan, >> Typing 'a' complete to 'aA' (instead of 'Anne ') and >> then does nothing since aA is not valid. > >> I'm not sure completion-at-point-functions is correctly usable in >> this same condition as message/bbdb completion was. The latter used >> to return a funct

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree

2011-02-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 10:32 AM, Dan Davison wrote: > Rainer M Krug writes: > >> On 02/10/2011 05:48 PM, Eric Schulte wrote: >>> Rainer M Krug writes: >>> On 02/10/2011 02:27 AM, Eric Schulte wrote: > Rainer M Krug writes: > >> Hi >> >>

Re: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-11 Thread Bastien
Hi Gregory, "Sullivan, Gregory (US SSA)" writes: > Thanks for the note. I did indeed mean to use headings. > > I think it would be nice to be able to have the file dynamic but the > heading static in capture templates. In my case, I always want to > find a particular heading in the buffer that

Re: [Orgmode] Export issue of URL when the text begins with a date

2011-02-11 Thread Bastien
Hi Vincent, Vincent Belaïche writes: > Here is an example org file: > > --- > * some example > > [[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]] >

Re: [Orgmode] Bug: org-store-link only works interactively [7.4]

2011-02-11 Thread Bastien
Hi Dave, Dave Abrahams writes: > org-stored-links will only be updated if the function is called > interactively. I'm not sure why you would want to neuter > org-store-link otherwise, but the docs for interactive-p say: > > The only known proper use of `interactive-p' is in deciding whether t

Re: [Orgmode] $0 replaced with ampersand (&) when invoking `org-edit-special'

2011-02-11 Thread Bastien
Hi Niels, niels giesen writes: > According to [ (info "(org) Formula syntax for Calc") ], $0 > references the current cell. Pressing C-c C-c on the #+TBLFM line > below does indeed work, but C-c ' (`org-edit-special') changes the > $0 reference into a single ampersand (&). Is this a bug? I can

Re: [Orgmode] Extracting subtrees in a date-tree org file

2011-02-11 Thread Bastien
Hi Maurizio, Maurizio Vitale writes: > Is there a way to easily set the region around today's subtree or this > week's subtree in a date-tree formatted file? There is none for now, but I would welcome a patch to this effect. Have a look at the `org-mark-subtree' function for a start. Thanks,

Re: [Orgmode] Exporting org-diary-class to icalendar

2011-02-11 Thread Bastien
Hi Rémi, Rémi Vanicat writes: > For those who want to use the org-diary-class diary sexp, and who want > to export it to ical (for google calendar consumption for example) Here > is a code that will do it. Beware that my timezone is hardwired in it > (search for Europe/Paris). Quite useful. Wo

[Orgmode] :export: tag shows up in headings of output pdf

2011-02-11 Thread phaebz
I am using org-mode 7.3 release. Problem: A file such as * heading to be exported :export: * some other heading gets exported to 1. heading to be exported :export: With a literal :export: tag in the pdf output heading. I have not customized any relevant export options. Do I miss something?

Re: [Orgmode] c-c c-e 1 a crashes

2011-02-11 Thread Bastien
Hi Samuel, Samuel Wales writes: > Also, I was wondering, how often do people export the current file vs. > the current region vs. the current subtree? I don't know. > I almost always export the current subtree. I wonder if most other > people are that way also. If not, how do I make c-c c-e

  1   2   >