On Sun, Mar 20, 2011 at 4:34 AM, Eric S Fraga wrote:
> yes, I used to use yasnippet a lot but I don't any longer. I am
> actually in confusion as to which completion mechanism to use in Emacs
> these days and am going a little crazy... :( I'm currently playing with
> auto-complete.
Why did you
Filippo A. Salustri wrote:
> You're right of course. Sorry about the mixup with the attribution.
There was nothing wrong with your attribution.
I was just adding some information to my previous posting about who
suggested the drawer solution, but more importantly, adding the bit
of setup neede
Rainer M Krug writes:
> But following on your statement that the features will still be there,
> I would actually suggest to introduce an "Org Babel Mode" which would
> *disable* features like archiving - the archiving feature (very useful
> for time management et al) is quite useless in the use
You're right of course. Sorry about the mixup with the attribution.
Nick, your previous post that mentioned org-drawers helped my hide the
eval line. Thanks for that.
As for the #+BEGIN block, my installation shows these lines in a
rather gaudy orange, which I do find distracting.
I found that t
I use orgstruct mode when composing email and fill-paragraph blew up
with the following backtrace when I tried to fill a paragraph after a
drawer, as described in the last paragraph of this email.
:SETUP:
# Local variables:
# eval: (org-update-all-dblocks) -*-
# End:
:END:
This is a dummy paragr
Filippo A. Salustri wrote:
>
> On 19 March 2011 18:26, Nick Dokos wrote:
> ...
> > Another similar solution (cribbed from this list, but I don't remember
> > who suggested it) is to define a drawer and put all that stuff in it -
That was Carsten: see
http://thread.gmane.org/gmane.emacs.orgmod
I too am interested in gnowsys-mode and have been meaning to look more
deeply into it.
I remember reviewing gnowsys-mode and it looked very interesting and related
to the "semantic web" and there was a semantic web workshop in Reston, VA
recently--gnowsys-mode was on the agenda.
THere may be some
Bastien writes:
> This was a bug in Org 7.5 which has been fixed in Org 7.5 --
Ahem -- I mean it was a bug in Org 7.4, of course.
--
Bastien
Hi,
lbml...@hethcote.com writes:
> At one point in the recent past I had a file org.org with
> #+TITLE: LBM TCH KB Org
>
> Eventually I changed it to be
> #+TITLE: KBorg
>
> no matter what I do, the generated sitemap pick up the old title.
This was a bug in Org 7.5 which has been fixed in Org 7.
I see that the old title is cached in ~/.org-timestamps, I'll try clearing
that and see what happens.
L
On Sat, 19 Mar 2011, lbml...@hethcote.com wrote:
On Sat, 19 Mar 2011, Carsten Dominik wrote:
On 19.3.2011, at 04:13, lbml...@hethcote.com wrote:
Have you tried forcing republi
Juan & Nick,
I like your ideas, but my case is a little different. I only want to
hide the BEGIN/END statements, not what comes between them.
That is, I'm using a trick Ido Magal suggested
(http://permalink.gmane.org/gmane.emacs.orgmode/39226).
It works fine, except I see all the distracting block
Thank you very much Nagarjuna G -
Am Samstag, 19. März 2011, 12:19:46 schrieb Nagarjuna G:
> On Fri, Mar 18, 2011 at 8:25 PM, Martin Weigele wrote:
> > Hi all,
> >
> > I've run into some texts about "gnowsys" as a major mode extending org,
> >
>...
>...
> Yes. We use the gnowsys-mode interfac
Juan Pechiar wrote:
> On Sat, Mar 19, 2011 at 05:27:23PM -0400, Filippo A. Salustri wrote:
> > I've started using #+ blocks here and there, and (meaning no
> > disrespect) I find them a bit ugly. I would much rather there were
> > some way to hide the #+ directives (without, of course, impeding
Hi,
If you are referring to directives such as export templates, etc.,
these can in general be placed anywhere in the document. For example,
inside a COMMENT'ed heading at the end of the document, with folded
view as default.
You can also have all that in another file and use #+setupfile or
#incl
On 3/17/11 Mar 17 -4:35 AM, Bastien wrote:
> Hi Nick,
>
> Nick Dokos writes:
>
>> I didn't look very hard, but I didn't find documentation on these.
>
> If Robert or you can provide a documentation patch for this, it would
> be nice. It's not (only) laziness from me: since you stumbled on the
On Sat, 19 Mar 2011, Carsten Dominik wrote:
On 19.3.2011, at 04:13, lbml...@hethcote.com wrote:
Have you tried forcing republishing of all files by using
a C-u prefix to your publishing command?
I have now, and there is no change in result.
C-u C-c C-e P does cause a longer export/pu
Hi,
I've started using #+ blocks here and there, and (meaning no
disrespect) I find them a bit ugly. I would much rather there were
some way to hide the #+ directives (without, of course, impeding their
functionality).
I believe I've done my due diligence, checking doc & google, but I
can't find a
Marcelo de Moraes Serpa writes:
> Thanks, this works for me :)
>
> Anyway, I just wanted to debate over this particular overview file.
> Not sure if this really worths it, but has been working for me lately.
> You guys use something similar?
For day to day GTD type things, the agenda with diary
suvayu ali writes:
> 2011/3/19 Sébastien Vauban :
>>> My solution, by the way, is to insert the #+end_src line immediately upon
>>> writing a #+begin_src line and then back up a line to start writing the
>
>>> code.
>>
>> "My" solution is even simpler: just use a yasnippet template, that prompts
Sébastien Vauban writes:
> Hi Eric,
>
> Eric S Fraga wrote:
[...]
>> where there is no matching #+end_src or, more precisely, the next #+end_src
>> line is one that does not belong to this current source block. Your search
>> (in org.el) for the end of the block assumes that it does have the en
Matt Lundin writes:
> Jambunathan K writes:
> This patch (0135cb9c) breaks Wes Hardaker's generic export (in contrib).
>
> Since the backend is nil, the following line causes org-export to try to
> require org-nil:
>
> (require (intern (concat "org-" backend-name)) nil)
>
> Debugger entered--Li
Chris Randle wrote:
> On 2011-03-18 21:20, Nick Dokos wrote:
> > Mark S wrote:
> >
> >> I posted this before as a question, but since it has been confirmed by
> >> others, and shows up under Linux and Windows, I'll now post the
> >> details as a bug.
> >>
> >> The Timeline view *would* be very u
On Sat, Mar 19, 2011 at 6:33 PM, Carsten Dominik wrote:
> Another great way to use Org-mode..
>
> http://xkcd.com/874/
>
Sounds like me alright (minus the blog post bit ;-) )
Thanks for sharing.
--
Manish
On Sat, Mar 19, 2011 at 22:55, Nicolas wrote:
> [snip]
>
>>> Also, you may have a look at default templates, as your HTML variant is
>>> slightly wrong (wrt tag).
>
>> I'm not sure to understand what's "wrong". You mean the fact I added manually
>> a tag after the title?
>
> I just meant that yo
On 2011-03-18 21:20, Nick Dokos wrote:
Mark S wrote:
I posted this before as a question, but since it has been confirmed by
others, and shows up under Linux and Windows, I'll now post the
details as a bug.
The Timeline view *would* be very useful for scheduling months in
advance, reviewing hi
On Sat, Mar 19, 2011 at 18:23, Matt Lundin wrote:
> Aankhen writes:
>> [snip]
>>
>> Do you normally have ‘org-completion-use-ido’ turned off or something?
>> (Just wondering why you couldn’t use ‘org-refile’ directly.)
>
> Yes, that is correct. I normally have org-completion-use-ido turned off.
>
Hello,
Sébastien Vauban writes:
> Perfect. Works like a charm. Please do apply it...
Done.
>> Also, you may have a look at default templates, as your HTML variant is
>> slightly wrong (wrt tag).
> I'm not sure to understand what's "wrong". You mean the fact I added manually
> a tag after th
In the time entry prompt "C-c !", when I press the up or down on the
scroll-bar right scroll happens.
--
Le
On Sat, 19 Mar 2011 10:41:34 -0400
Matt Lundin wrote:
> Suvayu Ali writes:
>
> > As far as I understand GMail sends a multipart message, plain text
> > and html mixed. I can't comment further as I don't know much more
> > about email technologies and standards.
>
> And FWIW, Gnus users can m
Suvayu Ali writes:
> As far as I understand GMail sends a multipart message, plain text
> and html mixed. I can't comment further as I don't know much more about
> email technologies and standards.
And FWIW, Gnus users can make sure they don't see the html parts of
multipart/alternative messages
On Sat, Mar 19, 2011 at 8:03 AM, Carsten Dominik
wrote:
>
> Another great way to use Org-mode..
>
> http://xkcd.com/874/
>
That is *fantastic*. Maybe if I actually wrote out a plan like that on
a schedule, I'd feel better about myself... since that's about how
things often happen :)
On 19.3.2011, at 14:51, Matt Lundin wrote:
> "Urs Rau (UK)" writes:
>
>> On latest git version release_7.4-419-g68114f, [Org-mode version 7.4
>> (release_7.4.419.g68114f)] , I am trying to archive to a date-tree and
>> get the error:
>>
>> Symbol's function definition is void: org-datetree-fin
"Urs Rau (UK)" writes:
> On latest git version release_7.4-419-g68114f, [Org-mode version 7.4
> (release_7.4.419.g68114f)] , I am trying to archive to a date-tree and
> get the error:
>
> Symbol's function definition is void: org-datetree-find-year-create
>
> I found that if I '(load "org-datetre
Jambunathan K writes:
> Bastien
>
>>> + ;; Backend-specific preprocessing
>>> + (let* ((backend-name (symbol-name backend))
>>> +(f (intern (format "org-export-%s-preprocess" backend-name
>>> + (require (intern (concat "org-" backend-name)) nil)
>>> + (funcall f paramete
Another great way to use Org-mode..
http://xkcd.com/874/
Aankhen writes:
> On Sat, Mar 19, 2011 at 02:08, Matt Lundin wrote:
>> Pere Quintana Seguí writes:
>>
>>> Now I have to learn to better navigate within my much longer org files.
>>> Before, I used ido-mode to jump from buffer to buffer, now I guess I
>>> have to practise more sparse trees to ju
2011/3/19 Sébastien Vauban :
>> My solution, by the way, is to insert the #+end_src line immediately upon
>> writing a #+begin_src line and then back up a line to start writing the
>> code.
>
> "My" solution is even simpler: just use a yasnippet template, that prompts you
> for the language and put
Bert Burgemeister writes:
> * Org-agenda.el (org-agenda-open-link): C-c C-o didn't open links
> inserted via the `%%( )' mechanism, affecting usability of
> `%%(org-bbdb-anniversaries).
>
> TINYCHANGE
> ---
>
>
> The bug was apparently introduced in commit
> ba1e90893d128d8004e4cb6763af692c5a6cd6
Urs Rau writes:
> I am trying to archive completed tasks to a datetree. I am using "Move
> Subtree to Archive file" (C-c C-x -C-s) And I get the following error:
>
> release_7.4-419-g68114f
> Org-mode version 7.4 (release_7.4.419.g68114f)
> afile=/Users/ursr/org/tasksnotes.org_archive
> org-adver
On Fri, Mar 18, 2011 at 8:25 PM, Martin Weigele wrote:
> Hi all,
>
> I've run into some texts about "gnowsys" as a major mode extending org,
>
> e.g.
> -
> http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-514/paper12.pdf
> - http://lab.gnowledge.org/documentation
>
> which seems
Hi Nicolas,
Nicolas wrote:
> Sébastien Vauban writes:
>> Regarding this problem only, it must be an interaction then with my
>> following setting for the inline task in HTML:
>>
>> #+begin_src emacs-lisp
>> ;; templates for inline tasks in various exporters
>> (setq org-inline
Padawan,
Julien Danjou writes:
> Kids, look at the `message-subscribed-*' variables to configure this at
> home.
I use (setq nnmail-treat-duplicates 'delete) so I don't need to mess
around with `message-subscribed-*' variables manually to avoid receiving
duplicates.
It's confusing not to see y
Padawan,
Julien Danjou writes:
> Kids, look at the `message-subscribed-*' variables to configure this at
> home.
I use (setq nnmail-treat-duplicates 'delete) so I don't need to mess
around with `message-subscribed-*' variables manually to avoid receiving
duplicates.
It's confusing not to see y
On Sat, Mar 19, 2011 at 2:43 PM, Carsten Dominik
wrote:
>
> On 18.3.2011, at 15:29, Le Wang wrote:
>
> > The doc-string of `org-table-convert-region' doesn't specifically address
> 0 as SEPARATOR, but 0 is an integer. It shouldn't hang in any case. When I
> C-g out of the loop, my undo limit was
Hi Eric,
Eric S Fraga wrote:
> Sébastien Vauban writes:
>> Maybe this is (partly?) due to the overlay I added:
>>
>> #+begin_src emacs-lisp
>> (overlay-put (make-overlay beg1 block-end)
>> 'face 'org-block-background))
>> #+end_src
>
> This could indee
On Sat, Mar 19, 2011 at 02:08, Matt Lundin wrote:
> Pere Quintana Seguí writes:
>
>> Now I have to learn to better navigate within my much longer org files.
>> Before, I used ido-mode to jump from buffer to buffer, now I guess I
>> have to practise more sparse trees to jump from headline to headl
2011/3/18 Josh Berry :
> On Fri, Mar 18, 2011 at 10:57, Jason McBrayer wrote:
>> On Thu, Mar 17, 2011 at 6:55 PM, Josh Berry wrote:
>>
>>> I think org considers child tasks to be dependencies of the parent
>>> task -- so if a parent task (such as your PROJ) has children, it won't
>>> be displayed
47 matches
Mail list logo