[O] Table formula to convert hex to dec

2011-07-24 Thread Russell Adams
Has anyone been able to convert a column of hex numbers to decimal in another column? Thanks. -- Russell Adamsrlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Michael Brand
Hi Russell On Sun, Jul 24, 2011 at 10:00, Russell Adams rlad...@adamsinfoserv.com wrote: Has anyone been able to convert a column of hex numbers to decimal in another column? Emacs Calc has a radix syntax 2#10 to 36#10, so this works: | 16#10 | 16 | 16#10 | #+TBLFM: $2 = $1 :: $3 = '(format

[O] [BABEL,PATCH] call awk with no input

2011-07-24 Thread Litvinov Sergey
Please consider this tiny fix to execute awk program with no input. Example with gawk: gawk --posix 'BEGIN {print 42}' I also added some tests for ob-awk. From 868fa910254c48752801cdc7849c3eb4db63f811 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey slitvi...@gmail.com Date: Sun, 24 Jul 2011

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Nick Dokos
Russell Adams rlad...@adamsinfoserv.com wrote: Has anyone been able to convert a column of hex numbers to decimal in another column? I suspect there are many ways - here's one: --8---cut here---start-8--- * hex-to- conversion | h | d | o |

[O] LaTeX export of lists

2011-07-24 Thread Thomas S. Dye
Aloha all, LaTeX export of lists appears to be inserting an extraneous blank line. This snippet from the Org-mode document: first-order cultural history sequence for Hawai`i can be expressed with model (\ref{eq:first-order}), which states that 1. the pre-colonization period began at a time

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Michael Brand
On Sun, Jul 24, 2011 at 11:52, Michael Brand michael.ch.br...@gmail.com wrote: It would be nice to have not only N for the Org table formula mode string like now but also optionally all possible Emacs Calc radix, so the above would be simply (does not work yet): | 16#10 | 16 | 16#10 |

Re: [O] LaTeX export of lists

2011-07-24 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Aloha all, LaTeX export of lists appears to be inserting an extraneous blank line. This snippet from the Org-mode document: first-order cultural history sequence for Hawai`i can be expressed with model (\ref{eq:first-order}), which states that

[O] Help, I need to paste raw image from clipboard into emacs/orgmode

2011-07-24 Thread Medhat Essmat
Dear All, Please Help, I need to paste raw image from clipboard into emacs/orgmode, I am a microsoft onenote user and I got used to take a lot of snapshots and embed it into my notes, I think if I could know how to embed images directly into emacs/orgmode from clipboard, I will switch to emacs

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-24 Thread Thomas Renkert
@ Bastien, Jason thank you for your response! I made a proposal to stackexchange.com for a dedicated Org-mode site but they rejected it as a duplicate of stackoverflow. So this option is out. Nevertheless, I still think it would be nice to have something like this for Org-mode only. We could

Re: [O] [patch] Re: HTML Postamble is inside Content DIV

2011-07-24 Thread Jambunathan K
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Pierre, Bastien et al., Pierre de Buyl wrote: Le 8 juil. 11 à 09:36, Sebastien Vauban a écrit : Here is thus my proposition for a better div-structured HTML. There are only four parts required in the HTML

[O] [babel] ':file' argument does not work

2011-07-24 Thread Max Flöttmann
Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this doesn't work anymore. A code block like this: #+begin_src R :file

[O] Bug: Tag set in agenda need a refresh to be used in a filter [7.4]

2011-07-24 Thread Nicolas Dudebout
When filtering with a tag that was just added, the result is not as expected. * Steps * 1 - Go in the agenda view. 2 - Attach a tag T to an entry E. 3 - Filter using tag T. (4 - Refresh the view) * Expected behavior * by doing steps 1-3, entry E should appear in the filtered output. * Actual

[O] [ANN] Org-mode QA test drive on stackexchange.com - Please participate!

2011-07-24 Thread Thomas Renkert
Hello list, after reading the responses to my initial suggestion yesterday (http://thread.gmane.org/gmane.emacs.orgmode/44582) I've set up a proposal on are51.stackexchange.com for a SE-site that is dedicated to Org-mode only. Think something like http://tex.stackexchange.com solely for

Re: [O] LaTeX export of lists

2011-07-24 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: LaTeX export of lists appears to be inserting an extraneous blank line. This snippet from the Org-mode document: first-order cultural history sequence for Hawai`i can be expressed with model (\ref{eq:first-order}), which states that 1. the

Re: [O] Help, I need to paste raw image from clipboard into emacs/orgmode

2011-07-24 Thread suvayu ali
On Wed, Jul 20, 2011 at 4:59 PM, Medhat Essmat e.med...@ieee.org wrote: I need to paste raw image from clipboard into emacs/orgmode, I am a microsoft onenote user and I got used to take a lot of snapshots and embed it into my notes, I think if I could know how to embed images directly into

[O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-24 Thread Max Mikhanosha
org-depend TRIGGER chain-siblings(NEXT) property is hardly usable for me, because it requires too much effort to keep items nicely sorted. For example if next headline is already in DONE state, chain-siblings would still change it. I prefer to sort my items by setting their priorities and/or

Re: [O] Customising C-c C-c behaviour

2011-07-24 Thread Bastien
Hi Paul, Paul Sexton psex...@xnet.co.nz writes: 2. Creating another variable called org-ctrl-c-ctrl-c-post-hook which runs after all other possibilities have failed, but just before org-ctrl-c-ctrl-c fails. I've taken this road, and pushed this change in git. Except that I called

Re: [O] Durations and time values combined with the clock table..

2011-07-24 Thread Bastien
Hi Gustav, Gustav Wikström gustav.e...@gmail.com writes: Would it not be smart if the default for this calculations is the same as the time-format for the clock table? There the default is HH:MM - i presume due to the superfluity of seconds. I do not really care which format is the default

Re: [O] org-timestamp-up/down broken in tip

2011-07-24 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Here is the second attempt to fix both that problem and the original one. Thanks Nicolas -- I tested the patch more carefully and yes, it does solve the problem at hand. One small weirdness: CLOCK: [2011-07-03 dim. 21:02]--[2011-07-13 mer.

Re: [O] bulk relative time shift (in org file)?

2011-07-24 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com writes: ,[ Original request as short as I can get it ] | Michael is looking for a way to bulk re'timestamp' items | relativ to the timestamp the item has currently. | This should work on region, subtree etc. | He wants to avoid

Re: [O] Durations and time values combined with the clock table..

2011-07-24 Thread Bastien
Hi Daniel, Daniel Bausch danielbau...@gmx.de writes: * non-dated + non-dated = non-dated // normal time calculation * non-dated - non-dated = non-dated // normal time calculation * dated + non-dated = dated // interval addition * dated - non-dated = dated // interval

Re: [O] TODO type problem on speedbar and imenu.

2011-07-24 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: I think it is better to enforce some whitespace after a TODO keyword than a word boundary. There are a few places where this could also be changed (i.e. `org-complex-heading-regexp-format'). Any opinion on this? Yep. When you have

Re: [O] %(SEXP) with %c in org-capture templates

2011-07-24 Thread Bastien
Hi Philipp, Philipp Möller bootsare...@googlemail.com writes: nevermind. I figured out that the expansion order of %s and s expressions is the problem and also the reason for the with the correct URL. The solution is to use %(get-page-title (current-kill 0)). Thanks for letting us know!

Re: [O] Formal description of Org files

2011-07-24 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: A simple worg page that collects the low hanging fruits to begin with will be a good but firm first step in this direction. Indeed. It's on my todo list, but not with a high priority for now. If you feel like starting it, please

Re: [O] Time calculation: vsum?

2011-07-24 Thread Bastien
Hi Christian, Christian Moe m...@christianmoe.com writes: Time calculations don't seem to work with vsum (or vmean). |Time | |-| | 1:06:00 | | 0:52:30 | | 2:00:00 | |-| | 3 | #+TBLFM: @5$1=vsum(@I..@II);T Am I doing something wrong? Could this be made to

Re: [O] [ANN] Org-mode QA test drive on stackexchange.com - Please participate!

2011-07-24 Thread Mark Elston
It appears this request has been closed as a duplicate of the emacs.stackexchange.com project which is currently in progress. Mark On 7/20/2011 11:12 PM, Thomas Renkert wrote: Hello list, after reading the responses to my initial suggestion yesterday

Re: [O] default PRIORITY

2011-07-24 Thread Michael Brand
On Sun, Jul 24, 2011 at 21:17, Bastien b...@altern.org wrote: I read this post when you originally posted it -- but it requires some thinking...  but this issue is in my TODO list. Thank you for taking care of and for letting me know. Michael

Re: [O] [babel] ':file' argument does not work

2011-07-24 Thread Eric Schulte
Max Flöttmann max.floettm...@gmail.com writes: Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this doesn't work anymore. A code

Re: [O] [BABEL,PATCH] call awk with no input

2011-07-24 Thread Eric Schulte
Hi Sergey, Thanks for another useful patch. This has been applied. Also, good to see you have ERT'd the testing script. The contribution of tests along with patches is *greatly* appreciated. Cheers -- Eric Litvinov Sergey slitvi...@gmail.com writes: Please consider this tiny fix to execute

Re: [O] Help, I need to paste raw image from clipboard into emacs/orgmode

2011-07-24 Thread Rainer Stengele
Am 20.07.2011 16:59, schrieb Medhat Essmat: Dear All, Please Help, I need to paste raw image from clipboard into emacs/orgmode, I am a microsoft onenote user and I got used to take a lot of snapshots and embed it into my notes, I think if I could know how to embed images directly into

Re: [O] Attachments and refiling

2011-07-24 Thread Bastien
Hi Gustav and Darlan, one solution I can think of is to set `org-attach-directory' to an absolute path instead of data/ (the current default value). This way, refiling an entry will not lose attachments. I'm considering using ~/.org-data/ as the default value. What do you think? -- Bastien

[O] org unavailable in ELPA package manager

2011-07-24 Thread Max Roberts-Zirker
Following step 4 of the Worg instructions to install ELPA (http://orgmode.org/worg/org-faq.html#installing-via-elpa) in order to upgrade to a newer version of Org-Mode: If you are here it means that org is unavailable in the GNU's archives. Report this discrepancy to Orgmode mailing list.

Re: [O] Attachments and refiling

2011-07-24 Thread Bastien
Hi Gustav, Gustav Wikström gustav.e...@gmail.com writes: Another feature that could improve the use of attachments is to allow links to the attached folders also via the C-c C-l interface in a similar way as stored links (C-c l ). I.E to get the attachment-folder as an item in the C-c C-l

Re: [O] Time calculation: vsum?

2011-07-24 Thread Christian Moe
Hi, Confirmed, thanks! Yours, Christian On 7/24/11 8:32 PM, Bastien wrote: Hi Christian, Christian Moem...@christianmoe.com writes: Time calculations don't seem to work with vsum (or vmean). |Time | |-| | 1:06:00 | | 0:52:30 | | 2:00:00 | |-| | 3 | #+TBLFM:

Re: [O] CLOCKTABLE multiply time expended by hourly rate?

2011-07-24 Thread Bastien
Hi Daniel, Daniel E. Doherty ded-...@ddoherty.net writes: | Headline | Time| | | | |---+-+---+--+---| | *Total

Re: [O] [ANN] Org-mode QA test drive on stackexchange.com - Please participate!

2011-07-24 Thread Bastien
Hi Thomas, Thomas Renkert tunnelbl...@quantentunnel.de writes: after reading the responses to my initial suggestion yesterday (http://thread.gmane.org/gmane.emacs.orgmode/44582) I've set up a proposal on are51.stackexchange.com for a SE-site that is dedicated to Org-mode only. I think the

Re: [O] [ANN] Org-mode QA test drive on stackexchange.com - Please participate!

2011-07-24 Thread Bastien
Mark Elston m_els...@comcast.net writes: It appears this request has been closed as a duplicate of the emacs.stackexchange.com project which is currently in progress. 'makes sense. If we have someone like Thomas monitoring this closely I hope Org-related questions will get many answers here

Re: [O] convert html file into orgmode .org file?

2011-07-24 Thread Bastien
Hi Brian, brian powell briangpowel...@gmail.com writes: * This worked for me: so... converting from HTML back to Org! Great. And I'll check Pandoc soon, I'm a fan of this kind of tools. If you have a minute, would you like to check the Org FAQ on Worg and submit a new entry? This

Re: [O] org unavailable in ELPA package manager

2011-07-24 Thread Bastien
and Org is listed here, version 20110724, indicating this is yesterday's snapshot. -- Bastien

Re: [O] Minibuffer hangs when entering commands with space in org-mode

2011-07-24 Thread Bastien
Hi Anthony, Anthony Tanbakuchi anth...@tanbakuchi.com writes: Now that I have upgraded org-mode to 7.6 from 7.5 Did you upgrade Aquamacs too, or only Org? the mini-buffer hangs when I'm using org-mode and entering a command that contains spaces. For example, if I try to enter a link with

Re: [O] Attachments and refiling

2011-07-24 Thread Brian van den Broek
2011/7/24 Bastien b...@altern.org: Hi Gustav and Darlan, one solution I can think of is to set `org-attach-directory' to an absolute path instead of data/ (the current default value). This way, refiling an entry will not lose attachments. I'm considering using ~/.org-data/ as the default

Re: [O] org unavailable in ELPA package manager

2011-07-24 Thread Max Roberts-Zirker
. mailto:emacs-orgmode@gnu.org I'm reporting that I didn't find org as an option when I (finally) got the ELPA package manager installed. I'll try updating from a tarball. What version of Emacs are you using? I just did M-x list-packages RET and Org is listed here, version 20110724, indicating

Re: [O] [calfw] Better use of space

2011-07-24 Thread SAKURAI Masashi
Hi Rasmus, At Fri, 22 Jul 2011 11:12:46 +0200, Rasmus wrote: : * Display multiple-lines items (the source splits an item multiple lines.) This is not so difficult. In this mechanism, the source objects can propose some formats, for example, 15:00 appointment and (15:00-15:30