Steven Arntson writes:
> Okay, I see--I thought you could just arbitrarily title them. Which
> would be a nice feature, IMHO!
This is already implemented, but you need to use the latest Org version.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adap
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes:
> Hi! I have been using org for managing passwords for a some time now. In
> case someone is interested, the code is in:
> https://bitbucket.org/alfaromurillo/org-passwords.el
interesting. Thanks for sharing.
Dieter Schoen writes:
> At Sun, 11 May 2014 00:38:15 +0200,
> Dieter Schoen wrote:
>>
>> e.g.
>> (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test2"))
>>
>> or add it to the file's headers:
>> #+DRAWERS: HIDDEN STATE PROPERTIES BIG low
>
> i shouldn't write emails after midnig
Hi! I have been using org for managing passwords for a some time now. In
case someone is interested, the code is in:
https://bitbucket.org/alfaromurillo/org-passwords.el
To consult the database, the code provides a function to open the Org
file with the passwords in Read-Only mode, sets a timer af
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
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 message, I get
prompted for "via
At Sun, 11 May 2014 00:38:15 +0200,
Dieter Schoen wrote:
>
> e.g.
> (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test2"))
>
> or add it to the file's headers:
> #+DRAWERS: HIDDEN STATE PROPERTIES BIG low
i shouldn't write emails after midnight..
the examples should read:
(setq
At Sat, 10 May 2014 12:11:53 -0700,
Steven Arntson wrote:
>
> I'm having trouble getting drawers to collapse, and am wondering if I'm
> misunderstanding their nature. I make an active region in an org-mode
> doc on, for instance, "sample text" and invoke C-c C-x d, which invites
> me to name the d
Hello John,
On 2014-05-10 04:53 John Hendy wrote:
> Just curious of there's a way to set the tags in a region all at once?
> I see there's a way to do it via agenda, but I was curious if there
> was also a way to do it on a group of headlines from the buffer
> itself. In various google strategies,
On 2014-05-10 16:14 John Hendy wrote:
> On May 9, 2014 11:21 PM, "Nick Dokos" wrote:
>>
>> John Hendy writes:
>>
>> > Hello,
>> >
>> >
>> > Just curious of there's a way to set the tags in a region all at once?
>>
>> (org-map-entries (function org-set-tags) nil 'region)
>>
>> or
>>
>> (org-map-en
On 2014-05-10 05:11 John Hendy wrote:
> Hello,
>
>
> In creating a packing/buy list for an upcoming camping trip, I wanted
> two exports:
> - one for things to buy
> - one for everything on the list for packing
If those two lists are disjoint, you can put each of them under its own
subtree and exp
Achim Gratz writes:
> I'm still in favor of doing this, but it will be an uphill battle. I'll
> have to check what the state of my local branch is on this, let me get
> back to you when it at least compiles the old version of the manual.
If you check out the orgmanual branch in Thomas' repository
I'm having trouble getting drawers to collapse, and am wondering if I'm
misunderstanding their nature. I make an active region in an org-mode
doc on, for instance, "sample text" and invoke C-c C-x d, which invites
me to name the drawer. I name it "test," and RET, which gives me:
:test:
sample text
On 2014-05-10 18:36, Eric Abrahamsen writes:
> Right now (this code hasn't been pushed yet), the GNORB_MSG_IDS property
> is used in the *other* direction: when you receive a message that might
> be relevant to a TODO (ie the second of the three mail functions I
> mentioned), the GNORB_MSG_IDS pr
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
> LOGBOOK example uses a propert
On Mon, May 5, 2014 at 11:08 PM, Arun Persaud wrote:
> pretty sure this can be done. I export only events to an ics file that
> have a start and an end date and are not in a certain category. For this
> I use
>
That's great, thank you. I have this, but it doesn't work:
(defun filter-scheduled-t
On Thursday, 1 May 2014 at 13:07, John Kitchin wrote:
> I implemented some of this partially. I made it so you can specify the
> default cite link in a user variable, with a default of cite. When you type
> C-c ], this format will automatically be used. If you want to choose
> another format, type
On May 10, 2014 4:03 AM, "Alexander Baier"
wrote:
>
> On 2014-05-10 05:11 John Hendy wrote:
> > Hello,
> >
> >
> > In creating a packing/buy list for an upcoming camping trip, I wanted
> > two exports:
> > - one for things to buy
> > - one for everything on the list for packing
>
> If those two li
On May 9, 2014 11:21 PM, "Nick Dokos" wrote:
>
> John Hendy writes:
>
> > Hello,
> >
> >
> > Just curious of there's a way to set the tags in a region all at once?
>
> (org-map-entries (function org-set-tags) nil 'region)
>
> or
>
> (org-map-entries (lambda () (org-set-tags-to '(foo))) nil 'regio
On May 9, 2014 11:32 PM, "Nick Dokos" wrote:
>
> John Hendy writes:
>
> > In creating a packing/buy list for an upcoming camping trip, I wanted
> > two exports:
> > - one for things to buy
> > - one for everything on the list for packing
> >
> > My strategy was to tag things to buy with :export:
Dear org-mode developers,
org-modes default for typographic alignment is flush left (or
left aligned) (at least for (ltr scripts). There is
a #+BEGIN_CENTER formatting directive, though.
I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED)
directive in order to render text right flushed (rig
On 2014-05-10 12:32, Eric Abrahamsen writes:
> Alan Schmitt writes:
>
>> I usually avoid putting links in my tasks. For instance, the task
>> I generated from your email to the list looks like this:
>>
>> TODO Reply to this when I will have tried gnorb
>> :@fun:
>>
Hi!
It seems that if you use
#+STARTUP: indent
the org-hide face used for the hidden stars will remain when using the
org-columns view, resulting on, in my case, white on gray.
Is there a workaround to this that I’m not thinking of?
Hello John,
On 2014-05-10 04:53 John Hendy wrote:
> Just curious of there's a way to set the tags in a region all at once?
You could also takle this with keyboard macros, see
(info "(Emacs) Keyboard Macros"). [Evaluate that expression in emacs to
see the relevant manual entry.]
Define a macro th
Alan Schmitt writes:
> I usually avoid putting links in my tasks. For instance, the task
> I generated from your email to the list looks like this:
>
> TODO Reply to this when I will have tried gnorb
> :@fun:
>[2014-05-07 Wed 11:25]
>
> [[gnus:lists.orgmode#
On 2014-05-10 05:11 John Hendy wrote:
> In creating a packing/buy list for an upcoming camping trip, I wanted
> two exports:
> - one for things to buy
> - one for everything on the list for packing
If these two lists are disjoint you could put each of them under its own
subtree and export these su
On Friday, 9 May 2014 at 17:16, Nick Dokos wrote:
> Sharon Kimble writes:
>
>> How can I have "dynamic-line-lengths", or in other words, the line
>> in an org-mode document is 78, but when two frames are opened
>> side-by-side, one on the left and one on the right, our original
>> documents line
27 matches
Mail list logo