[O] Org-mode icon license

2017-07-16 Thread Konstantin Kliakhandler
Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

[O] Exporting fuzzy links using LaTeX's autoref

2016-10-13 Thread Konstantin Kliakhandler
Hi Clément, I don’t know if you’ve found a satisfactory solution yet, but I found the following to work quite well in my case: ;; Define an export function for autoref links (defun kk/org-autoref-export (path desc format) "Export an autoref type reference for the given path" (case

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-08-29 Thread Konstantin Kliakhandler
it to the maint branch... Weird. Hopefully this is good enough. Best, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 5 July 2016 at 22:13, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Konstantin Kliakhandler <ko...@slumpy.org>

Re: [O] Why no secure code retrieval

2016-07-04 Thread Konstantin Kliakhandler
Thanks for the clarification and the detailed analysis. Sounds like you did you homework - I have a lot lo learn. Anyway, I would say that we agree on most points, and I'm more than content to leave it at that :-). Best Regards, Kosta -- )°))°((°( Konstantin Kliakhandler Sent on the go. On Jul 4

Re: [O] Why no secure code retrieval

2016-07-03 Thread Konstantin Kliakhandler
Hello, On 3 July 2016 at 23:12, Robert Horn wrote: > > The SHA1's are reference elements used throughout git, and are primarily > for integrity protection against accidents, not against attackers. Hence > it's sufficient that > they be maintained by the git processes. >

Re: [O] Why no secure code retrieval

2016-07-03 Thread Konstantin Kliakhandler
to such consideration, that gogs seems much more polished from a user perspective. Thanks, Kosta -- )°))°((°( Konstantin Kliakhandler Sent on the go. I think that the original question was looking at a different problem, and discussion of hosted tooling may be a distraction. The issues that normally come up

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-03 Thread Konstantin Kliakhandler
Thanks! I have an additional, similar patch - In this one I changed the unicode symbol for \circ from something looking like ^ to [image: \circ] (#x2218 = "ring operator" = \circ in TeX input method). Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°(

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-30 Thread Konstantin Kliakhandler
Hello Nicolas, Attached is the patch, as requested. I'm not sure what were the conclusions of the side discussion, but I do want to point out that my change is in accordance with unicode symbol names and with the symbols that pdflatex prints on paper. Thanks and regards, Kosta -- Konstantin

[O] Why no secure code retrieval

2016-06-28 Thread Konstantin Kliakhandler
Hello everyone, I have continually been perplexed by the (apparent) lack of ways to retrieve the code for org-mode in a secure fashion, but always thought that I just haven't tried hard enough. Today it dawned on me that there probably simply is no such way. I know that https can be a bit

[O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Konstantin Kliakhandler
Hello, The unicode letters for 'varphi' and for 'phi' are swapped. Here is a patch correcting this: diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 4044432..6f6d054 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -204,9 +204,8 @@ packages to be loaded, add these

[O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
to reproduce: 1. Make a heading with some text underneath 2. M-Return to create a new heading 3. M-Right, M-Left would get you to the same heading level, but the cursor would be further to the right than started with. -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

Re: [O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
ECT(o)" > "TEMP(e)") > (type "EVENT(n)") > (type "PROJECT(p!)" "|" "COMPLETE(m@)") > (type "(-)") > )) Disregard that there are key collisions, and notice the last entry,

Re: [O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
Good to know, thanks! -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 2 September 2015 at 22:22, Kyle Meyer <k...@kyleam.com> wrote: > Konstantin Kliakhandler <ko...@slumpy.org> writes: > > >(setq org-todo-keywords > >

Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
template the capture gets sent to? Seems like it might be an extra keystroke to then choose the template, but also more powerful... -k. On 2015-07-07 at 12:57, Konstantin Kliakhandler ko...@slumpy.org wrote: Hello Ken, The first user, hurrah! You were right to add the capture templates

Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
and see if it works? Alternatively, can you paste the templates you used? Cheers, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 7 July 2015 at 19:24, Ken Mankoff mank...@gmail.com wrote: On 2015-07-07 at 12:16, Ken Mankoff mank...@gmail.com wrote: Hi Konstantin

[O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
/kkkjlfejijcjgjllecmnejhogpbcigdc Enjoy, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

[O] Several org-entities to be fixed.

2014-12-10 Thread Konstantin Kliakhandler
. Attached is a patch that exchanges between the inverted symbols, and replaces the W symbol by the unicode 'SET MINUS' symbol. Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( 0001-Corrected-several-symbols-in-org-entities.patch Description: Binary data

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-11-30 Thread Konstantin Kliakhandler
. Thanks in advance, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On Thu, May 22, 2014 at 7:08 PM, Konstantin Kliakhandler ko...@slumpy.org wrote: Hi Bastien, I'm willing to sign the FSF copyright papers, provided it isn't too big of a hassle :-). What do I need

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-22 Thread Konstantin Kliakhandler
, then executing the regular functionality of org-batch-store-agenda-views, and finally restoring the plist of org-agenda-category-filter variable. In case something falls through with the FSF papers, I think this should be enough to implement a similar fix. Thanks, Kosta -- Konstantin

[O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
Hello, [This behavior appears in a previous and the following org versions: Org-mode version 8.2.6 (8.2.6-14-g063c8b-elpa @ /home/kosta/.emacs.d/elpa/org-20140505/)] I recently began seeing weird behavior when trying to run `org-mobile-push' in an agenda buffer; It appears the files are indeed

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
(defun org-store-agenda-views (rest parameters) Store agenda views. (interactive) (org-batch-store-agenda-views)) If so, what is it? Thanks in advance for furthering my education, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On Tue, May 6, 2014 at 2:00 PM

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
the problems in both org-agenda.el and am including the patch. Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On Tue, May 6, 2014 at 6:54 PM, Konstantin Kliakhandler ko...@slumpy.orgwrote: While investigating the previous issue, I came upon this code

Re: [O] Bug: text jumps left and right while typing math when org-indent-mode and linum-mode are enabled. [8.2.5h (8.2.5h-98-g0820d0-elpa @ /Users/kosta/.emacs.d/elpa/org-20140407/)]

2014-04-19 Thread Konstantin Kliakhandler
Thanks! On Sat, Apr 19, 2014 at 3:06 PM, Bastien b...@gnu.org wrote: Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: I've discovered a bug that hinders typing when org-indent-mode and linum-mode are both enabled. Yes, I see this glitch too, and I confirm disabling

Re: [O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-16 Thread Konstantin Kliakhandler
Thanks! On Wed, Apr 16, 2014 at 6:26 PM, Bastien b...@gnu.org wrote: Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: Pretty much what the headline says. This incorrect interpretation means that if for example one tries to use org-cdlatex completions in that line

Re: [O] Kill ring contains non-killed output after an export

2014-04-06 Thread Konstantin Kliakhandler
Hi Richard, Richard Lawrence richard.lawre...@berkeley.edu writes: ... The behavior you are seeing is as expected, though I agree that this behavior is usually not all that useful. See the variable org-export-copy-to-kill-ring if you want to turn it off. Thanks! Now the export is much more

[O] Bug: Kill ring contains non-killed output after an export to pdf [8.2.5h (8.2.5h-30-gdd810b-elpa @ /Users/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-05 Thread Konstantin Kliakhandler
Hello, Whenever I export an org file to pdf, subsequently my kill-ring contains the tex code of the intermediate latex stage. Steps to reproduce: 1. Paste the following into an org buffer: * test * another test 2. Press [C-c C-e l p] to export to pdf (note: on my machine the pdf didn't compile,

[O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-03-27 Thread Konstantin Kliakhandler
Hello, Pretty much what the headline says. This incorrect interpretation means that if for example one tries to use org-cdlatex completions in that line or later in the block, they won't work: Instead, new cells will be created. Example code: \begin{align*} |x \end{align*} Emacs : GNU Emacs

Re: [O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-22 Thread Konstantin Kliakhandler
Thanks! On Sat, Mar 22, 2014 at 1:32 AM, Bastien b...@gnu.org wrote: Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: It appears that org-mode produces invalid latex code. An example follows. Fixed, thanks, -- Bastien

[O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-21 Thread Konstantin Kliakhandler
Hello, It appears that org-mode produces invalid latex code. An example follows. Best, Kosta Insert the following example text into an org buffer: === * _Example Text_ === Then export as latex. The following is produced: === % Created 2014-03-21 Fri 17:45 \documentclass[11pt]{article}

[O] Indicate programming language on babel export to markdown.

2013-08-11 Thread Konstantin
GitHub support programming language highlight for markdown: ```lisp (some-code) ``` When I use org-md-export-to-markdown for such org snippet #+begin_src emacs-lisp (some-code) #+end_src babel is not indicate `emacs-lisp` in the resulting markdown file. Is it possible? How to achieve that? --

[O] changing Agenda View (unsaved) title for agenda export to pdf

2011-09-07 Thread Konstantin Ziegler
in the agenda buffer? Or maybe some option in the definition of that particular agenda? Cheers, Konstantin -BEGIN PGP SIGNATURE- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5n4xAACgkQKOC7q8mJ3ALi8gCgiS8SaYvsdgsHzwE3ci3CnLje 400An1dKHFpuC7zLRWmoo/76egdF4Tgu

[Orgmode] increase effort estimate on the fly.

2009-06-09 Thread Konstantin Antipin
Dear all, Recently new feature was added - when you set an estimated effort for a task, you can be notified when time is up. (sound is controlled with org-clock-sound variable) I found that pretty often from the beginning I can not correctly estimate what time task will take and I need to give

[Orgmode] Makefile: update

2009-06-02 Thread Konstantin Antipin
Hi, I have a very simple feature request. Can we add additional target to the makefile in order to simplify process of keeping up to date with orgmode - development? like so: update: git pull make clean make all sudo make install It would be convenient... best,

Re: [Orgmode] Makefile: update

2009-06-02 Thread Konstantin Antipin
Super! Thanks. Kostya On Tue, Jun 2, 2009 at 10:30 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Jun 2, 2009, at 8:27 AM, Konstantin Antipin wrote: Hi, I have a very simple feature request. Can we add additional target to the makefile in order to simplify process of keeping up

[Orgmode] Re: timer for a task

2009-05-27 Thread Konstantin Antipin
Hi all, On Wed, May 27, 2009 at 3:32 PM, Bernt Hansen be...@norang.ca wrote: Carsten Dominik carsten.domi...@gmail.com writes: On May 27, 2009, at 12:13 AM, Konstantin Antipin wrote: Just a suggestion: why don't we use github for org-mode hosting? It would be s simple to contribute

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
function. Is it ok, if I do it? best, Konstantin patch is made on the git version of orgmode. On Tue, May 26, 2009 at 3:18 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On May 25, 2009, at 5:43 PM, Konstantin Antipin wrote: Here is the patch to org-clock.el that does show estimated

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
On Tue, May 26, 2009 at 4:45 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On May 26, 2009, at 4:26 PM, Konstantin Antipin wrote: Carsten, thank you for explanation. Hopefully, I will get FSF papers soon. In a meanwhile, here is another patch that introduces following changes

[Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
, for example... If nobody uses proposed feature, please give me a hint how it would be best to do that. my best, Konstantin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
better idea? best, Konstantin On Mon, May 25, 2009 at 11:25 AM, Daniel Clemente n142...@gmail.com wrote: Hi.  I suppose you talk about estimated efforts. I also have noticed that I work better if I have defined them, but it is very easy to miss them and work on a task more time than planned

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
this? Will this changes be accepted to the orgmode-core? I just saw that in order to contribute, you need to sign some papers.. Is this the only way? I am new to open-source, so I am not really familiar with such things. best, Konstantin On Mon, May 25, 2009 at 12:44 PM, Eraldo Helal ad...@eraldo.at wrote

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Hi, This happens inside the file as well... Konstantin On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Does this only happen at the end of the file, or anywhere inside the file as well? - Carsten On May 23, 2009, at 1:23 PM, Konstantin Antipin wrote

[Orgmode] 'new line' problem

2009-05-23 Thread Konstantin Antipin
, but basically for everything - When adding new item to the file with remember, or using CLOCK. I understand, that this is the problem with my setup somehow, since I seems to be the only one who have this problem... Need some help with that :) Konstantin

Re: [Orgmode] embedded/inherited tags

2009-03-31 Thread Konstantin Antipin
I have read until now... Could you use the tag hook to automatically assign the :tech: tag along with :firefox: and|or :emacs: etc... This is still not exactly what you wished afaics, but it may make things a little more convenient. On Mon, Mar 30, 2009 at 16:47, Konstantin Antipin

Re: [Orgmode] embedded/inherited tags

2009-03-31 Thread Konstantin Antipin
, according to Carsten, there will be optional Lisp syntax for searches, which will make it easier.  It might also allow stuff not currently possible. On 2009-03-31, Konstantin Antipin antipin.konstan...@googlemail.com wrote: Peter Jones - thanks for the advise. Unfortunately it does not fit to me

[Orgmode] embedded/inherited tags

2009-03-30 Thread Konstantin Antipin
Dear org-users, Is there any way to make tags inherited from another tag? For example, I have following tags: :tech: :emacs: :orgmode: :ubuntu: :other: ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] embedded/inherited tags

2009-03-30 Thread Konstantin Antipin
:59 PM, Konstantin Antipin wrote: Dear org-users, Is there any way to make tags inherited from another tag? For example, I have following tags: :tech: :emacs: :orgmode: :ubuntu: :other: Could you please a little elaborate more on this? Also please take a look