Hi there,
I use C-u C-c C-x C-i (selecting clocking task from the history) /all
the time/. However, I would very much prefer entering the clocking task
with autocompletion, from a longer history, or even all headings that
already have a clock (I have (setq org-clock-history-length 20) in my
init.
May be related:
My standard agenda view pulls in the last #+CATEGORY: line of a file only.
In my case *all* my TODOs are labelled "Urlaub" ("holidays") now.
Reads nicely but sadly not quite true :-)
"Urlaub" happens to be the last CATEGORY defined in my todo.org.
Still happens after this fix.
"Charles C. Berry" wrote:
> On Thu, 2 Apr 2015, Rasmus wrote:
>> David Dynerman writes:
>>
>>> 2) Figures containing multiple side-by-side figures with subcaptions
>>>(e.g. in LaTeX I would use minipage + subcaption)
>>
>> For LaTeX you can find solution on this list. I would not know how
>>
I get the general effect using Emacs Helm with some additional commands as
part of the helm definitions. My original idea was from Sacha Chua (
http://sachachua.com/blog/2015/03/getting-helm-org-refile-clock-create-tasks/
) but I didn't implement her stuff as written (in part I didn't
conceptually
On Thu, Apr 2, 2015 at 10:30 AM, David Dynerman
wrote:
> Hi all,
>
> I’m currently trying to use org mode to write a scientific paper. Here is
> my wishlist:
>
> 4) LaTeX and HTML export
>
>
Have you considered just LaTeX export, and then using pdf2htmlEx
https://coolwanglu.github.io/pdf2htmlEX/
Hi
I would like to open pdfs in emacs (using pdf-viewer) but there is only
a shortcut (C-c C-o) to open a pdf externally, and no shortcut for the
menu item below "Open in Emacs" in the context menu.
How can I define a shortcut for this command (or re-use C-c C-o)?
Thanks
Rainer
--
Rainer M. K
I find C-u RET on a link will open a pdf in emacs. or C-u C-c C-o
Rainer M Krug writes:
> Hi
>
> I would like to open pdfs in emacs (using pdf-viewer) but there is only
> a shortcut (C-c C-o) to open a pdf externally, and no shortcut for the
> menu item below "Open in Emacs" in the context menu.
On 2015-04-03, at 12:36, Mike McLean wrote:
> I get the general effect using Emacs Helm with some additional commands as
> part of the helm definitions. My original idea was from Sacha Chua (
> http://sachachua.com/blog/2015/03/getting-helm-org-refile-clock-create-tasks/
> [...]
Thanks a lot!
Charles Millar writes:
> It has been a while since I searched the mailing list archives. Did I
> miss an announcement or is the search engine broken?
>
> For the past few days, any search request in the mailing list archives
> either yields no result or just one and the same result - "Citations,
Hello,
Detlef Steuer writes:
> May be related:
>
> My standard agenda view pulls in the last #+CATEGORY: line of a file only.
>
> In my case *all* my TODOs are labelled "Urlaub" ("holidays") now.
> Reads nicely but sadly not quite true :-)
This is to be expected. You can set :CATEGORY: node pro
Hi
The current org latex export will export a link doi:10.xyz/abcd without
the protocol prefix as 10.xyz/abcd. Correctly, it should retain the
prefix.
An easy fix is adding "doi" to the list of protocols that retain
the link type string in ox-latex.el, below.
### ox-latex.el
Am Fri, 03 Apr 2015 17:59:16 +0200
schrieb Nicolas Goaziou :
> This is to be expected. You can set :CATEGORY: node property in
> subtrees if needed.
So this beheaviour changed at some point in the past?
To be sure:
I have a file (modulo scheduling information)
* Line1
#+CATEGORY: one
** TODO v
Hello,
I'm trying to build an agenda that have two lists of scheduled items,
one when a tag is absent, the other when the tag is present. Here is
what I tried:
#+begin_src emacs-lisp
(setq org-agenda-custom-commands
(quote (
("w" "Work"
((agenda
John Kitchin writes:
> I find C-u RET on a link will open a pdf in emacs. or C-u C-c C-o
>
> Rainer M Krug writes:
>
>> Hi
>>
>> I would like to open pdfs in emacs (using pdf-viewer) but there is only
>> a shortcut (C-c C-o) to open a pdf externally, and no shortcut for the
>> menu item below "Op
Rainer M Krug writes:
I would like to open pdfs in emacs (using pdf-viewer) but there
is only a shortcut (C-c C-o) to open a pdf externally, and no
shortcut for the menu item below "Open in Emacs" in the context
menu.
How can I define a shortcut for this command (or re-use C-c
C-o)?
If yo
Hello,
dbo...@mmm.com (J. David Boyd) writes:
> It's too bad there's not some way to find out all the different things C-u
> does to commands when used...
C-h k C-c C-o
Regards,
--
Nicolas Goaziou
I've been using the following to generate hline in Org Python blocks:
#+BEGIN_SRC python :results table :exports results
from tabulate import tabulate
import pandas as pd
df = pd.DataFrame(np.random.rand(2,2), index=['foo','bar'])
tab = tabulate(df, ['col1','col2'], tablefmt='orgtbl')
r
Sorry about that. I switched out of Org mode in my email client so C-c C-c sent
the email instead of executing the code block. I was mid-sentence...
#+BEGIN_SRC python :results table :exports results
from tabulate import tabulate
import pandas as pd
df = pd.DataFrame(np.random.rand(2,2), i
On 04/03/2015 10:11 AM, Nick Dokos wrote:
Charles Millar writes:
It has been a while since I searched the mailing list archives. Did I
miss an announcement or is the search engine broken?
For the past few days, any search request in the mailing list archives
either yields no result or just
Detlef Steuer writes:
> Am Fri, 03 Apr 2015 17:59:16 +0200
> schrieb Nicolas Goaziou :
>
>> This is to be expected. You can set :CATEGORY: node property in
>> subtrees if needed.
>
> So this beheaviour changed at some point in the past?
This behaviour was long deprecated. Starting from Org 5.14
Hello,
Derek Feichtinger writes:
> The current org latex export will export a link doi:10.xyz/abcd without
> the protocol prefix as 10.xyz/abcd. Correctly, it should retain the
> prefix.
>
> An easy fix is adding "doi" to the list of protocols that retain
> the link type string in ox-latex.el, b
Myles English writes:
> I may have a look (in the next few months) to see if I can make it work
> the way I would like.
OK. Thank you.
Regards,
Hi, Nicolas
thanks for responding so fast. Sure, I'll try and submit the patch.
Thanks for all your great work!
Happy Easter,
Derek
On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Derek Feichtinger writes:
>
> > The current org latex export will export a link doi:10.xyz/ab
cool, thanks for the tip. I was not awware of that library.
Ken Mankoff writes:
> Sorry about that. I switched out of Org mode in my email client so C-c C-c
> sent the email instead of executing the code block. I was mid-sentence...
>
> #+BEGIN_SRC python :results table :exports results :session
Patch for the latex export of doi links is attached to this mail.
Cheers,
Derek
On Fri, Apr 3, 2015 at 9:19 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Derek Feichtinger writes:
>
> > The current org latex export will export a link doi:10.xyz/abcd without
> > the protocol prefix as 10.xyz/abcd. Co
A simpler solution is to just use None, which gets automatically converted
to an hline by org-babel:
#+BEGIN_SRC python :return mytable
NROWS, NCOLS = 6, 4
mytable = []
mytable.append(['A', 'B', 'C', 'D']) # Table header
mytable.append(None) # hline
for irow in range(NR
wow, that is some wizardry there! I did not know you could do a return
value that way! or get an hline from None! thanks!
William Henney writes:
> A simpler solution is to just use None, which gets automatically converted
> to an hline by org-babel:
>
> #+BEGIN_SRC python :return mytable
> NROW
Derek Feichtinger writes:
> Patch for the latex export of doi links is attached to this mail.
Applied. Thank you.
Regards,
Hello,
I'm trying to use an Org mode Radio Table in LaTeX according to:
http://orgmode.org/manual/Radio-tables.html
http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example
My Org mode table is representing a matrix containing Greek letters
denoted by LaTeX commands (e.g., \mu). The "radio
The below is an example, I want to ignore *head1* and *its content* when
export to html, but for some reason I can't add tags to head, How to
solve this problem?
If I want to rename *head2* to *new-head2*, how to do?
#+BEGIN_ORG
* head1
content1
* head2
content2
* head3
content3
#+END
Hi Omid
It looks like orgtbl-to-latex is calling org-export-string-as on each table
cell, which is presumably what is wrapping each \mu inside $$. This seems
wrong-headed to me, but I can't say I really understand what the code is
trying to achieve.
A workaround would be to directly use orgtbl-
31 matches
Mail list logo