Thorsten Jolitz writes:
> Uwe Ziegenhagen writes:
>
> Hi,
>
>> is there a way to move a specific org mode item across its superior level
>> via shortcut?
>>
>> In the following example I'd like to move the "" line via shortcut
>> below
>> the '' line.
>>
>> * aaa
>> ** TODO
>> * bbb
Kyle Meyer writes:
> Hi Bastien,
>
> Bastien wrote:
>> Hi Kyle,
>>
>> Kyle Meyer writes:
>>
>>> `org-iswitchb' is restricted to open buffers, but the function below
>>> should have the behavior you want.
>>>
>>> #+begin_src elisp
>>> (defun org-open-agenda-file ()
>>> (interactive)
>>>
Eric Abrahamsen writes:
> I'm writing two more functions to complement `gnorb-org-handle-mail'. In
> the end there will be three:
>
> 1. A function that says "make an Org todo out of the email I'm sending
> now" (to keep track of conversations that need fo
see anything with
>> "after" or "post". The only way I see around my problem is to define
>> an external publishing-function in org-publish-project-alist (maybe
>> a makefile) and do the necessary post processing there. Any better
>> suggestion is
Omid writes:
> Hello,
>
> - I am trying to build a statically-generated website purely with Org
> mode. I would like to use Bootstrap CSS to make the site mobile
> friendly. Bootstrap uses for the "main" part
> of the of HTML; Org mode export produces
> for that part.
>
> Is there a
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> For some reason I've been sorting lots of TODOs recently, and found the
>> default behavior of org-sort-entries a little odd. It sorts according to
>> the order found in org-todo-keywords-1, whic
more concise way of
expressing the comp function.
Eric
>From d19c86e720feb65e0aef7a1fff9bf19bd75dbcf4 Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen
Date: Sun, 25 May 2014 12:18:52 +0800
Subject: [PATCH] Sort TODO entries more usefully
lisp/org.el (org-sort-entries, org-compare-todos-subr): C
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> Sorry this took a while to get to...
>>
>> I think it was a little simpler than I thought -- at least I hope that's
>> true, and I'm not missing something really obvious. There are two
>
Bastien writes:
> Esben Stien writes:
>
>> Are there any functions that copies the value of a parameter in drawers,
>> like:
>>
>> :PROPERTIES:
>> :FOO: bar
>> :END:
>>
>> With mark over the line with :FOO:, is there a function that just
>> copies "bar"?
>
> Nope.
I've wanted this for a bit.
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> By passing the FORCE argument to `org-get-property-block', the broken
>> block ends up getting silently repaired, and everything works as normal.
>
> Can you show this as a patch?
>
>> I&
Daimrod writes:
> Eric Abrahamsen writes:
>
>> On 05/19/14 23:21 PM, Daimrod wrote:
>>> Daimrod writes:
>>>
>>>> I have also semi-regular lockup with org-mode. I have opened a bug on
>>>> debbugs and here is what Stefan told me to try
David Belohrad writes:
> Dear All,
>
> when I run org-agenda with 'a' (agenda for current week or day), my
> agenda is displayed. Now if I'm on a specific day, I'd like to quickly
> enter a note using org-capture such, that it will automatically enter
> into the captured template a time, which co
Rasmus writes:
> Nicolas Goaziou writes:
>
>> I think this is a more general issue: should we implement an
>>
>> #+OPTIONS: title:nil
>>
>> feature? I think it makes some sense since we already have date:nil and
>> author:nil. In any case, keywords are not meant to be used for booleans.
>> Thi
On 05/19/14 23:21 PM, Daimrod wrote:
> Daimrod writes:
>
>> I have also semi-regular lockup with org-mode. I have opened a bug on
>> debbugs and here is what Stefan told me to try to debug this:
>>
>>> You can try `debug-on-event'.
>>>
>>> There's jit-lock-debug-mode but it doesn't disable inhib
Daimrod writes:
> Eric Abrahamsen writes:
>
>> Daimrod writes:
>>
>>> Bastien writes:
>>>
>>>> Hi Eric,
>>>>
>>>> Eric Abrahamsen writes:
>>>>
>>>>> After Nicolas made the last round of impro
Daimrod writes:
> Bastien writes:
>
>> Hi Eric,
>>
>> Eric Abrahamsen writes:
>>
>>> After Nicolas made the last round of improvements to the caching
>>> mechanism I got far fewer hangs with Org, but they are still happening.
>>> Maybe
hanges.
Good to know, thanks!
> hope this helps,
> dieter
>
> [1]
> http://www.gnu.org/software/emacs/manual/html_node/elisp/Infinite-Loops.html#Infinite-Loops
>
>
>
>> Original Message
>>From: Eric Abrahamsen
>>To: emacs-orgmode@gnu.org
>>Sen
Hey there,
After Nicolas made the last round of improvements to the caching
mechanism I got far fewer hangs with Org, but they are still happening.
Maybe once a day or so, on average, editing something in an Org buffer
causes emacs to hang, and my fans to spin up, and there we are until I
kill ema
Esben Stien writes:
> Rick Frankel writes:
>
>> You have (at least ;) two choices in org: example blocks or verse
>> block.
>
> How about a third choice, without blocks?
>
> There's no underlying reason why text that is on separate lines should
> be treated as text on one line.
>
> I cannot crea
Josef Wolf writes:
> On Di, Mai 13, 2014 at 05:07:19 +0800, Eric Abrahamsen wrote:
>> Josef Wolf writes:
>> Ah, for that you'll want (setq org-agenda-include-diary t). I assume you
>> don't have that set right now?
>
> Yes, it works with this settin
Josef Wolf writes:
> On Di, Mai 13, 2014 at 09:40:56 +0800, Eric Abrahamsen wrote:
>> Dominic Surano writes:
>> Deadlines and schedules are generally for things that require an action
>> on your part, and thus will continue to show up in the agenda as
>> un-acted-up
Dominic Surano writes:
> Josef Wolf raven.inka.de> writes:
>
>>
>> Hello,
>>
>> I am trying to use org-mode for birthdays. I have tried those two entries:
>>
>> * Calendar
>> ** Birthdays
>> *** Somebody
>> SCHEDULED: <1970-05-20 Mo +1y>
>> *** Somebody1
>> SCHEDULED:
>> %%(org-anniv
Esben Stien writes:
> Does org-mode have some kind of warehouse management system?
>
> Like how many items foo and how many items bar and when you remove x
> amount of item bar, where did it go?
>
> One way to hack it would be to use a heading for each item, then use
> clock-in and clock-out, lik
Peter Davis writes:
> On Sun, May 11, 2014 at 11:05:30AM +0800, Eric Abrahamsen wrote:
>> Peter Davis writes:
>>
>> > One more follow-on question. When I run org-mime-org-buffer-htmlize, I get
>> > a buffer in message mode with a nice MIME message almost ready
Esben Stien writes:
> Does org-mode have some kind of warehouse management system?
>
> Like how many items foo and how many items bar and when you remove x
> amount of item bar, where did it go?
>
> One way to hack it would be to use a heading for each item, then use
> clock-in and clock-out, lik
Peter Davis writes:
> One more follow-on question. When I run org-mime-org-buffer-htmlize, I get a
> buffer in message mode with a nice MIME message almost ready to
> go. I have not specified org-mime-library, so it defaults to mml, as expected
> for gnus. But when I type C-c C-c to send the me
On 05/10/14 15:34 PM, Alan Schmitt wrote:
> On 2014-05-10 12:32, Eric Abrahamsen writes:
>
>> Alan Schmitt writes:
[...]
> A more robust alternative than looking at the note's text could be to
> have a property with the link to the mail. (Later) I see that your
&
; [[gnus:lists.orgmode#87r446bcut@ericabrahamsen.net][Email from Eric
> Abrahamsen: {O} {ANN} Gnorb: Glue code bet (Wed, 07 May 2014 09:23:54 +0800)]]
>
> Would it be difficult to handle such emails when the link is inside the
> TODO, instead of in the heading?
Not at all! In
Hi,
org-mime still includes a call to `org-export-grab-title-from-buffer',
which doesn't exist any more. The attached patch does the same the
way org-export currently does it (I think).
Eric
>From c967afb70bd7c9039c09d7c7f22388e1eced30fa Mon Sep 17 00:00:00 2001
From: Eric Abrahams
Peter Davis writes:
> On Thu, May 08, 2014 at 10:34:26PM +0800, Eric Abrahamsen wrote:
>> Peter Davis writes:
>>
>> Yeah I got that error too, a while ago, and your message prompted me to
>> look at it. It seems like org-mime is just a bit behind the state of
>>
here one part is
> text/plain, and looks exactly like the emacs buffer display, and the other
> part is text/html, and
> looks like what org would export to html, complete with tables, images,
> etc.
As far as I know, that's exactly what org-mime does!
HTH,
Eric
>Fr
Scott Randby writes:
> On 05/07/2014 04:17 PM, Thomas Marek wrote:
>>
>> *HTML5 Export:*
>> *
>> *
>> I'm trying to export my org-files in 'html5', as opposed to the default
>> 'xhtml-strict'. The manual says to set [ org-html-html5-fancy ] to t. I
>> tried searching for [ org-html-html5-fancy ]
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Eric,
>
> Perfect timing!
>
> OS X Mavericks broke the workflow I'd developed with Contacts and I've
> been looking to jettison the only Mac App I ever really used. My
> earlier experiments with bbdb generated lots of "friction". I'm looking
> forw
[this didn't seem to make it through the list hiccup yesterday, sending again]
Hello all,
I've spent the past couple weeks organizing various bits of code into a
proper package, called Gnorb, which I'm billing as "Glue code between
Gnus, Org, and BBDB". The main point is to reduce friction betwee
Bastien writes:
> Hi Nicolas,
>
> Nicolas Goaziou writes:
>
>> I would like to install the following patches on master.
>
> Please go ahead, that's the easiest way to get more feedback and Eric
> did half the job already, so we must be good.
>
> Thanks for working on this,
I've been running all
Looks like gmane's down for a bit, but presumably this will
eventually go through.
As I mentioned in the last message, if any property drawer in an org
file is malformed, it makes it impossible to set properties on any other
heading in the file. This is because, before the property is set, the
fil
Hello all,
I've spent the past couple weeks organizing various bits of code into a
proper package, called Gnorb, which I'm billing as "Glue code between
Gnus, Org, and BBDB". The main point is to reduce friction between these
three packages, making it easier to sling around emails, TODOs,
attachme
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>>> Right now I'm seeing breakage with `org-set-property' -- this only
>>> happens on the indentation patches branch. Adding an EXPORT_AUTHOR
>>> property with that command, value of
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>>> Right now I'm seeing breakage with `org-set-property' -- this only
>>> happens on the indentation patches branch. Adding an EXPORT_AUTHOR
>>> property with that command, value of
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>>> Right now I'm seeing breakage with `org-set-property' -- this only
>>> happens on the indentation patches branch. Adding an EXPORT_AUTHOR
>>> property with that command, value of
Alexander Baier writes:
> On 2014-04-30 10:44 Eric Abrahamsen wrote:
>> Daimrod writes:
>>
>>> Eric Abrahamsen writes:
>>>
>>> Hi Eric,
>>>
>>>> I've got a few top-level user commands, related to org, that load at
>>
Sebastien Vauban
writes:
> Hello,
>
> Particularly in the Org Beamer documentation, headlines seems the most
> used term while there is a tag "ignoreheading"...
>
> I have the impression that both terms (heading and headline) are
> synonyms. Though, is this true, or is there some subtle nuance?
>
Eric Abrahamsen writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Eric Abrahamsen writes:
>>
>>> Wish I was competent to actually review this, but... In lieu of that,
>>> I'd be happy to run it and report errors. If you think a separate
&
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Wish I was competent to actually review this, but... In lieu of that,
>> I'd be happy to run it and report errors. If you think a separate
>> testing branch is warranted, that might be an ide
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Wish I was competent to actually review this, but... In lieu of that,
>> I'd be happy to run it and report errors. If you think a separate
>> testing branch is warranted, that might be an ide
Sungmin writes:
> I have been using orgmode for the last couple of months, guided by Sasha
> Chua's blog, and the material I have found on internet.
> Now I am started to be satisfied with my setup. But I there is one thing I
> would like to improve.
>
> I would like to have people as first cla
Nicolas Goaziou writes:
> Hello,
>
> I would like to install the following patches on master. Basically, they
> consist of a full rewrite of all indentation related functions, with
> explicit rules in docstrings, comprehensive test suites, and backed-up
> by the parser.
Wish I was competent to a
Daimrod writes:
> Eric Abrahamsen writes:
>
> Hi Eric,
>
>> I've got a few top-level user commands, related to org, that load at
>> startup. Specifically org-agenda and org-ido-switchb are bound to keys
>> that are available after emacs starts up. Before Org
I've got a few top-level user commands, related to org, that load at
startup. Specifically org-agenda and org-ido-switchb are bound to keys
that are available after emacs starts up. Before Org loads properly,
however, things like the agenda file list and the list of valid tags and
TODO keywords are
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> The most recent versions of BBDB return single records from
>> `bbdb-completing-read-record'. That currently breaks completion on bbdb:
>> links -- possibly earlier versions of BBDB always re
The most recent versions of BBDB return single records from
`bbdb-completing-read-record'. That currently breaks completion on bbdb:
links -- possibly earlier versions of BBDB always returned list values.
We should probably check for this in `org-bbdb-complete-link', I propose
the attached patch.
Nick Dokos writes:
> Esben Stien writes:
>
>> Is there any way to export everything when exporting to HTML?
>>
>> I have f.ex this heading:
>>
>> foo :BAR:
>> :PROPERTIES:
>> :hukarz: 1337
>> :quux: 1337
>> :END:
>>
>> Is there any command to specify that HTML export should expo
Leonard Randall writes:
> Sorry, I should clarify that the C-RET functions as expected in the
> content of an entry, it is only problematic when it is called from
> the headline.
> All best,
> Leonard
Yes, please, this has gotten really difficult to use all of a sudden!
New headings are inserted
Nicolas Richard writes:
> Eric Abrahamsen writes:
>> Presumably that's because the gnus version (eventually
>> `mm-display-external') calls xdg-open with `call-process' and org does
>> it with `start-process-shell-command'. The first is synchronous, the
Nick Dokos writes:
> Eric Abrahamsen writes:
>
>> I'm trying to open files externally (via org-attach), with a mailcap
>> that funnels most everything to xdg-open. I notice that doing this with
>> org-open-file gives me:
>>
>> Running xdg-open /hom
I'm trying to open files externally (via org-attach), with a mailcap
that funnels most everything to xdg-open. I notice that doing this with
org-open-file gives me:
Running xdg-open /home/me/path/to/file.PDF...done
But no actual open file.
Doing a similar thing in gnus, with the `gnus-mime-view-
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> This was slightly mis-aligned in the source file, leading me to believe
>> it's just a nesting error. As it is, any template which *isn't using*
>> the not-in-file predicate is going to flag as
I've got this for three capture templates that should only work in Gnus:
(setq org-capture-templates-contexts
'(("M" ((in-mode . "gnus-\\(summary\\|article\\)")))
("P" ((in-mode . "gnus-\\(summary\\|article\\)")))
("H" ((in-mode . "gnus-\\(summary\\|article\\)")
This wor
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> I could have sworn someone posted a thing for this just a week or two
>> ago, using `org-map-entries' and the identity function, and counting the
>> results.
>
> Ups, that was me ... forgot about it ;)
I thought so!
Marvin Doyley writes:
> Hi there,
>
> I would like to automatically count the number of children under a given
> heading. For example, I would like to have
>
> * Cars (2)
> ** BMW
> ** Escort
>
> Putting [/] at the end of header (in this case Cars), then putting the TODO
> keyword before each
eers,
> Will
>
>
> On Tue, Apr 15, 2014 at 10:27 PM, Eric Abrahamsen <
> e...@ericabrahamsen.net> wrote:
>
> William Kunkel writes:
>
> > Is there a standard way to record the outcomes of certain TODO
> items?
> > For example, I
William Kunkel writes:
> Is there a standard way to record the outcomes of certain TODO items?
> For example, I had a TODO item to research and come to a decision
> about part of the architecture of a software project I'm starting,
> and I'd like to record the result of that TODO item, that is, t
Esben Stien writes:
> Eric Abrahamsen writes:
>
>> Well there's got to be some way to send the escape sequence to the
>> running process! Googling indicates it might be C-t t
>
> You're right;)
>
> C-c C-t t sends C-c C-t to emacs. I can see it says C-c
Esben Stien writes:
> Eric Abrahamsen writes:
>
>> I may be misunderstanding here, but screen will send the escape key to
>> the running program if you hit it twice, right? I use the StumpWM window
>> manager, with the escape key also set to C-t, and I think both of the
Esben Stien writes:
> I'm trying to figure out how to bind fast access to TODO states, without
> using C-t.
>
> The reason is that I have C-t as escape code for my screen session.
>
> The command org-todo is bound to C-c t here, so when I try to fast
> access to the TODO state DONE(d!), I can't g
path-type?
>
> Thanks.
>
>
> On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen <
> e...@ericabrahamsen.net> wrote:
>
> Chris Henderson writes:
>
> > Is there any way to quickly add a file's location rather than
> typing
> >
Aric Gregson writes:
> Eric Abrahamsen writes:
>
>> I'm also not sure what you mean by "org pulling bbdb away from gnus" --
>> are you running two separate instances of emacs?
>
> Yes, that is precisely what I am doing. I tend to work in the Emacs
> i
Aric Gregson writes:
> Hello,
>
> I am just wondering if there is a way to get org mode to stop playing
> with bbdb. Because I use both gnus and org, it is a bit of a hassle to
> have org always pulling bbdb away from gnus when I create an agenda. I
> have taken out all reference to bbdb and org
Sharon Kimble writes:
> I have a document called 'organiser.org' which is mainly comprised of various
> TODOs under various projects, and various NEXT under birthdays and hospital
> appointments. These TODOs can be up to 4 levels in depth, and with one level 1
> TODO as the project header. How ca
Alan Schmitt writes:
> Hi Bastien,
>
> Bastien writes:
>
>>> - if not, is there a way to copy a link then open it using the
>>> minibuffer (I would then do the switch to screen 0 manually)?
>>
>> This does not use the minibuffer but you could add that:
>>
>> (progn
>> (org-next-link)
>> (o
Chris Henderson writes:
> Is there any way to quickly add a file's location rather than typing
> the whole file://path/to/location. The files are mostly freemind or
> libreoffice calc/ word files.
>
> If the file or the directory is not there, it can also be created
> from within org easily.
>
>
Eric Schulte writes:
> Nick Dokos writes:
>
>> Achim Gratz writes:
>>
>>> Eric Schulte writes:
>>
I look forward to the day when Org-mode can simply require cl-lib and
cease maintaining org- versions of common cl utilities.
>>>
>>> WIth cl-lib in ELPA I don't really see what's the hol
Samuel Wales writes:
> with my settings, i do c-c c-c tab [select] tab and it sets the first
> one correctly. but if i do tab after that, it doesn't allow
> completion. so i guess you're right.
>
> i can do shortcuts which work at the same time and i can do ret c-c
> c-c tab to set more.
>
> id
Peter Davis writes:
> I'd like to put a kind of menu bar at the top of most of my .org
> pages, so I can quickly jump around the most commonly edited files. I
> can do something like:
>
> | [[file:first.org][first]] | [[file:second.org][second]] | ...
>
> and simply include that in all my files.
Marcelo de Moraes Serpa writes:
> That's simply awesome. I'll test it out. Thanks Oleh.
>
>
> On Tue, Feb 25, 2014 at 11:28 AM, Oleh wrote:
>
> > Niiice! Thanks for sharing Oleh.
> >
> > Does anyone know if a paste hook would be possible for the
> exact same use
> > case?
>
"Nicolas Richard" writes:
> Eric Abrahamsen writes:
>> Gosh, where did you guys dig this thread up from? :)
>
> Oops, I didn't notice the date of your original message. I answered
> because of Kevin's answer.
If we're still using (and improving) the snippet, it's still a relevant thread!
"Nicolas Richard" writes:
> [fu2 gmane.emacs.bbdb.user]
>
> Eric Abrahamsen writes:
>> Incidentally, I'm using `ido-everywhere', and would like to write this
>> function so that it didn't _rely_ on ido, but made use of ido when
>> `ido-every
What the heck is this doing?
>From the "make test" output:
Code block evaluation complete.
passed 111/472 test-ob-python/colnames-yes-header-argument-again
Wrote /tmp/tmp-orgtest/ob-input-13254Tgu
Babel evaluation exited with code 2
passed 112/472 test-ob-shell/dont-error-on-empty-resul
Samuel Schaumburg writes:
> Hi there,
>
> I frequently use org to write outlines for my thesis-papers. This often
> requires lenghty footnotes. The manual says, that I can use C-c C-c to
> jump back into the main text, where the footnote was originally set.
> back to the footnotemark. I can use
effan Iverson wrote:
> Thanks Eric - I've used this patch but I doesn't seem to solve the
> problem. I'm working on an earlier suggestion by Michael about the
> unicode type that my Tibetan font is. I very much appreciate all this
> help!
>
> Steffan
>
>
>
Bastien writes:
> Eric Abrahamsen writes:
>
>> I've been using that patch or something like it for nearly a year now,
>> with no adverse effects. I'm on the road right now, give me a day and
>> I'll take a closer look at what I've got...
>
>
Bastien writes:
> Hi Steffan,
>
> thanks for reporting this.
>
> Steffan Iverson writes:
>
>> Any way to solve this problem?
>
> This is a recurring problem, and Eric is the one who tried
> to solve it.
>
> Eric, I don't remember why we didn't follow-up on your patch
> here:
>
> http://lists.gnu
Aric Gregson writes:
> Hello,
>
> I have a gpg encrypted org file in my org directory that I have tracked
> time on. I would like this to show up in the Agenda view when I create
> it and have logging on, but it seems that logged time from the gpg file
> is not included in the agenda. I have load
Bastien writes:
> Malcolm Purvis writes:
>
>>> "Bastien" == Bastien writes:
>>
>> Bastien> Did you recompiled Org?
>>
>> I can confirm that the problem still exists with a freshly compiled
>> version of the latest mainline
>> (240329465b466584f4bf80f24eb881fb3c9285cf).
>>
>> Also the alias
Bastien writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> I'm not sure how this is supposed to work, so I'm not quite sure what
>> the proper solution is...
>
> This should now be fixed, please test and report any problem.
>
> Thanks,
It'
Hey there,
I use the orgstruct minor mode in message mode, and recently it has
started eating the C-c C-f prefix, which it didn't used to do. Or it's
erroring on it, instead of passing it along, I'm not sure which.
In message mode, C-c C-f is the prefix for a set of "goto mail header"
commands. W
"Loris Bennett" writes:
> Dear All,
>
> Is it possible to create a link to a Gnus group created by a search
> using "G G"?
>
> Cheers,
>
> Loris
My guess is not: "G G" creates an nnir group by default, and those group
names look like "nnir:nnir-87sisvb4tg.fsf" or something similar. There's
no "
Sharon Kimble writes:
> Eric Abrahamsen wrote:
>
> Bastien writes:
>
> Hi Sharon,
>
> Sharon Kimble writes:
>
> In an org-mode document I can #+BEGIN_HTML
>
Bastien writes:
> Hi Sharon,
>
> Sharon Kimble writes:
>
>> In an org-mode document I can > #+BEGIN_HTML
>>
>> #+END_HTML
>>
>> In the same document I have a list of numbered items, actually academic
>> references, is it possible using something like > every one done as part of a numbered list p
Florian Beck writes:
> On 07.01.2014 19:17, Eric S Fraga wrote:
>> Eric Abrahamsen writes:
>
>>> Hey, are you actually exporting to an epub? How are you doing that?
>>
>> I'd be curious to know as well. I export to epub in two ways, both by
>> first
Bastien writes:
> Eric Abrahamsen writes:
>
>>> Maybe you can use `org-after-todo-state-change-hook' to store a note
>>> in a property, then display the content of this property in the column
>>> view -- but this is a bit hackish anyway.
>>
>&g
Florian Beck writes:
> Nicolas Goaziou writes:
>
>> I don't think option 2 is really useful, but I don't mind either way.
>
> Actually, I would find it useful (because I sometimes export my notes as
> an ebook and tables get garbled on the way).
Hey, are you actually exporting to an epub? How a
Bastien writes:
> Hi Zebee,
>
> Zebee Johnstone writes:
>
>> was afraid of that. I've experimented with using columns but it was
>> too much faffing about to really bother with.
>
> Maybe you can use `org-after-todo-state-change-hook' to store a note
> in a property, then display the content of
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Yes, it's up to date -- after I sent this message I started wondering
>> if it had been a while since I updated, so I pulled and reloaded, and
>> not long after that saw the bug again.
>
>
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> While editing a plain list yesterday I noticed what I guess was a bug in
>> the caching mechanism.
>
> It looks like it, indeed.
>
>> The list item was wrapped to several lines, and I notice
While editing a plain list yesterday I noticed what I guess was a bug in
the caching mechanism.
The list item was wrapped to several lines, and I noticed that calling
C-e while on the last line gave me "wrong-type-argument
integer-or-marker-p nil". Trying to fill the item with M-q gave me
"user-er
"Sebastien Vauban"
writes:
> Achim Gratz wrote:
>> Rick Frankel writes:
>>> For xhtml compatibility, it would need to be 'checked="checked"'. I've
>>> done a quick look at the html dtd, and i does look like input elements
>>> are allowed outside of forms, but i would need to double
>>> check... A
Joseph Mingrone writes:
> Hi Myles,
>
> Thanks for your reply.
>
> Myles English writes:
>> I wonder, did you look at the section of 10.3.1 titled "Anniversaries
>> from BBDB"?
>
> This is what prompted me to store many of the anniversaries in BBDB as
> opposed to the diary. Following the infor
Alexander Baier writes:
> [...]
>
>>>Fredrik writes:
>>>
When I open an agenda and push enter on a text it opens the file
related to the text in the same frame. Is there any way to make it
open it in another frame so I keep my agenda in front?
Regards,
Fredrik
On 11/24/13 16:31 PM, Nicolas Goaziou wrote:
> Hello,
>
> RĂ¼diger Sonderfeld writes:
>
>> On Friday 22 November 2013 11:24:17 Nicolas Goaziou wrote:
>>> Anyway, I don't think this is a good idea to introduce a new syntax just
>>> to avoid a one-liner (or a hook, see below). Also, this would only
601 - 700 of 1015 matches
Mail list logo