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
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 [
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
> "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
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
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
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
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
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.
__
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.
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
>>> 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
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
> -
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
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
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
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
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
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
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
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"
>
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 "
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
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/
_
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
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
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
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
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
>
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
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
>
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
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
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
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
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
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 | |
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
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
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
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
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
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
-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
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
+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.
>
>
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
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
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
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
"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
"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
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
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
> 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'
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
-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
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-
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
[...]
>> 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
>> #
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
"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
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
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
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
-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
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
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
-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
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
"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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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
-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
>>
>>
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
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]]
>
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
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
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,
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
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?
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 - 100 of 104 matches
Mail list logo