Aloha Eric,
One approach would normalize the =counts= table= and use a SQL query to
generate the payments table.
#+name: counts
| id | Piece | N| Unit | Translator |
| 1 | foo | 84 | line | bar|
| 2 | baz | 6633 | char | foobar |
The query would sum over =N= conditional o
On Sat, Dec 6, 2014 at 5:01 AM, Nicolas Goaziou wrote:
> Hello,
>
> Puneeth Chaganti writes:
>
>> It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke
>> generation of org sparse trees, when searching with properties that
>> are not all uppercase.
>
> Could you provide an ECM?
I've
I never seem to use the spreadsheet unless it's some horribly
complicated thing I don't know how to calculate... Can someone lend me a
hand?
I'm calculating payment rates for contributors (actually translators) to
a magazine.
I've got two tables: The first is essentially a table of contents,
list
Hi all,
I have this near the beginning my Org file:
#+ATTR_COOL: How cool is that!
I want it to be exported to something like
var how_cool = 'How cool is that!'
There is a problem, hovever, what happens if some clever kid exploited
it, putting things like apostrophes into the string:
#+ATTR_C
Nathaniel Flath writes:
> Sorry, that was incorrect - real patches attached.
Thanks.
> +(defun org-table-message-once-per-second (t1 &rest args)
> + "If there has been more than one second since T1, display message.
> +ARGS are passed as arguments to the 'message' function. Returns
> +current
Hello,
Puneeth Chaganti writes:
> I was helping out "ablephar`" on IRC and they found that setting a
> file property `header-args:C++` does not work.
>
> After some edebug magic, I discovered that org has a feature that lets
> you append property values! (Not the best way to discover a great
> f
Hello,
Daniel Clemente writes:
> There was a change (cba2f0a2a3024ae5bf71e1a12ba99778a92902a2, Sat
> Nov 8 14:35:24 2014 +0100) which made :CLOCK: etc entries shift to
> the right when the tree is being shifted to the right („demoted“,
> e.g. using M-S-Right).
>
>
> But now it changes fr
Hello,
Puneeth Chaganti writes:
> It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke
> generation of org sparse trees, when searching with properties that
> are not all uppercase.
Could you provide an ECM?
> The fix seems to be just removing the conversion of key to upcase in
>
i got it to occur by sorting a different tree later in the file. it
occurs even after undo.
On 11/18/14, Samuel Wales wrote:
> maint.
>
> when i am clocking something, when i clock out, it says byte-code:
> Clock start time is gone.
>
> the only way i have found to deal with it is to cancel. m
Hello,
I apologize if this remark is useless or inappropriate, I am quite new to
emacs and org-mode. I noticed that the function org-id-open in org-id.el
does not jump to the target entry if it is invisible. I tested that
inserting (widen) before (goto-char m) in the function's defun fixes this
is
Hi Benjamin,
> None of my events which are scheduled with org-diary-class sexp entries
> seem to get pushed with (org-agenda-to-appt) (for triggering alarms
> etc.). Is this simply a limitation of sexp org-diary-class? Is there
> are workaround, or would it be better to simply schedule such even
In this example, setting :colnames to no produces column names in the
evaluated result - setting it to yes (or defaulting to nil) takes out
the column names. That seems to be the opposite of what is intended - it
also contradicts the manual[fn:1] afaict.
--8<---cut here---
None of my events which are scheduled with org-diary-class sexp entries
seem to get pushed with (org-agenda-to-appt) (for triggering alarms
etc.). Is this simply a limitation of sexp org-diary-class? Is there
are workaround, or would it be better to simply schedule such events as
(infinitely) rep
Hi Zhihao,
Zhihao Ding writes:
> Thanks a lot Andreas. Is there a way to globally
> shrink/resize table for latex export without having
> to define column width like this
> “:align p{1cm} p{0.5cm} p{1cm}” ?
> I am hopting to do something like width=\textwidth
> and leave the rest to org for fi
Thanks a lot Andreas. Is there a way to globally
shrink/resize table for latex export without having
to define column width like this
“:align p{1cm} p{0.5cm} p{1cm}” ?
I am hopting to do something like width=\textwidth
and leave the rest to org for finding suitable font
sizes.
Zhihao
> On 5
Hi Nicolas,
It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke
generation of org sparse trees, when searching with properties that
are not all uppercase. The fix seems to be just removing the
conversion of key to upcase in `org-entry-properties'. Since the
comparison with specia
Hi,
This issue is still open. And I do not seem to be able to find this
thread on gmane for some reason.
So, I resend the last message as a summary.
EDIT:
I just tried to answer to that thread but the message again did not come
through. So, another try (with a slightly adapted title).
Best,
A
Hi Zhihao,
Zhihao Ding writes:
> Dear Org experts,
>
> I am trying to fit a slightly wide latex table into a beamer
> slide in org. Below is my current solution and I was wondering
> if anyone can offer some advice on improving it.
>
> #+begin_scriptsize
> #+ATTR_LATEX: :align p{1
There was a change (cba2f0a2a3024ae5bf71e1a12ba99778a92902a2, Sat Nov 8
14:35:24 2014 +0100) which made :CLOCK: etc entries shift to the right when the
tree is being shifted to the right („demoted“, e.g. using M-S-Right).
But now it changes from this:
some
:CLOCK:
CLOC
Dear Org experts,
I am trying to fit a slightly wide latex table into a beamer
slide in org. Below is my current solution and I was wondering
if anyone can offer some advice on improving it.
#+begin_scriptsize
#+ATTR_LATEX: :align p{1cm} p{0.5cm} p{1cm}
| | |
Hello,
Andrea Rossetti writes:
> Hello Org users,
>
> when I start emacs -Q and do the following recipe:
>
> 1) open the test file "prova.org" (see attach)
> 2) confirm at the file-local variable prompt, by typing "y"
> 3) quit with C-x C-c
>
> then Emacs unexpectedly asks for a confirm to sa
21 matches
Mail list logo