Hi,
FWIW, there is a org-table-toggle-formula-debugger command.
On Mon, Sep 19 2016, Karl Voit wrote:
> * Michael Welle wrote:
>>
>> Karl Voit writes:
>>
[...]
> #+TBLFM: @2$3='(* $2 (org-time-string-to-hours "$1"));L
or converting $2 to a number before the calculation should wo
On Thu, 16. Jun 12:13, William Denton wrote:
When I use the
For one, there is a ~org-babel-results-keyword~ variable. Also I prefer
src block keywords not to stand out as such:
#+begin_src emacs-lisp
(setcar org-structure-template-alist '("s" "#+begin_src ?\n\n#+end_src" ""))
#+end_src
For me
On Mon, 21. Mar 23:55, Arun Isaac wrote:
In addition to requiring 'geiser-install you have to set the
geiser-active-implementations variable, e.g.:
Customizing the geiser-active-implementations variable works for
me. Thank you.
alternatively there is a :scheme header argument for src blocks
On Mon, 21. Mar 08:22, Robert Klein wrote:
Hi,
Arun Isaac wrote:
I have an org file with scheme SRC blocks like so.
#+BEGIN_SRC scheme
(some-code-here)
#+END_SRC
Every time, I open the org file, I get prompted for the "Scheme
implementation" and I need to choose an implementation (guile,
Hi,
the following formula will do this for me:
| row | data |
|-+--|
| 2 | 0303 |
| 3 | 5123 |
| 4 | 41 |
| 5 | 4234 |
| 6 | 34 |
#+TBLFM: $1=@#
Regards,
Bernhard Pröll
On Mon, 07. Mar 11:24, Uwe Brauer wrote:
Hi
I would like to insert row in a table, and then hitting
`helm-org-agenda-headings' suggested by John.
It's somewhat in-between using `org-refile' and an indexing with
external tools (recoll for example as recently debated on this list).
Regards,
Bernhard Pröll
On Sat, 01. Aug 16:20, Xebar Saram wrote:
Thx so much Bernhard
this looks really
there has been little to no testing done on the package. Furthermore it
uses org-store-link instead of org-id-store-link.
Regards,
Bernhard Pröll
On Fri, 31. Jul 09:43, Xebar Saram wrote:
i also have a similar workflow and would love to hear Dominic if you found a
solution for this or if anyone
Hi Pascal,
alternatively you could have installed ditaa and point ob-ditaa to it:
#+BEGIN_SRC elisp
(setq org-ditaa-jar-path "/usr/bin/ditaa")
#+END_SRC
Not an answer to your actual question, though.
Regards,
Bernhard Pröll
On Sat, 18. Jul 12:34, Pascal Lorenz wrote:
Hi!
When
With a lot of windows open the annoying part of =org-capture= is
=switch-to-buffer-other-window= for me. My approach is using the current
window for the capture buffer:
#+BEGIN_SRC elisp
(defadvice org-capture (around bp/org-capture--around)
(flet ((switch-to-buffer-other-window (buf) (switch-t
This blogpost demonstrates the usage of org-agenda-to-appt:
http://emacs-fu.blogspot.co.at/2009/11/showing-pop-ups.html
Instead of a sound I call notify-send for example.
"Tory S. Anderson" schrieb am Mon, 23. Mar 15:36:
So, orgmode timers have a nice popup when they run out; on my KDE, it's
Dear Marcin,
with org-drill-hide-item-headings-p set to t the heading text is
irrelevant to me. I use this capture template:
("v" "Vocabulary Item" entry
(file "~/path/to/vocabulary.org")
"* Drill :drill:\n:PROPERTIES:\n:DRILL_CARD_TYPE: twosided\n:END:\n**
Item\n%^{New Item
anywhere that I could see.
thanks.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-475-g25d50e
--
mit freundlichen Grüßen
Bernhard Pröll
There is an org-capture-use-agenda-date variable that seems to do what you're
looking for.
bernhard
David Belohrad schrieb am Tue, 20. May 08:09:
Dear All,
when I run org-agenda with 'a' (agenda for current week or day), my
agenda is displayed. Now if I'm on a specific day, I'd like to quick
Instead of switching fontsizes regularly, you might want to set the monofont
size or scale:
#+LATEX_HEADER: \setmonofont[Scale=0.8]{Source Code Pro}
Bernhard
John Hendy schrieb am Tue, 22. Apr 19:43:
On Tue, Apr 22, 2014 at 6:28 PM, Elasady, Summer wrote:
Hello Emacs World-
I’m using LaT
14 matches
Mail list logo