Greetings.
Is there a way to add time to a timestamp, say, in a table?
For example, say I have a series of events, each lasting 15 minutes,
starting at a specified time on a specific day. I want to create a table
of them as follows:
| time | event |
|--
Greetings again.
Answering my own question, the following seems to work (15 min is 1/96
of a day):
| time | event |
|+---|
| <2015-12-07 Mon 12:00> | A |
| <2015-12-07 Mon 12:15> | B |
| <2015-12-07 Mon 12:30> | C |
#+TBLFM: @3$1..@4$1=(<
On Sat, 05-12-2015, at 08:10, Xebar Saram wrote:
>
> So my question is (sorry for the long intro :)) what do orgmode users (who
> also are heavy mobile users) do? do they give up on contacts and
> calendaring on the mobile? maintain 2 separate databases? what tools do
> people use to overcome thi
York Zhao writes:
> Let's say I have two letters:
>
> * Letter1
> ** Preamble :noexport:
>
> #+DATE: 2015-10-26 Monday
> ** To whom it may concern,
>
>
> * Letter2
> ** Preamble :noexport:
>
> #+DATE: 2015-12-03 Thursday
> ** Hi,
This should work:
* letter 1
:PROPERTIES:
:EXPORT
Matt Lundin writes:
> Xebar Saram writes:
>>
>> So my question is (sorry for the long intro :)) what do orgmode users
>> (who also are heavy mobile users) do? do they give up on contacts and
>> calendaring on the mobile? maintain 2 separate databases? what tools
>> do people use to overcome this
Thanks.
Its an interesting jam. You want to have multiple outputs as a
possibility, but there isn't a robust markup that readily works across
all backends.
What about this. For now consider a bibliography database with
org-formatting in the entries, e.g. subscripts, superscripts, etc...
(but not
Nicolas Goaziou writes:
> IIUC, you are responsible for calling `org-publish-find-title', an
> internal "ox-publish" function, before `org-publish-cache' is
> initialized. In this case I tend to think that you are also responsible
> for taking care of the cache.
Is org-publish-find-title an inte
On Saturday, 5 Dec 2015 at 23:13, Bingo UV wrote:
[...]
> Hi Eric,
> Do you not find pandora too slow to run Emacs? My Asus EEEPC with
> celeron 900 MHz takes over a minute to generate agenda with 100-150
> kB of org files, not too complicated. Exporting to HTML too takes
> minut
Am Sat, 5 Dec 2015 14:08:19 +
schrieb Eric S Fraga :
> On Saturday, 5 Dec 2015 at 09:10, Xebar Saram wrote:
>
> [...]
>
> > all this is great yet i travel alot to conferences and meeting and
> > do rely on a mobile device (in my case a android nexus 6) in many
> > situations. I check my ema
Hello org-moders,
I have a little trouble with capture. First here is the setup for one of
my capture templates:
#+begin_src emacs-lisp
(setq org-capture-templates
'(
;; ...
("hr" "Rechnung erfassen" table-line (file+function
"~/git/org-priv/Univ_Beih.org" th:capure-find-op
On 2015-12-05 11:16, Xebar Saram writes:
> Hi all
>
> i am looking into using koma and orgmode to export to recommendation letters.
> Does anyone have an example of adding a department logo/header image to the
> top of the page and/or bottom?
Eric already replied, but here is another example tha
Xebar Saram writes:
> Hi all
>
> I was wondering if anyone uses elfeed and org and how people integrate it
> into orgmode.
>
> It would be great if anyone can share code dealing with capturing from elfeed
> into org, linking and any other uses people are coming up with
There is elfeed-org[1] t
Richard Lawrence writes:
> Hi John,
>
> John Kitchin writes:
>
>> Hi all,
>>
>> This is mostly for the people working on citations in org-mode.
>>
>> I have been reading about CSL more this weekend. IIRC, one of the
>> reasons to develop the new citation syntax was to get the ability to
>> have
Hello
I have the following minimal example
:tangle yes
#+BEGIN_SRC emacs-lisp
(setq-default fill-column 79)
#+END_SRC
I put my cursor into the code block and execute C-c C-v t
and I obtain
Tangled 0 code blocks from new.org
C-c C-v f gives the same result.
What do I miss?
Thanks
Uwe Bra
Aaron Ecay writes:
Hello, Aaron, all!
> API change to remove the ‘new-style’ arguments from these functions.
> I don’t have any clever ideas to solve this, and it’s not an objection
How about this approach? If it's new-style, we pass the new-style
property list as the only parameter to the org-
Hi Jarmo,
Jarmo Hurri writes:
> Answering my own question, the following seems to work (15 min is 1/96
> of a day):
>
> | time | event |
> |+---|
> | <2015-12-07 Mon 12:00> | A |
> | <2015-12-07 Mon 12:15> | B |
> | <2015-12-07 Mon 12:30> | C
Hello,
Thomas Holst writes:
> I have a little trouble with capture. First here is the setup for one of
> my capture templates:
>
> #+begin_src emacs-lisp
> (setq org-capture-templates
> '(
> ;; ...
> ("hr" "Rechnung erfassen" table-line (file+function
> "~/git/org-priv/Uni
Aloha Uwe Brauer,
Uwe Brauer writes:
> Hello
>
> I have the following minimal example
>
> :tangle yes
>
> #+BEGIN_SRC emacs-lisp
> (setq-default fill-column 79)
> #+END_SRC
>
>
> I put my cursor into the code block and execute C-c C-v t
> and I obtain
>
> Tangled 0 code blocks from new.org
> C
On Sunday, 6 Dec 2015 at 15:16, Fabrice Niessen wrote:
> Hello,
>
> I'm trying to build a template for invoices written in Org... exporting
> to PDF (and HTML). Will be officially public as soon as it's DONE.
>
> Though, I have 2 problems currently:
>
> - I'd like to sum up, in table `total', the
Try
#+BEGIN_SRC emacs-lisp :tangle yes
(setq-default fill-column 79)
#+END_SRC
Uwe Brauer writes:
> Hello
>
> I have the following minimal example
>
> :tangle yes
>
> #+BEGIN_SRC emacs-lisp
> (setq-default fill-column 79)
> #+END_SRC
>
>
> I put my cursor into the code block and execute C-
TL;DR for those that may have been scared off by the length of my previous
email:
I propose a method of improving ob-python.el by using a progn-like eval()
Python function which can wrap and execute source blocks.
If this list is not appropriate for discussion of improvements to
ob-python.el, coul
Hi John,
John Kitchin writes:
> Thanks.
>
> Its an interesting jam. You want to have multiple outputs as a
> possibility, but there isn't a robust markup that readily works across
> all backends.
Yes, indeed.
> On export the in-text citations are transformed to unique text blobs,
> e.g. uuid
Hi Ondřej,
Ondřej Grover writes:
> TL;DR for those that may have been scared off by the length of my previous
> email:
> I propose a method of improving ob-python.el by using a progn-like eval()
> Python function which can wrap and execute source blocks.
>
> If this list is not appropriate for d
Aloha Ondřej Grover,
Ondřej Grover writes:
> TL;DR for those that may have been scared off by the length of my previous
> email:
> I propose a method of improving ob-python.el by using a progn-like eval()
> Python function which can wrap and execute source blocks.
>
> If this list is not appropr
>>> "John" == John Kitchin writes:
> Try
> #+BEGIN_SRC emacs-lisp :tangle yes
> (setq-default fill-column 79)
> #+END_SRC
thanks works nicely!
>>> "Thomas" == Thomas S Dye writes:
> Aloha Uwe Brauer,
> Uwe Brauer writes:
>> Hello
>>
>> I have the following minimal example
>>
>> :tangle yes
>>
>> #+BEGIN_SRC emacs-lisp
>> (setq-default fill-column 79)
>> #+END_SRC
thanks works also nicely.
Ondřej Grover writes:
> If this list is not appropriate for discussion of improvements to
> ob-python.el, could you please give me pointers how to reach people that
> might be interested in helping and discussing?
The best way to contribute to improving ob-python is by showing a patch
that impleme
I often include images in my org documents and would like to properly
cite the license, and/or author. I was thinking that this could be
simplified by:
* embedding the license/author information in some metadata of the jpg
or png file (it seems that some standard called xmp can be used to
embe
Hello,
Eric S Fraga writes:
> On Sunday, 6 Dec 2015 at 15:16, Fabrice Niessen wrote:
>>
>> I'm trying to build a template for invoices written in
>> Org... exporting to PDF (and HTML). Will be officially public as soon
>> as it's DONE.
>>
>> Though, I have 2 problems currently:
>>
>> - I'd like
Julien Cubizolles writes:
> I often include images in my org documents and would like to properly
> cite the license, and/or author. I was thinking that this could be
> simplified by:
>
> * embedding the license/author information in some metadata of the jpg
> or png file (it seems that some st
Hi,
I didn't read OP.
Fabrice Niessen writes:
> Any idea how to solve my problem #2: get the computed amount in bold
> and/or in another color and/or in bigger font?
Cf. the manual you can use printf syntax,
http://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc
Hi Aaron,
On 12/03/2015 02:17 PM, Aaron Ecay wrote:
Hi Charlie,
2015ko azaroak 27an, Charles Millar-ek idatzi zuen:
Any thoughts? Any body?
Well, FWIW...
#+tblname’s should be unique within a document. Your problems stem from
that, and your proposed solutions all work around it in some way.
Sacha Chua writes:
Hello, Aaron, all!
> Beats me, but the previous implementation made it a separate parameter
> for org-protocol-split-data, so I figured I'd carry it upwards into this
...
> Same notes as for hexify. Probably okay either way, but I don't know
> enough about who else uses this c
> What is atril
Atril is my preferred pdf-reader on Debian. I think it comes with the
mate-desktop-environment.
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)
Hi,
I just have updated from previous version of Org to the latest (from
git) and my timesheet table stopped working. After looking closer,
even the example sheet from the Org mode's info pages does not work.
Here's the table (from the info pages):
|---+-+++-
I export my Org-Mode notes with internal links to LaTeX and I want it to look
like this ''Section 1.1 [Section name], page 99'' (Like in the Org Manual). I
use this construction:
#+BEGIN_EXAMPLE
* Chapter 1
** Section 1.1
:PROPERTIES:
:CUSTOM_ID: section-1
:END:
* Chapter 2
** Se
Hi all,
Setting org-ellipsis (either via setq or customize) has no effect for me.
Org buffers still show three dots at the end of folded lines instead of the
character I give to org-ellipsis. Even restarting emacs
does not give the intended result.
Any suggestions?
Thanks,
Dan
* lisp/org-table.el (org-table-eval-formula): Fix regexp
used for splitting data rows.
* Explanation /root node/
*** Example 1: Spaces ' ' in front of a data row (OK)
|---+-+--+---++-|
| ! | sum | | a | b | c |
|---+-+--+---++-|
| # | 111
While diagnosing a server condition, I was listing parts of a system log
via a babel expression. The 130 lines in the babel output are wrapped in
an example block. This block caused massive slowdown of scrolling and
other operations.
Using the emacs profiler I see:
- redisplay_internal (C functi
Thank you, it is work, but I hope to use something like (setq org-export-latex-hyperref-format "\\ref{%s}") for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format). If it will be work we may simple use [[#section-1]] to different templates for inte
Hi,
I did find a post about this from around 2009 but I'm not sure it went
anywhere. It's very useful for me to be able to export a single html
file that I can distribute around. Base 64 encoding images directly in
to the exported html makes this possible.
The feature seems fairly well supported
Hello,
thank you all for confirming that I'm in the right place. If I felt
confident enough that this would work, I wold have already presented a
patch (I'm not an experienced ELisp programmer). That's why I want to
discuss this approach first.
Kyle, I'll be grateful for you feedback.
Kind regar
42 matches
Mail list logo