[O] org-table Row Count Formula

2014-07-30 Thread Esben Stien
I'm trying to figure out how to get the number of rows in an org-table, but I can't find this in the documentation. Anyone have an idea? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef

Re: [O] org-contact Export

2014-07-28 Thread Esben Stien
instead of `org-contacts-vcard-file'. 4. C-u C-u C-u : same as 3. but prompt for a buffer name instead of a file name. How about export to kill-ring? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact

[O] org-contact Export

2014-07-25 Thread Esben Stien
Is there any way to retrieve a single org-contact as CSV or maybe a VCF file? I know I can export all of them, but is there a function to get just the one under point? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e

Re: [O] emails written in Org Mode

2014-07-14 Thread Esben Stien
Esben Stien b...@esben-stien.name writes: Do you have any means to bring replies and such back into the org file? This seems like it could be a really good thing. To be able to move the discussion to the relevant org file and then structure it and prioritize/schedule from there. It seems

Re: [O] emails written in Org Mode

2014-07-13 Thread Esben Stien
-heading. You can see the code here https://github.com/jkitchin/jmax/blob/master/email.el#L31 It saves some details in properties, like when it was sent, etc... It is occasionally useful to me. Do you have any means to bring replies and such back into the org file? -- Esben Stien is b0ef@e

Re: [O] emails written in Org Mode

2014-07-10 Thread Esben Stien
-heading. You can see the code here https://github.com/jkitchin/jmax/blob/master/email.el#L31 That's like the coolest thing ever. I need to try that;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact

Re: [O] Link to Top Most Heading

2014-06-25 Thread Esben Stien
;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] Automatically Increasing Priority

2014-06-25 Thread Esben Stien
logical at this point in my life;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] Link to Top Most Heading

2014-06-15 Thread Esben Stien
in the roof of the file when it reaches the top. It also finds stuff above the topmost heading, like lines beginning with #. Any pointers as to what I can try? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact

Re: [O] Capturing outgoing gnus e-mail

2014-06-15 Thread Esben Stien
that;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Extending org-contacts with properties: naming properties

2014-05-24 Thread Esben Stien
and a whole slew of other cool stuff. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Extending org-contacts with properties: naming properties

2014-05-24 Thread Esben Stien
Esben Stien b...@esben-stien.name writes: * Hukarz :PROPERTIES: :TRANSFER: :[LINKTOKARLJUNIOR]: :EMAIL: bar :ADDRESS: :PHONE: :[LINKTOYOURSELF]: :EMAIL: baz :END: Or how about just make the heading a type contact? That would be infinitely more useful. * Hukarz

Re: [O] Extending org-contacts with properties: naming properties

2014-05-24 Thread Esben Stien
Esben Stien b...@esben-stien.name writes: Then you could do: * Hukarz :PROPERTIES: :ORGTYPE: contact :END ** EMAIL *** f...@bar.bz :PROPERTIES: :EMAILTYPE: business0 :ID: 000 :END: This dude uses this for business, but actually send him mail via private email, cause he sees that after

[O] org-contact Documentation

2014-05-23 Thread Esben Stien
that describes which fields are available to somehow replace bbdb? Are there any mappings between them? A list of standard fields? A way of using groups? Sync'ing with ldap would also be great, but I guess that's a bit premature. -- Esben Stien is b0ef@e s a http://www. s

[O] Copy Drawer Parameter Value

2014-05-23 Thread Esben Stien
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? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc

[O] org-agenda List Items with Priority A

2014-05-23 Thread Esben Stien
In org-agenda, I'm confused as to how I can get a list of all headings with priority A? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Copy Drawer Parameter Value

2014-05-23 Thread Esben Stien
. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Esben Stien
-agenda-overriding-header HIGH) t) --8---cut here---end---8--- Damn, so many of priority A;) Now I can start getting things done;) Thanks;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b

Re: [O] gnus-summary-move-article and org-store-link

2014-05-17 Thread Esben Stien
Bastien b...@gnu.org writes: (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry))) this way, following Gnus links will find the message-id based on the registry, and you can safely move articles around. Perfect; Thanks;) -- Esben Stien is b0ef@e s

Re: [O] Export HTML with Free Form Text

2014-05-14 Thread Esben Stien
Eric Abrahamsen e...@ericabrahamsen.net writes: You can do it with the preserve-breaks export option set to t. Either \n:t in the #+OPTIONS line, or permanently by setting org-export-preserve-breaks to t. Hehe, I knew this would somehow be there;). Really great; thanks;) -- Esben Stien

Re: [O] Agenda view in Fortnight mode

2014-05-14 Thread Esben Stien
Samuel Loury konubi...@gmail.com writes: --8---cut here---start-8--- (setq org-agenda-span 14 org-agenda-start-day -7d) --8---cut here---end---8--- Excellente;) Thanks.. -- Esben Stien is b0ef@e s

[O] org-clock and org-agenda-files

2014-05-14 Thread Esben Stien
Is it possible to have org clock table run through all files in org-agenda-files? Looking at the manual, I can't find any way to do that. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef

Re: [O] org-clock and org-agenda-files

2014-05-14 Thread Esben Stien
Bastien b...@gnu.org writes: C-h i d m Org TAB C-s :scope C-s and look for agenda in the lines below. Damn, sorry, don't know how I missed that, really. Thanks.. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e

[O] Export HTML with Free Form Text

2014-05-13 Thread Esben Stien
Is there any way to tell export that free form text like this is allowed? Many times I use a heading just to separate blocks of random text and notes and I don't think I should have to tell it explicitly that this text is free form. -- Esben Stien is b0ef@e s a http

Re: [O] Agenda view in Fortnight mode

2014-05-13 Thread Esben Stien
Charles Millar mill...@verizon.net writes: (setq org-agenda-span 14) This specifies this week plus the next week, but is there any way to specify this week plus the next week plus the previous week?;) -- Esben Stien is b0ef@e s a http://www. s tn m

Re: [O] Export HTML with Free Form Text

2014-05-13 Thread Esben Stien
it to do this without having me mark it a block. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] gnus-summary-move-article and org-store-link

2014-05-13 Thread Esben Stien
a link to it. If I want to move 10 emails that's quite a few key combinations. Any way I could do this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n

[O] Warehouse Management System

2014-05-11 Thread Esben Stien
taking stuff out of the warehouse and putting something in there;) ..or some org-invoice hack.. This is probably doable, but does org-mode have some other way to do this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e

Re: [O] Export HTML with Properties and Tags

2014-04-27 Thread Esben Stien
Nick Dokos ndo...@gmail.com writes: #+OPTIONS: prop:t Exactly what I needed. Thanks. Is there some way to set this globally, though? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef

[O] Export HTML with Properties and Tags

2014-04-26 Thread Esben Stien
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 export everything? -- Esben Stien is b0ef@e s

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-17 Thread Esben Stien
the List-Id header, which gnus uses for sorting and I haven't figured out if there's a way to use any other reference haaders that could be used. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef

Re: [O] Fast Access to TODO States without C-t

2014-04-17 Thread Esben Stien
Eric Abrahamsen e...@ericabrahamsen.net writes: org-use-fast-todo-selection set to t Hehe, got it, finally. That was the missing ingredient. Really great, now I'm speedy gonzales on the TODOs'; thanks;) -- Esben Stien is b0ef@e s a http://www. s tn m

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Esben Stien
? Funnily enough, no, it does not work. It just inserts 'd' into the buffer. If I do M-x describe-function, I see: org-todo is an interactive compiled Lisp function in `org.el'. It is bound to C-c C-t, menu-bar Org TODO Lists TODO/DONE/-, C-c t. , so basically, it should have worked. -- Esben

Re: [O] Multiple Recursive Directories with org-agenda-files

2014-04-15 Thread Esben Stien
error. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] Fast Access to TODO States without C-t

2014-04-14 Thread Esben Stien
' in the buffer after switching to the next state. According to the manual, I'm supposed to hit C-c C-t d Any pointers as to how I can do this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact

[O] Multiple Recursive Directories with org-agenda-files

2014-04-14 Thread Esben Stien
other files which I don't want included. Anyone who does this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Fast Access to TODO States without C-t

2014-04-14 Thread Esben Stien
I jump to DONE(d!), f.ex? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Insert UUID with org-insert-todo-heading

2014-04-07 Thread Esben Stien
John Kitchin jkitc...@andrew.cmu.edu writes: this kind of does what you want: Hehe, that's really great;). Thanks a bunch. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e

[O] Insert UUID with org-insert-todo-heading

2014-04-06 Thread Esben Stien
] :UUID: 70f273b5-8bce-315f-6f31-6d9ec9a8b739 :END: Any pointers as to how I can achieve this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
, but if I do M-S-RET below a TOTO heading, I get a TODO. So there's something that remembers the last state. Weird.. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Any way to disable this?; it should start with TODO. If I'm reading the docstring correctly, try C-u C-S-RET C-S-RET returns: C-j runs the command org-return-indent, which is an interactive compiled Lisp function in `org.el'. -- Esben

[O] Propagating Workflow States

2014-03-30 Thread Esben Stien
. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] o-blog and org-export-as-html

2014-03-27 Thread Esben Stien
I'm trying to use o-blog with org-mode-8.2.5h, but the function org-publish-blog in o-blog requests org-export-as-html. The correct function is org-html-export-as-html Is o-blog so unmaintained and should I just look for an alternative? -- Esben Stien is b0ef@e s

[O] Space in Exported Text

2014-03-26 Thread Esben Stien
| | || | |-+-+---++-| , it's not so beautiful anymore if I send it in an email. Is it not possible to force these spacings as space? I guess this is gnus fault, but I'm not really sure. -- Esben Stien is b0ef@e s a http://www. s tn m

Re: [O] Space in Exported Text

2014-03-26 Thread Esben Stien
guess this issue doesn't really have a solution, other than sending it as html. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Single Search Hit and Quick Jump

2014-03-12 Thread Esben Stien
you pass a search string, like C-c a s? I looked at org-search-view, but got lost pretty quick. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Esben Stien
in terminal inside gnome-terminal. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] Org Bash Utils

2014-03-12 Thread Esben Stien
OSiUX xu...@osiux.com.ar writes: Try: org-clock | org-timeline https://github.com/osiris/org-bash-utils Yeah, that's wicked coolness;) Thanks for thanks. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
Bastien b...@altern.org writes: From git master repo, you can now use C-u C-u M-RET or C-u C-u S-M-RET to insert the subtree at the end of the parent subtree. Oh, I didn't catch this. Thanks;). I'll try immediately. -- Esben Stien is b0ef@e s a http://www. s

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
of inside the current node. F.ex take this tree: ** foo *** TODO 1 *** TODO 2 *** TODO 3 If I stand on foo and hit a key combination, I want to insert a new TODO at the bottom of the current node, so that it becomes TODO 4 Any way to do this? -- Esben Stien is b0ef@e s

[O] Single Search Hit and Quick Jump

2014-03-11 Thread Esben Stien
. Is there any way to restrict the search to only level 3 items? Also, when I find a result, I want to jump to the last item in that tree, so if I search for corge, I want to end up with point on the level 4 item garply Any pointers as to how I can do this? -- Esben Stien is b0ef@e s

[O] Summary Blocks Time

2013-10-01 Thread Esben Stien
After updating org-mode, the summary blocks has started giving time as days + hours Looking in the manual, I can't see how I can have it just give me hours. Any pointers as to how I can do this? -- Esben Stien is b0ef@e s a http://www. s tn m

Re: [O] Summary Blocks Time

2013-10-01 Thread Esben Stien
Esben Stien b...@esben-stien.name writes: Any pointers as to how I can do this? Got it;) (setq org-time-clocksum-format '(:hours %d :require-hours t :minutes :%02d :require-minutes t)) -- Esben Stien is b0ef@e s a http://www. s tn m

Re: [O] Network Diagram

2013-09-30 Thread Esben Stien
OSiUX xu...@osiux.com.ar writes: A good tool is blockdiag: - http://osiux.com/img/osiux-network.png - http://pub.osiux.com/osiux-network.diag - http://blockdiag.com/en/nwdiag/index.html Yeah, that's pretty wicked. Thanks;) -- Esben Stien is b0ef@e s a http

[O] Network Diagram

2013-09-29 Thread Esben Stien
Any way to create something like a network diagram with org-mode? I looked in the manual and found state change diagrams and sequence diagrams, but nothing that would help me plan a network with routers and switches. Any pointers? -- Esben Stien is b0ef@e s

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Esben Stien
. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] Insert TODO Item at Bottom

2012-10-18 Thread Esben Stien
to the last TODO item; this is wasting my life -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] Random Access Node

2012-10-18 Thread Esben Stien
take me there quicker?. Preferably, I'd like to do a regex on second level nodes and get instanly there. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef

[O] Limiting Invoice Block

2012-09-05 Thread Esben Stien
Playing around with org-invoice, but can't figure out how to limit the block to subtree. Why is this not legal as it is with other blocks?: #+BEGIN: invoice :maxlevel 2 :scope subtree :link t :tstart 2012-09-03 Thu 10:00 :tend 2012-09-06 Thu 12:00 -- Esben Stien is b0ef@e s

[O] Subscription Confirmation

2012-08-22 Thread Esben Stien
I'm getting no subscription confirmation email when I subscribe to emacs-orgmode. Anyone have any idea how to proceed?. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e

[O] Condition Case Before First Headline

2012-08-22 Thread Esben Stien
Is there some way to debug this? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

[O] org-cycle Collapse and Expand

2012-07-08 Thread Esben Stien
I find it confusing that TAB is bound to org-cycle, which cycles through 3 states. It first expands a node, then it expands leaf nodes and then it collapses the node againt. I'd like it to just expand and collapse the current node. Any way to set this in some variable?. -- Esben Stien